Problems compiling 3.2.2 with curl/ares [ssl problems]
Posted: Tue Nov 02, 2004 2:59 am
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