[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] dhcp



Am Montag, den 26.11.2012, 23:46 +0100 schrieb Peter Slegg <p.slegg@scubadivers.co.uk>:

It fails because of all the references to lsocket. What is the
usual approach to fixing these ? Is it the slow method of extracting
all the makefiles and making diffs for them or is there a shortcut ?

Getting a recent version of dhcp should help. Otherwise look if there is some special option / patch inside the RPM which maybe even enables lsocket...

Also look into the configure script how it detects that lsocket should
be used.... Maybe you got some pkgconfig / *.la file which tells
configure to use lsocket? If so - that file should be updated...

Just crawl all file in /usr/lib/pkconfig and /usr/lib/*.la for occurrences of
lsocket - if you find something, you can probably just remove that
-lsocket from the file...

Greets,
Ole