Mhel wrote:
> Hello lists,
> 
> I am trying to build a minimal-image for my beagleboard, but I can't get
> pass
> with opkg compilation. I am getting the following error:
> 
> > | /usr/lib/libldap.so: undefined reference to `BIO_clear_flags'
> > | /usr/lib/libldap.so: undefined reference to `BIO_set_flags'
> > | /usr/lib/libldap.so: undefined reference to `SSL_CTX_set_info_callback'
> >

Missing -lssl or -lssl -lcrypto in the linker options or missing
(openssl|libopenssl)-(devel|dev) package on your host system.

In case of missing -lsomething, maybe opkg configure checks needs to be
improved.

In case of missing package (and present ldap devel package, it may be a
fault of your host distribution: Incorrect development package
dependencies.


________________________________________________________________________
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus


_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to