ocharles / libsystemd-journal

Haskell bindings to libsystemd-journal
BSD 3-Clause "New" or "Revised" License
21 stars 14 forks source link

Can this build on Ubuntu? #16

Closed chris-martin closed 8 years ago

chris-martin commented 8 years ago

I'm trying to get a project building on Travis CI (so, in Ubuntu) and getting this error:

Configuring libsystemd-journal-1.4.0...
setup: The pkg-config package 'libsystemd' version >=209 is required but it could not be found.

Do you know what packages are needed to build this project on Ubuntu?

jahaynes commented 8 years ago

Using Ubuntu Mate 15.10 here. It appears to build fine after installing libsystemd-dev.

chris-martin commented 8 years ago

Oh, I see - I just noticed that libsystemd-dev isn't actually getting installed in my build because it isn't on the Travis CI package whitelist. Thanks.