On Wed, Nov 05, 2008 at 02:12:10PM +0100, Wojciech Florek wrote: > On some AMD64 machines libcurl.so.3 is placed in /usr/lib64. 32-bit > version of mprime doesn't check in this directory (I supoose) and 64-bit > one, even if it goes to this directory, looks for libcurl.so.4 which is > absent. -:( I have no possibility to try moving or linking libcurl.so.3 > from /usr/lib64 to /usr/lib.
This won't work, as John already said. Of course you can get the libcurl sources, build the stuff on your own and place it in /usr/local/lib; this should be in the default LD_LIBRARYPATH anyway (if not, set the environment variable correctly). I might do this when I find some time for this. Generally, compiling a lib can be a pain (it doesn't need to be) since you might have to have very recent versions of other libs too... Christian -- Christian Schulz IRC: Zampel [EMAIL PROTECTED] URL: http://www.bartali.dyndns.org/ "Der Kopf muss das dritte Bein sein." --- Christoph Daum _______________________________________________ Prime mailing list [email protected] http://hogranch.com/mailman/listinfo/prime
