Hi,
I have different problem with curl. I downloaded UFO:AI 2.2 developement version (Linux) 362MB (2.2 trunk - rev 11999 - 2007-09-26) and installed it into my Fedora 7 linux computer.
When I try to start ufoai I get immediately error message in my linux console "./ufo: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory".
I found out from the forum that curl and curl-devel are needed. I checked that I have following versions installed.
curl:
/usr/bin/curl
/usr/lib/libcurl.so.4
/usr/share/doc/libcurl.so.4.0.0
/usr/share/doc/curl-7.16.2/curl-7.16.2
/usr/share/man/man1/BUGS
curl-devel:
/usr/bin/curl-config
/usr/include/curl
/usr/include/curl/curl.h
/usr/lib/curlver.h
/usr/lib/pkgconfig/easy.h
/usr/share/doc/mprintf.h
/usr/share/doc/curl-devel-7.16.2/multi.h
/usr/share/man/man1/stdcheaders.h
/usr/share/man/man3/types.h
It seems ufoai is requesting libcurl.so.3 but I have libcurl.so.4. Does this mean that I need to downgrade my curl to libcurl.so.3? Or is this some sort of a bug? Should libcurl.so.4 be backwards compatible to libcurl.so.3?
I would highly appreciate if someone can help me to get this new version running. I really want to see the new features and improvements from 2.1.1 and I would like to help beta testing and finding bugs.
Thanks in advance,
- HitMan