make error: cannot find -lares

These are old archives. They are kept for historic purposes only.
Post Reply
Eire

make error: cannot find -lares

Post by Eire »

Hi guys i keep getting this error while trying to compile
I know it has to do with one of the options while choosing configureations
i think it has something to do with ssl but not sure what it is,
i do hope someone knows this as i really want the test server to have as many options as possible. :?

isupport.o api-command.o url.o -lcrypt -lnsl -lz -lares -ldl -L/home/irctest/Unreal3.2/extras/regexp/lib -ltre -lssl -lcrypto
/usr/bin/ld: cannot find -lares
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/irctest/Unreal3.2/src'
make: *** [build] Error 2
[irctest@shells Unreal3.2]$
uRgIdO
Posts: 15
Joined: Thu Jan 20, 2005 7:52 am
Location: Mexico
Contact:

look

Post by uRgIdO »

try with this:

make -nonssl
*** Chat-Latino ***
.. http://www.Chat-Latino.org ...
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Um, no... it can't find the ares library, which you basically have to have.
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Right, two possibilities (sounds like you want 1):
1. if you want remote includes please read INSTALL.REMOTEINC and follow these exact instructions (do not think "but I already have curl, it was installed by.. blablabla" NO.. READ it :P).
or:
2. Answer No to remote includes
Post Reply