Remote include fail: No file.., ./curl gets file w/o problem
Posted: Thu Dec 29, 2005 6:25 am
Alright...
Error is "No such file or directory" using curl-compiled version of unrealircd 3.2.3.
When running curl (from HOME/curl/bin/curl) with the same URL as that I included I get the expected .conf from the remote server - no errors.
Curl and c-ares were installed using curlinstall.sh from the stable cvs, however linker still gave me a problem on ./unreal start (libcurl.so.3 not found, required by "ircd") so i forced curl ./configure to run with --enable-shared and set LD_LIBRARY_PATH to HOME/curl/lib.
This has been an ongoing problem attempting to get Unreal's remote includes to work (properly)...
Error is "No such file or directory" using curl-compiled version of unrealircd 3.2.3.
When running curl (from HOME/curl/bin/curl) with the same URL as that I included I get the expected .conf from the remote server - no errors.
Curl and c-ares were installed using curlinstall.sh from the stable cvs, however linker still gave me a problem on ./unreal start (libcurl.so.3 not found, required by "ircd") so i forced curl ./configure to run with --enable-shared and set LD_LIBRARY_PATH to HOME/curl/lib.
This has been an ongoing problem attempting to get Unreal's remote includes to work (properly)...