This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Problem compiling on FreeBSD [need help]

Old posts that have not been replied to for several years.
Locked
W
Wasted

Problem compiling on FreeBSD [need help]

Post by Wasted »

My eggdrop (1.6.12) won't compile on FreeBSD conflicting with the -lresolv flag...

ld -Bshareable -x -o ../../../dns.so ../dns.o -lresolv
/usr/libexec/elf/ld: cannot find -lresolv
*** Error code 1

I can't seem to find a check for -lresolv in the ./configure script, and I do seem to have resolv installed... :

-su-2.05b$ locate resolv | grep '\.so'
/usr/compat/linux/lib/libresolv-2.1.3.so
/usr/compat/linux/lib/libresolv.so.2
/usr/lib/compat/aout/libresolv.so.1.1
/usr/src/lib/compat/compat1x/libresolv.so.1.1.gz.uu

Could anyone help me with this?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You will ahve to disable the dns module.

Each module can have its own configure script, which is run during the "make config" stage.
User avatar
Aron
Halfop
Posts: 86
Joined: Sat Mar 15, 2003 8:35 am

Post by Aron »

Same problem here...


Is there ANY way to compile with the dns module?

I really need it...
The best way to start learning is to start helping.
Locked