>
> > 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.
>

Thanks for the reply, I think it's not the missing linker options, but it's
most likely the dev
package. I just found out that Slackware base distros like Zenwalk, does not
use lib*-dev thing. The headers for openssl is there, and that's where *
bio.h* is which has the declaration of "BIO_clear_flags", "BIO_set_flags",
but I'm not sure how to point it out to opkg-native.

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

Reply via email to