Page 1 of 1

Remote Includes support broken with newer libcurl versions??

Posted: Tue Mar 15, 2005 8:09 pm
by x-ice
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 the actual date of the file creation. So its like the new libcurl 7.13.1 has some new features or syntax that unreal isn't recognizing?

I thought it was just a problem for me but another person recompiled theirs and is getting the same exact errors. The only difference between us is that hes on the Windows build and I am using the Linux build. Same lib curl version.

Posted: Tue Mar 15, 2005 8:22 pm
by x-ice
The error seems to go away when a file is grabbed over http, but over ftp is when it fails everytime

Posted: Tue Mar 15, 2005 9:06 pm
by Syzop
That's a bug in curl, we reported it back to them a few days before 3.2.3 release and got a fix (hmm, I don't have the url -- anyway, you could try their CVS version).

On a sidenote.. unreal @ windows does not have this problem because it has this fix.

Posted: Wed Mar 16, 2005 4:59 am
by jewles
just released a stable version of the curlinstall script that can be found Here.

Note: Problem was solved after running latest version of the script. Only changes were the updates in version for curl and c-ares. from 7.12.1 to 7.13.1 for curl, and for c-ares 1.2.0 to 1.2.1.

Posted: Thu Mar 17, 2005 4:45 am
by codemastr