Problems with remote includes / c-ares

These are old archives. They are kept for historic purposes only.
Post Reply
sECuRE
Posts: 3
Joined: Sun Aug 22, 2004 12:53 pm

Problems with remote includes / c-ares

Post by sECuRE »

Hi,

i just tried to setup remote includes but the following problem show up:
gcc -I../include -I/home/secure/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -DUSE_LIBCURL -export-dynamic -lssl -lcrypto -o ircd auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o url.o -lcrypt -lnsl -lz -lares -ldl -L../extras/regexp/lib -ltre -lssl -lcrypto
/usr/bin/ld: cannot find -lares
collect2: ld returned 1 exit status
I installed libcurl/c-ares with the installscript by jewes in /home/secure/curl and i entered this path during ./Config.

Any ideas?

thanks
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Try using the install script that comes with Unreal instead. Apparently jewles' no longer works with newer versions of c-ares.
-- codemastr
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

The newest versons of both curl and c-ares
Unofficial Curl Auto Install Script v3.5
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Post Reply