[Buildroot] [Merak Spam 5.26] can't develope any programs using ssl in the root

Hamish Moffatt hamish at cloud.net.au
Thu Jan 24 22:38:46 UTC 2008


On Thu, Jan 24, 2008 at 09:44:10AM +0800, Ming-Ching Tiew wrote:
> > I wonder what I am doing wrong, I have enabled openssl and included
> > the header in the root, but in the root environment, I can't develope
> > any program which requires openssl, configure will fail with this error
> > ( the example below is tcpdump ) :-
> >
> > configure:12791: checking for SSLeay
> > configure:12833: result: /usr
> > configure:12845: checking for DES_cbc_encrypt in -lcrypto
> > configure:12875: gcc -o conftest -DINET6 -g -O2  -L/usr/lib  conftest.c
> > -lcrypto  ./../libpcap-0.9.5/libpcap.a  >&5
[...]
> 
> I have found a workaround for it, I delete the entire
> 
>    /usr/lib/gcc/i686-linux-uclibc/4.2.0/include/openssl/
> 
> Looks to me like a bug. Since I can proceed now, I am staying with
> this for a while.

>From your config.log snippet it appears that configure is using your
native gcc (not the cross-compiler), which is using headers from
/usr. That looks like a bug, either in the configure script or in the
relevant .mk files for programs that use OpenSSL.

I've got OpenSSL enabled with python linking against it and no such
issues.


Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>



More information about the buildroot mailing list