[opensuse] OpenSuse multilib
Hi. Im running OpenSuse 12.1, and now I need to install one application that requires the libc 32 bit library. Please, can someone tell me if its possible to make Opensuse multilibrary capable? If it can be done is there any paper explainning how can it be achieved? Best Regards, Carlos. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Fri, Jun 08, 2012 at 11:32:32AM -0300, Carlos Xavier wrote:
Hi.
Im running OpenSuse 12.1, and now I need to install one application that requires the libc 32 bit library.
Please, can someone tell me if its possible to make Opensuse multilibrary capable? If it can be done is there any paper explainning how can it be achieved?
zypper in app.rpm Should pull in the dependencies. For libc 32bit it would be the "glibc-32bit" RPM for starters. The -32bit suffix is common for the secondary arch rpms. Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Tank you for the answer. I downloaded the 32bit package and when I tryed to install it I realized that it was already installed. Although the glibc-32bit is already installed, when I try to install the Microfocus Server for Cobol 5.1, it complais that cant find the sockets library at /usr/lib/libc. It must have being compiled with old libraries of SUSE Linux Enterprise Server 10. Best regards, Carlos ----- Original Message ----- From: "Marcus Meissner" <meissner@suse.de> To: "Carlos Xavier" <cbastos@connection.com.br> Cc: <opensuse@opensuse.org> Sent: Friday, June 08, 2012 11:35 AM Subject: Re: [opensuse] OpenSuse multilib
On Fri, Jun 08, 2012 at 11:32:32AM -0300, Carlos Xavier wrote:
Hi.
Im running OpenSuse 12.1, and now I need to install one application that requires the libc 32 bit library.
Please, can someone tell me if its possible to make Opensuse multilibrary capable? If it can be done is there any paper explainning how can it be achieved?
zypper in app.rpm
Should pull in the dependencies.
For libc 32bit it would be the "glibc-32bit" RPM for starters.
The -32bit suffix is common for the secondary arch rpms.
Ciao, Marcus
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Fri, Jun 08, 2012 at 04:44:51PM -0300, Carlos Xavier wrote:
Tank you for the answer.
I downloaded the 32bit package and when I tryed to install it I realized that it was already installed.
Although the glibc-32bit is already installed, when I try to install the Microfocus Server for Cobol 5.1, it complais that cant find the sockets library at /usr/lib/libc. It must have being compiled with old libraries of SUSE Linux Enterprise Server 10.
Is this really the exact error message? Please post the exact message. It should work even if compiled for SLES 10. Ciao, Marcus -- 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 2012-06-08 22:08, Marcus Meissner wrote:
On Fri, Jun 08, 2012 at 04:44:51PM -0300, Carlos Xavier wrote:
Although the glibc-32bit is already installed, when I try to install the Microfocus Server for Cobol 5.1, it complais that cant find the sockets library at /usr/lib/libc. It must have being compiled with old libraries of SUSE Linux Enterprise Server 10.
Is this really the exact error message? Please post the exact message. It should work even if compiled for SLES 10.
What about the compat library? - -- Cheers / Saludos, Carlos E. R. (from 11.4 x86_64 "Celadon" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/SYX0ACgkQIvFNjefEBxoCKwCeJqT9xQw0P9ceaScsz6xFUjg/ X04An1QY/3CDYH+FyuJlcnFIKCpJ5r1g =W0KA -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Hi. I took some time to answer because is as doing some tests on this issue. The program installs like a charm on SELS 10 and 11. When I try to install it on OpenSuse 12.1 this message is issued: WARNING: unable to find sockets library /usr/lib/libc CCITCP requires support from this library. Executables linked without this library cannot run applications that use CCITCP functionality. If you require this support, you will need to install the TCP/IP Development System libraries prior to installation of your COBOL system. Beste regards, Carlos Xavier. ----- Original Message ----- From: "Marcus Meissner" <meissner@suse.de> To: "Carlos Xavier" <cbastos@connection.com.br> Cc: <opensuse@opensuse.org> Sent: Friday, June 08, 2012 5:08 PM Subject: Re: [opensuse] OpenSuse multilib
On Fri, Jun 08, 2012 at 04:44:51PM -0300, Carlos Xavier wrote:
Tank you for the answer.
I downloaded the 32bit package and when I tryed to install it I realized that it was already installed.
Although the glibc-32bit is already installed, when I try to install the Microfocus Server for Cobol 5.1, it complais that cant find the sockets library at /usr/lib/libc. It must have being compiled with old libraries of SUSE Linux Enterprise Server 10.
Is this really the exact error message? Please post the exact message. It should work even if compiled for SLES 10.
Ciao, Marcus
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tue, Jun 19, 2012 at 01:37:13PM -0300, Carlos Xavier wrote:
Hi.
I took some time to answer because is as doing some tests on this issue. The program installs like a charm on SELS 10 and 11.
When I try to install it on OpenSuse 12.1 this message is issued:
WARNING: unable to find sockets library /usr/lib/libc
CCITCP requires support from this library. Executables linked without this library cannot run applications that use CCITCP functionality. If you require this support, you will need to install the TCP/IP Development System libraries prior to installation of your COBOL system.
/usr/lib/libc.so would be in glibc-devel ... if you are using a 64bit system in glibc-devel-32bit try installing those packages and try again. Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Carlos E. R.
-
Carlos Xavier
-
Marcus Meissner