John R Pierce wrote:
> Andrew Farr wrote:
>   
>> It builds under Slackware-current 32-bit, which is effectively the
>> pre-release of Slackware 13. It would probably work under Slackware 12.2
>> as well.
>>
>> I just had to add  "-ldl -lrt -lidn -lldap -lz" to the library list.
>> This could probably be reduced by building libcurl from source and
>> deselecting some options.
>>   
>>     
>
> adding that to the LDFLAGS worked for CentOS 5.3 also.
>
>   

I dropped the binary that I built on CentOS 5.3 at 
http://freescruz.com/mprime if you want to examine it.  it still has a 
_LOT_ of dynamic libraries linked..

$ ldd mprime
        linux-gate.so.1 =>  (0x004aa000)
        libdl.so.2 => /lib/libdl.so.2 (0x006b8000)
        librt.so.1 => /lib/librt.so.1 (0x00777000)
        libidn.so.11 => /usr/lib/libidn.so.11 (0x00a34000)
        libldap-2.3.so.0 => /usr/lib/libldap-2.3.so.0 (0x00b39000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00700000)
        libm.so.6 => /lib/libm.so.6 (0x006be000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x006e7000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x007e4000)
        libc.so.6 => /lib/libc.so.6 (0x00111000)
        /lib/ld-linux.so.2 (0x0054f000)
        libssl.so.6 => /lib/libssl.so.6 (0x00af0000)
        libcrypto.so.6 => /lib/libcrypto.so.6 (0x00255000)
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00934000)
        liblber-2.3.so.0 => /usr/lib/liblber-2.3.so.0 (0x00abc000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x007cf000)
        libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00a6a000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x0096f000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x0056d000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00a07000)
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00964000)
        libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00a2f000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x0079b000)
        libselinux.so.1 => /lib/libselinux.so.1 (0x00715000)
        libsepol.so.1 => /lib/libsepol.so.1 (0x0072f000)


_______________________________________________
Prime mailing list
Prime@hogranch.com
http://hogranch.com/mailman/listinfo/prime

Reply via email to