Author Topic: KDEpim/PI latest breaks SSH  (Read 3566 times)

sargon

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
KDEpim/PI latest breaks SSH
« 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?

sargon

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
KDEpim/PI latest breaks SSH
« Reply #1 on: July 12, 2004, 08:07:45 pm »
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.

zautrix

  • Sr. Member
  • ****
  • Posts: 437
    • View Profile
    • http://www.pi-sync.net
KDEpim/PI latest breaks SSH
« Reply #2 on: July 12, 2004, 08:59:55 pm »
I will look at this.

Thanks for reporting.

z.

sargon

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
KDEpim/PI latest breaks SSH
« Reply #3 on: July 16, 2004, 08:23:29 pm »
Zautrix, is there any update on this problem?

zautrix

  • Sr. Member
  • ****
  • Posts: 437
    • View Profile
    • http://www.pi-sync.net
KDEpim/PI latest breaks SSH
« Reply #4 on: July 17, 2004, 03:28:51 am »
Quote
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.

sylvius

  • Newbie
  • *
  • Posts: 19
    • View Profile
KDEpim/PI latest breaks SSH
« Reply #5 on: July 24, 2004, 02:22:14 pm »
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?

sargon

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
KDEpim/PI latest breaks SSH
« Reply #6 on: July 24, 2004, 04:52:31 pm »
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.

cs_jacky

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • http://
KDEpim/PI latest breaks SSH
« Reply #7 on: July 24, 2004, 10:04:48 pm »
Quote
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

sargon

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
KDEpim/PI latest breaks SSH
« Reply #8 on: July 26, 2004, 04:00:03 pm »
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>