Search found 6 matches

by x-ice
Sat Mar 26, 2005 6:20 am
Forum: Unreal 3.2 Support
Topic: Remote Includes Grabbing files every 10 minutes
Replies: 3
Views: 3163

thats what i checked first. Its definately not the other oper, hes the one who asked me about it. I'll keep trouble shooting. If anyone else is having this problem please post. Maybe it will help find a common denominator then. Thanks.
by x-ice
Thu Mar 24, 2005 6:12 am
Forum: Unreal 3.2 Support
Topic: Remote Includes Grabbing files every 10 minutes
Replies: 3
Views: 3163

Remote Includes Grabbing files every 10 minutes

why is it that my server is grabbing conf files from a remote ftp site every 10 minutes? i thouhgt this would only have if i /rehashed ?
by x-ice
Tue Mar 15, 2005 8:22 pm
Forum: Unreal 3.2 Support
Topic: Remote Includes support broken with newer libcurl versions??
Replies: 4
Views: 2572

The error seems to go away when a file is grabbed over http, but over ftp is when it fails everytime
by x-ice
Tue Mar 15, 2005 8:09 pm
Forum: Unreal 3.2 Support
Topic: Remote Includes support broken with newer libcurl versions??
Replies: 4
Views: 2572

Remote Includes support broken with newer libcurl versions??

when i /rehash

tmp/24A4A40B.vhost.conf:2: Ignoring extra data
tmp/24A4A40B.vhost.conf:1: unknown directive Last-Modified:

Also strange module errors when trying to grab userfiles with AngryWolf's UserAuth mod

I noticed that the Last Modified date which is getting instered to the tmp vhost.conf is ...
by x-ice
Tue Mar 15, 2005 7:59 pm
Forum: Unreal 3.2 Support
Topic: unable to compile
Replies: 21
Views: 14349

my Config appears to run fine, but i noticed as i run make its using
-L/usr/local/ssl/lib -L/usr/local/lib


shouldn't this include -L/home/user/curl

would there be any reason to have to add this path to my /etc/ld.so.conf then have to run ldconfig?


gcc -I../include -I/home/b/ircd/Unreal3.2 ...
by x-ice
Tue Mar 15, 2005 7:38 pm
Forum: Unreal 3.2 Support
Topic: unable to compile
Replies: 21
Views: 14349

I have the same error, cant find -lares with ld. The first time i used the script it found my shared libs and compiled with those even though i told it /home/user/curl (and i tried /home/user/curl/lib to to be safe). Finally i gave up and updated my shared libs to use those. curl 7.13.1 and ares 1.2 ...