[opensuse] error finding this file ?
I running 13.2 64bit with kde installed . I have some software when I try to run I get this error error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Sun, 02 Nov 2014 00:10:29 -0400 William Biggs <williambiggs31@gmail.com> пишет:
I running 13.2 64bit with kde installed . I have some software when I try to run I get this error error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
Is it 32 bit software? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sun, 2014-11-02 at 08:14 +0300, Andrei Borzenkov wrote:
В Sun, 02 Nov 2014 00:10:29 -0400 William Biggs <williambiggs31@gmail.com> пишет:
I running 13.2 64bit with kde installed . I have some software when I try to run I get this error error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
Is it 32 bit software? yes it is a 32 bit software it it called http://www.quickandeasywebbuilder.com/ When I email support before they told me it need I need to have the 32bit library 's installed
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2014-11-02 17:09, William Biggs wrote:
On Sun, 2014-11-02 at 08:14 +0300, Andrei Borzenkov wrote:
Is it 32 bit software? yes it is a 32 bit software it it called http://www.quickandeasywebbuilder.com/ When I email support before they told me it need I need to have the 32bit library 's installed
So, you probably also need the 32 bit version of libSM.so.6, and whatever it wants as dependency: Telcontar:~ # locate libSM.so /other/test_a1/usr/lib64/libSM.so /other/test_a1/usr/lib64/libSM.so.6 /other/test_a1/usr/lib64/libSM.so.6.0.1 /usr/lib/libSM.so.6 /usr/lib/libSM.so.6.0.1 /usr/lib64/libSM.so /usr/lib64/libSM.so.6 /usr/lib64/libSM.so.6.0.1 Telcontar:~ # rpm -qf /usr/lib/libSM.so.6.0.1 libSM6-32bit-1.2.2-2.1.2.x86_64 Telcontar:~ # - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlRWXYMACgkQtTMYHG2NR9WLcACfVJKezEQELFk6Ar2pZwGCgRDn B/wAn2ubmSVXDrhEwH1ul4HpfSPUlR5G =vlbz -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-11-02 17:09, William Biggs wrote:
On Sun, 2014-11-02 at 08:14 +0300, Andrei Borzenkov wrote:
Is it 32 bit software? yes it is a 32 bit software it it called http://www.quickandeasywebbuilder.com/ When I email support before they told me it need I need to have the 32bit library 's installed
So, you probably also need the 32 bit version of libSM.so.6, and whatever it wants as dependency:
Telcontar:~ # locate libSM.so /other/test_a1/usr/lib64/libSM.so /other/test_a1/usr/lib64/libSM.so.6 /other/test_a1/usr/lib64/libSM.so.6.0.1 /usr/lib/libSM.so.6 /usr/lib/libSM.so.6.0.1 /usr/lib64/libSM.so /usr/lib64/libSM.so.6 /usr/lib64/libSM.so.6.0.1 Telcontar:~ # rpm -qf /usr/lib/libSM.so.6.0.1 libSM6-32bit-1.2.2-2.1.2.x86_64 Telcontar:~ #
On Sun, 2014-11-02 at 17:36 +0100, Carlos E. R. wrote: thank you for all you help . I got it to work now
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/02/2014 12:10 AM, William Biggs wrote:
I running 13.2 64bit with kde installed . I have some software when I try to run I get this error error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
rpm -fq /usr/lib/libSM.so.6
rpm -fq /usr/lib64/libSM.so.6
On my system find /usr -name libSM* /usr/lib/libSM.so.6 /usr/lib/libSM.so.6.0.1 /usr/lib64/libSM.so.6 /usr/lib64/libSM.so.6.0.1 So its about 32 bit or 64 bit. What is the program you are trying to run? if libSM was a dependency then it should have been installed. Where does that come from? libSM6-32bit-1.2.2-19.1.x86_64 libSM6-1.2.2-19.1.x86_64 But the issue remains, how come tjat wasn't loaded as a dependency for your program? The only things I can think of is that you have loaded a program outside of zypper/Yast or that in loading a program with zypper/yast you over-rode the dependency and told it not to load something. Which case was it? The former is going to bring additional problems and the latter is a bad practice. -- /"\ \ / ASCII Ribbon Campaign X Against HTML Mail / \ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Andrei Borzenkov
-
Anton Aylward
-
Carlos E. R.
-
William Biggs