OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: sargon on July 12, 2004, 08:03:05 pm
-
I just installed the latest (1.9.3) KDEpim/PI. Synchronization no longer works. I tried it from the command line, and I receive this error:
scp: error while loading shared libraries: scp: undefined symbol: __clz_tab
If I uninstall, ssh works. I uninstalled all KDEpim apps and re-installed, but I still receive the same error.
Any ideas?
-
Oops. Forgot important details....
Cacko ROM 1.2.1 with hotfix B.
I tried this from both an SD-card install and flash install.
I also entered this in the bug tracker at Sourceforge.
-
I will look at this.
Thanks for reporting.
z.
-
Zautrix, is there any update on this problem?
-
Zautrix, is there any update on this problem?
No, sorry - not really.
I don't have any time for this, because I have to solve the license issues first.
I have removed the mail binaries and I do not know, when I am able to deliver new ones.
Sorry again,
z.
-
FWIW, I have pretty much the same setup as you (same rom, same kdepimpi version) and my ssh/scp sync seems to be working ok. Are you using the ssh included in the rom, or did you install a different package?
-
If you use any ssh other than the one included with Cacko's ROM (i.e., install a package on top of what is included in the ROM), you will break things.
The OPIE mail package (which is no longer available) appears to be the problem. After uninstalling it, ssh works.
-
If you use any ssh other than the one included with Cacko's ROM (i.e., install a package on top of what is included in the ROM), you will break things.
The OPIE mail package (which is no longer available) appears to be the problem. After uninstalling it, ssh works.
Pim/Pi contains openssl-0.9.7 library. It overwite the /usr/lib/libcrypto.so* files that come with Cacko Rom. The one in opensll-0.9.7 library breaks scp and sftp in Cacko Rom.
Fortunately, the crypto library is in the rom. To fix this, just do the followings:- su
- mv /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.0.9.7.bak
- ln -s /usr/lib.rom/libcrypto.so.0.9.7 /usr/lib/
- exit
Everthing should works fine now. You can also remove the backup file with
rm /usr/lib/libcrypto.so.0.9.7.bak
-
I tried that, but it didn't work (for me). After an hour trying to hack through it, I gave up.
I just tried it again, following your instructions (to make sure I didn't screw something up). Still doesn't work.
<uninstalling Kopiemail one more time>