Problems compiling 3.2.2 with curl/ares [ssl problems]

These are old archives. They are kept for historic purposes only.
Post Reply
ctn|chrisw
Posts: 25
Joined: Wed Mar 10, 2004 9:24 am

Problems compiling 3.2.2 with curl/ares [ssl problems]

Post 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
Last edited by ctn|chrisw on Wed Nov 03, 2004 8:42 pm, edited 1 time in total.
lord2800
Posts: 22
Joined: Sun Mar 07, 2004 3:49 am
Location: root: /dev/null

Post 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.
ctn|chrisw
Posts: 25
Joined: Wed Mar 10, 2004 9:24 am

Post by ctn|chrisw »

nope wasnt it, this is a clean compile btw.
Ron2K

Post by Ron2K »

ctn|chrisw
Posts: 25
Joined: Wed Mar 10, 2004 9:24 am

Post 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 \/\/\/
Last edited by ctn|chrisw on Wed Nov 03, 2004 8:46 pm, edited 1 time in total.
ctn|chrisw
Posts: 25
Joined: Wed Mar 10, 2004 9:24 am

Post 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.
ctn|chrisw
Posts: 25
Joined: Wed Mar 10, 2004 9:24 am

Post by ctn|chrisw »

any ideas?
Post Reply