LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Spice3 deps (https://www.linuxquestions.org/questions/linux-software-2/spice3-deps-59144/)

mrsolo 05-10-2003 10:46 PM

Spice3 deps
 
[root@betty src]# rpm -ivh spice-3f4-4.i386.rpm
error: failed dependencies:
libreadline.so.3 is needed by spice-3f4-4
[root@betty src]# rpm -ivh --nodeps spice-3f4-4.i386.rpm
Preparing... ##################################### [100%]
1:spice ##################################### [100%]
[root@betty src]# spice3
spice3: error while loading shared libraries: libreadline.so.3: cannot open shared object file: No such file or directory

This is what I get when I try to force the installation of spice3 for linux. Before I forced the RPM install, I installed the readline packages. The readline package I installed included the libreadline.so.3 file. How do I point the program to the correct place to the shared library? I really need this program to work.

nakkaya 05-11-2003 02:59 AM

looks like they were in a diffrent path in the machine which readline was compiled download another readline and install it try installing it again? and did you look at the file inside the read line to make sure it includes that file?

kumarpraveen 03-21-2006 12:36 PM

SPICE in Fedora Core 3 : cann't load shared file libreadline.so.3
 
Quote:

Originally Posted by mrsolo
[root@betty src]# rpm -ivh spice-3f4-4.i386.rpm
error: failed dependencies:
libreadline.so.3 is needed by spice-3f4-4
[root@betty src]# rpm -ivh --nodeps spice-3f4-4.i386.rpm
Preparing... ##################################### [100%]
1:spice ##################################### [100%]
[root@betty src]# spice3
spice3: error while loading shared libraries: libreadline.so.3: cannot open shared object file: No such file or directory

This is what I get when I try to force the installation of spice3 for linux. Before I forced the RPM install, I installed the readline packages. The readline package I installed included the libreadline.so.3 file. How do I point the program to the correct place to the shared library? I really need this program to work.


Has anybody found the way to do this. If yes, please let us know. I'm also facing the same difficulty.

Regards
Praveen

Regards


All times are GMT -5. The time now is 09:44 AM.