Re: kpilot errors out with lib error

1998-09-13 Thread Ole J. Tetlie
*-Edward J Young [EMAIL PROTECTED]
|
| I've been trying to run kpilot but when I try to invoke it I get the
| error: 
| 
| kpilot: error in loading shared libraries
| libkfile.so.0: cannot open shared object file: No such file or directory
| 
| It seems that my libraries are installed correctly:
| 
| Alaska:~# dpkg -S libkfile
| kdelibs0g-dev: /usr/X11R6/lib/libkfile.so
| kdelibs0g: /usr/X11R6/lib/libkfile.so.1
| kdelibs0g-dev: /usr/X11R6/lib/libkfile.la
| kdelibs0g: /usr/X11R6/lib/libkfile.so.1.0.0
| 
| What could the matter be???

kpilot is linked against libkfile.so.0 but you have libkfile.so.1.
Since your version is the newest, you should file a bug against
kpilot asking the maintainer to link against the newest libkfile.

-- 
.elOle.


kpilot errors out with lib error

1998-09-12 Thread Edward J Young




I've been trying to run kpilot but when I try to invoke it I get the
error: 

kpilot: error in loading shared libraries
libkfile.so.0: cannot open shared object file: No such file or directory

dpkg sez that kpilot is installed:

Alaska:~# dpkg -s kpilot
Package: kpilot
Status: install ok installed
Installed-Size: 1207
Maintainer: John Goerzen [EMAIL PROTECTED]
Version: 3.0.2-1
Depends: kdelibs0g (= 2:980312), libc6, libstdc++2.8 (= 2.90.26-1), qt1g (= 
1.33-5), xlib6g (= 3.3-5)
Description: PalmPilot/III hotsync package
 Kpilot provides file transfer and sync capabilities for owners of
 the 3COM PalmPilot or Palm III PDAs.  It currently includes conduits
 for mail, datebook, and memo pad.

It seems that my libraries are installed correctly:

Alaska:~# dpkg -S libkfile
kdelibs0g-dev: /usr/X11R6/lib/libkfile.so
kdelibs0g: /usr/X11R6/lib/libkfile.so.1
kdelibs0g-dev: /usr/X11R6/lib/libkfile.la
kdelibs0g: /usr/X11R6/lib/libkfile.so.1.0.0

I have the latest kdelibs0

Alaska:~# apt-get install kdelibs0g
Updating package status cache...done
Checking system integrity...ok
Sorry, kdelibs0g is already the newest version
0 packages upgraded, 0 newly installed, 0 to remove and 220 not upgraded.


What could the matter be???


Thanx, 

Ed