Page 1 of 1

Problems compiling 3.2.2 with curl/ares [ssl problems]

Posted: Tue Nov 02, 2004 2:59 am
by ctn|chrisw
I followed the instructions included to do remote includes, downloaded the tars, ran the curlinstall script, said yes to remote includes when running ./Config. Now when I run make, it dies with

Code: Select all

sl  -lz -L/home/ctnchrisw/curl/lib -lcurl -L/home/ctnchrisw/ares/lib -lssl -lcrypto -ldl -lz -lcares -ldl  -L/home/ctnchrisw/unreal/3.2.2/Unreal3.2/extras/regexp/lib -ltre   -lssl -lcrypto
random.o(.text+0x36b): In function `init_random':
/home/ctnchrisw/unreal/3.2.2/Unreal3.2/src/random.c:196: undefined reference to `RAND_query_egd_bytes'
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/ctnchrisw/unreal/3.2.2/Unreal3.2/src'
make: *** [build] Error 2

Posted: Tue Nov 02, 2004 3:07 am
by lord2800
Every time I've had that type of an error, it's been because I forgot to 'make clean' before 'make'ing. Try doing that.

Posted: Tue Nov 02, 2004 4:35 am
by ctn|chrisw
nope wasnt it, this is a clean compile btw.

Posted: Tue Nov 02, 2004 8:18 am
by Ron2K

Posted: Tue Nov 02, 2004 4:40 pm
by ctn|chrisw
Ah ok, I recompiled curl without ssl, and it seems to work, thanks. I feel dumb for not looking at the faqs lol :)

edit: or not \/\/\/

Posted: Tue Nov 02, 2004 6:07 pm
by ctn|chrisw
ok I take that back, its not workin on my other server still. After doing the faq, am I supposed to sepecify a dir in the ./Config or something? cause the 0.9.6 and 0.9.7 seem to be in the same dir.

Posted: Thu Nov 04, 2004 3:18 pm
by ctn|chrisw
any ideas?