LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   k9copy Error ! (https://www.linuxquestions.org/questions/linux-software-2/k9copy-error-641547/)

efi360 05-11-2008 09:47 PM

k9copy Error !
 
Running sidux (Debian Sid)

trying to run k9copy but program will not run.
Running from konsole as user returns,

Edward@siduxbox:~$ k9copy
k9copy: error while loading shared libraries: libQtOpenGL.so.4: cannot open shared object file: No such file or directory
Edward@siduxbox:~$

I am evidently missing libQtOpenGL.so.4
but dont know what name or package to install to get this file

apt-get returns this,

root@siduxbox:/home/Edward# apt-get install libQtOpenGL.so.4
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libQtOpenGL.so.4
root@siduxbox:/home/Edward#

Any help would be appreciated. Thanks in advance

David the H. 05-12-2008 03:48 AM

Try the apt-file program, which allows you to run a search for files contained in uninstalled packages. It tells me that the libQtOpenGL.so file is found in the libqt4-gui package.

efi360 05-12-2008 08:20 AM

Hello David The H,

Thanks for reply, apt shows libqt4-gui as installed and newest version

root@siduxbox:/home/Edward# apt-get install libQt4-gui
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqt4-gui is already the newest version.

I wonder if they changed something in the package such as file install locations and my system is just not pointing to or looking in the right place?


All times are GMT -5. The time now is 08:59 AM.