Remote includes

These are old archives. They are kept for historic purposes only.
Post Reply
static-x
Posts: 28
Joined: Sat Jul 23, 2005 2:43 am

Remote includes

Post by static-x »

Now some reason i get this error after i do make on the ircd maybe im missin something but... i dunno

ircd.c:75:23: curl/curl.h: No such file or directory
ircd.c: In function `do_version_check':
ircd.c:872: warning: assignment makes pointer from integer without a cast
ircd.c:873: error: `LIBCURL_VERSION' undeclared (first use in this function)
ircd.c:873: error: (Each undeclared identifier is reported only once
ircd.c:873: error: for each function it appears in.)
*** Error code 1

i read the doc that curl version was updated so i used ./curlinstall ares_path libcurl_path
and then i removed the ircd and did it from scratch and did it with jewles curl.sh script still got the same error.
static-x
Posts: 28
Joined: Sat Jul 23, 2005 2:43 am

Re: Remote includes

Post by static-x »

well i installed ares and curl to the home dir still nothing lil stump on why it wont work.
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Re: Remote includes

Post by jewles »

I just finished updating my curl script again... i only recently notice it was broken.... read http://forums.unrealircd.com/viewtopic.php?f=3&t=353 on how to download, install, and configure curl+ares
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

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