Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: SSL_library_init not found in libssl in current



On Thu, Apr 25, 2019 at 12:54:46PM +0530, Mayuresh wrote:
> On Thu, Apr 25, 2019 at 12:50:45PM +0530, Mayuresh wrote:
> > # uname -m && nm /usr/lib/libssl.so | grep SSL_library_init
> > amd64
> > 0000000000022411 T SSL_library_init
> > #
> > 
> > 
> > # uname -m && nm /usr/lib/libssl.so | grep SSL_library_init
> > evbarm
> > #
> > 
> > Why this difference?
> 
> +port-arm

Are there anything at all found in the /usr/lib/libssl.so with nm?

If there is nothing, one thing to try is to build the package and,
in the build dir, verify if nm gives all the symbols in libssl.so
including SSL_library_init.

It it does, then the bug is at installation time (and has to be fixed in
the Makefile.in patch), changing INSTALL_PROGRAM to INSTALL_DATA for the
libraries in order that the libraries (including static version if any)
are not stripped rendering them unable to be linked.

If there are other symbols, but not this one (SSL_library_init) then
the source of the problem has to be found earlier in the build.

HTH
-- 
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                     http://www.kergis.com/
                       http://www.sbfa.fr/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C


Home | Main Index | Thread Index | Old Index