OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: mcamou on March 21, 2004, 06:21:23 pm

Title: Problem with scp on "Daniela"
Post by: mcamou on March 21, 2004, 06:21:23 pm
Whenever I try to do an scp to or from my C760 with the new Cacko \"Daniela\" 1.20 ROM, I get the following message:
scp: error while loading shared libraries: scp: undefined symbol: __clz_tab

Any ideas?
Title: Problem with scp on "Daniela"
Post by: stupkid on March 25, 2004, 10:14:26 pm
After hosing my Zaurus in the same fashion I have an idea.  You installed the openssl package, which is not needed on this ROM since it comes with it\'s own libcrypto.   When you install one the many incompatible openssl packages on this ROM it breaks ssh, scp, etc because libcrypto.so.9.7 is over written with the bad lib.

You should be able to fix this by uninstalling the openssl package and then copying over the /usr/lib/libcrypto.so.9.7 from a working Cacko 1.20 install.  Run ldconfig as root and you should be fixed.

I would like to try this out on my Zaurus if someone is willing to contribute the libcrypto.so.9.7.

Thanks!
Title: Problem with scp on "Daniela"
Post by: stupkid on March 26, 2004, 01:03:45 pm
You can get a working libcrypto.so.9.7 from this thread:

http://www.zaurususergroup.com/index.php?n...iewtopic&t=2853 (https://www.oesf.org/forums/index.php?showtopic=2853)

As root copy the lib /usr/lib/libcrypto.so.9.7 and then run \"ldconfig\" and you are fixed.

Enjoy!