8devices Community
https://www.8devices.com/community/

libopenssl installs a crappy libcrypto.so.1.0.0 from 2014
https://www.8devices.com/community/viewtopic.php?f=13&t=959
Page 1 of 1

Author:  frankvm [ 29 Jul 2016, 13:06 ]
Post subject:  libopenssl installs a crappy libcrypto.so.1.0.0 from 2014

I'm not too familiar with the build system and maybe this is the wrong place anyway to report a libopenssl issue but for what it's worth...

After a git clone https://github.com/8devices/carambola2.git and following the build procedure the resulting /usr/bin/openssl (openssl-util)
did not execute, producing a large number of relocation errors instead. This has been worked around by:

mkdir -p files/usr/local/lib
cp ./staging_dir/target-mips_34kc_musl-1.1.14/root-ar71xx/usr/lib/libcrypto.so.1.0.0 files/usr/local/lib/
make
...

The originally installed library is ./build_dir/target-mips_34kc_musl-1.1.14/root-ar71xx/usr/lib/libcrypto.so.1.0.0
which is totally different and from 2014 according to strings -a.

Author:  frankvm [ 30 Jul 2016, 16:43 ]
Post subject:  Re: libopenssl installs a crappy libcrypto.so.1.0.0 from 201

The issue has been solved - I forgot to revert a work-around for a two year old issue. My bad :-(

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/