You could try to copy it to /usr/bin or make a link to it in /usr/bin = then retry compile xmail. (post results here in any cases :) )
Francis >-----Message d'origine----- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Harald Schneider >Envoy=E9 : lundi 28 avril 2008 16:35 >=C0 : [email protected] >Objet : [xmail] Re: Compiling XMail 1.25 fails on OSX Leopard > > >I see >/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libkvm.dylib > >which is not in the system's search path. Anything I can tweak with =20 >this ? > >-- Harald > > > >Am 28.04.2008 um 15:27 schrieb CLEMENT Francis: > >>> -----Message d'origine----- >>> De : [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] la part de Harald Schneider >>> Envoy=3DE9 : lundi 28 avril 2008 13:31 >>> =3DC0 : [email protected] >>> Objet : [xmail] Compiling XMail 1.25 fails on OSX Leopard >>> >>> >>> Compiling fails with >>> >>> $ OSTYPE=3D3DDarwin make -f Makefile.bsd >>> gcc -o bin/MkMachDep MkMachDep.o -lssl -lcrypto -lkvm -lpthread >>> ld: library not found for -lkvm >>> collect2: ld returned 1 exit status >>> make: *** [bin/MkMachDep] Error 1 >>> >>> OpenSSL comes with Leopard's XCode Tools and is installed here: >>> >>> $ ls /usr/lib/libssl* >>> -rwxr-xr-x 1 root wheel 915536 24 Sep 2007 = /usr/lib/libssl.=3D20 >>> 0.9.7.dylib >>> -rwxr-xr-x 1 root wheel 223280 24 Sep 2007=3D20 >>> /usr/lib/libssl.0.9.dylib >>> lrwxr-xr-x 1 root wheel 18 11 Apr 19:05 /usr/lib/=20 >>> libssl.dylib - =3D >> >>>> libssl.0.9.7.dylib >>> >>> Any hints ? >>> >>> >>> Thank you very much, >>> Harald >>> >> >> As said in the "ld: library not found for -lkvm" error, seems your = =3D >> problem >> is not relative to OpenSSL but with -lkvm option :) >> So related to the "kernel virtual memory" in BSD like systems. >> >> Can you find any '*kvm*' file in standard places ? ("/usr/lib", >> "'/usr/local/lib", ...) >> >> Notice that, in this article =3D >> http://www.macmyth.com/book/bonus/chapter8/kma/ >> seems the kvm lib and related mem and kmem devices was no more =3D >> available on >> Mac OS X >> "The kvm library needs the memory devices for its operation. =20 >> Therefore, =3D >> it >> is obsoleted in the x86 version of Mac OS X." >> >> So, has Leopard is not exactly Darwin (open-source) and vice-versa, = =3D >> perhabs >> the xmail makefile and/or code need some tweak for Mac OS X Leopard = ? >> >> Does someone tried compile xmail 1.25 on last 'darwin' version to = =3D >> compare >> results ? >> >> Francis >> >> >> >> >> - >> To unsubscribe from this list: send the line "unsubscribe xmail" in >> the body of a message to [EMAIL PROTECTED] >> For general help: send the line "help" in the body of a message to >> [EMAIL PROTECTED] >> > > > > > > > >- >To unsubscribe from this list: send the line "unsubscribe xmail" in >the body of a message to [EMAIL PROTECTED] >For general help: send the line "help" in the body of a message to >[EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
