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  
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=E9 : lundi 28 avril 2008 13:31
>> =C0 : xmail@xmailserver.org
>> Objet : [xmail] Compiling XMail 1.25 fails on OSX Leopard
>>
>>
>> Compiling fails with
>>
>> $ OSTYPE=3DDarwin  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.=20
>> 0.9.7.dylib
>> -rwxr-xr-x  1 root  wheel  223280 24 Sep  2007=20
>> /usr/lib/libssl.0.9.dylib
>> lrwxr-xr-x  1 root  wheel      18 11 Apr 19:05 /usr/lib/ 
>> libssl.dylib - =
>
>>> 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 =
> 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 =
> http://www.macmyth.com/book/bonus/chapter8/kma/
> seems the kvm lib and related mem and kmem devices was no more =
> available on
> Mac OS X
> "The kvm library needs the memory devices for its operation.  
> Therefore, =
> it
> is obsoleted in the x86 version of Mac OS X."
>
> So, has Leopard is not exactly Darwin (open-source) and vice-versa, =
> 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 =
> 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]

Reply via email to