Simon Geard wrote:
Ok, well on most systems, those functions are in libdl - part of glibc,
but not in the main library that gets included by default.
Try go to the directory it mentions, and manually run the gcc command
above with -ldl appended to ensure it gets linked (or edit the Makefile
to pass it). Does that work?
Not sure why this is failing - possibly it's because it's using a static
version of libcrypto (a .a)? A shared library would normally itself be
linked to libdl, so ntpd wouldn't need to worry about it.
Simon.
Hi Simon,
I really need to get back into programming. That is where I started
out but quickly moved into system administration. You hit this one right
on the head. Your fix worked great. I had to add the -ldl to the
Makefile in both ntpd and util sub-directories. Thanks a bunch for your
help.
Arnie
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page