On Tue, Apr 24, 2018 at 2:48 PM, Iulian Jicmon <[email protected]>
wrote:

> Hi
>
> When I use this command: ~/Desktop/Project/PCSC$ ./configure
> --disable-libsystemd
>
> I get this error: configure: error: install libudev-dev or use
> --disable-libudev
>
> And when I disable libudev I get the same error as the first time.
>
> ~/Desktop/Project/PCSC$ ./configure --disable-libudev
>
> configure: error: install libsystemd-dev or use --disable-libsystemd
>

Then install libudev-dev. It *is* available on Ubuntu 14.04.

Note that ./configure options are not persistent: if you wanted to disable
both features, you would have to specify both options in the same
invocation.

(But disabling both wouldn't be a good idea for PCSC.)

-- 
Mantas Mikulėnas
_______________________________________________
systemd-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to