[Bug 4400] libcurl linkage against host gnutls

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Fri Jul 25 14:16:42 CEST 2008


http://bugs.openembedded.net/show_bug.cgi?id=4400


Bignaux Ronan <ronan at aimao.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ronan at aimao.org
     Ever Confirmed|0                           |1




--- Comment #6 from Bignaux Ronan <ronan at aimao.org>  2008-07-25 14:16:42 ---
i confirmed this bug and try to solve it.

i add some informations :

On the host :

/opt/oe/build/tmp/rootfs $ ./usr/bin/ldd ./usr/bin/opkg-cl
    linux-gate.so.1 =>  (0xffffe000)
    libopkg.so.0 => not found
    libcurl.so.4 => /usr/lib/libcurl.so.4 (0xb7f09000)
    libgnutls.so.13 => not found
    libz.so.1 => /lib/libz.so.1 (0xb7ef6000)
    libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7e85000)
    libgpgme.so.11 => /usr/lib/libgpgme.so.11 (0xb7e59000)
    libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7e54000)
    libc.so.6 => /lib/libc.so.6 (0xb7d24000)
    libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7ce1000)
    libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7b97000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7b93000)
    /lib/ld-linux.so.2 (0xb7f5d000)

On the target : 

[~]$ ldd /usr/bin/opkg-cl
        linux-gate.so.1 =>  (0xffffe000)
        libopkg.so.0 => /usr/lib/libopkg.so.0 (0xb7f49000)
        libcurl.so.4 => /usr/lib/libcurl.so.4 (0xb7f15000)
        libgnutls.so.13 => /usr/lib/libgnutls.so.13 (0xb7ea4000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7e92000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7e2d000)
        libgpgme.so.11 => /usr/lib/libgpgme.so.11 (0xb7e15000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7e10000)
        libc.so.6 => /lib/libc.so.6 (0xb7cf8000)
        /lib/ld-linux.so.2 (0xb7f71000)
        libgnutls.so.26 => not found

Same ldd , same opkg-cl

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Openembedded-issues mailing list