Gendelman, Yevgeniy | 27 Apr 2009 23:40

Installation of lesstif-mwm-0.95.0-1.i586.rpm

Hi,

When I try to install it, it complains it cannot find libc.so.6, even
though it is in my LD_LIBRARY_PATH:

---> echo $LD_LIBRARY_PATH
/lib

---> ls -l /lib/libc.so.6
lrwxrwxrwx 1 root root 11 2009-03-17 20:14 /lib/libc.so.6 ->
libc-2.4.so*

---> rpm -ivh lesstif-mwm-0.95.0-1.i586.rpm
error: Failed dependencies:
        libc.so.6 is needed by lesstif-mwm-0.95.0-1.i586
        libc.so.6(GLIBC_2.0) is needed by lesstif-mwm-0.95.0-1.i586
        libc.so.6(GLIBC_2.3) is needed by lesstif-mwm-0.95.0-1.i586
        libc.so.6(GLIBC_2.3.4) is needed by lesstif-mwm-0.95.0-1.i586
        libfreetype.so.6 is needed by lesstif-mwm-0.95.0-1.i586
        libICE.so.6 is needed by lesstif-mwm-0.95.0-1.i586
        libSM.so.6 is needed by lesstif-mwm-0.95.0-1.i586
        libX11.so.6 is needed by lesstif-mwm-0.95.0-1.i586
        libXext.so.6 is needed by lesstif-mwm-0.95.0-1.i586
        libXft.so.2 is needed by lesstif-mwm-0.95.0-1.i586
        libXm.so.2 is needed by lesstif-mwm-0.95.0-1.i586
        libXp.so.6 is needed by lesstif-mwm-0.95.0-1.i586
        libXrender.so.1 is needed by lesstif-mwm-0.95.0-1.i586
        libXt.so.6 is needed by lesstif-mwm-0.95.0-1.i586
        libz.so.1 is needed by lesstif-mwm-0.95.0-1.i586

(Continue reading)

Eric Branlund | 28 Apr 2009 00:04
Picon

Re: Installation of lesstif-mwm-0.95.0-1.i586.rpm

On Monday, April 27, 2009, at 02:40 PM, Gendelman, Yevgeniy wrote:

> ---> rpm -ivh lesstif-mwm-0.95.0-1.i586.rpm
> error: Failed dependencies:
>         libc.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libc.so.6(GLIBC_2.0) is needed by lesstif-mwm-0.95.0-1.i586
>         libc.so.6(GLIBC_2.3) is needed by lesstif-mwm-0.95.0-1.i586
>         libc.so.6(GLIBC_2.3.4) is needed by lesstif-mwm-0.95.0-1.i586
>         libfreetype.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libICE.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libSM.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libX11.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libXext.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libXft.so.2 is needed by lesstif-mwm-0.95.0-1.i586
>         libXm.so.2 is needed by lesstif-mwm-0.95.0-1.i586
>         libXp.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libXrender.so.1 is needed by lesstif-mwm-0.95.0-1.i586
>         libXt.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libz.so.1 is needed by lesstif-mwm-0.95.0-1.i586
>
>
> I'm installing as a non-root.
>
> Is this link (/lib/libc.so.6 -> libc-2.4.so) invalid or it just cannot
> find it?

file /lib/libc.so.6

will tell you whether or not the symbolic link is broken; most likely 
the
(Continue reading)

Gendelman, Yevgeniy | 28 Apr 2009 14:46

Re: Installation of lesstif-mwm-0.95.0-1.i586.rpm

It is something else:

---> file libc.so.6
libc.so.6: symbolic link to `libc-2.4.so'

I also tried it on Red Hat:
---> file /home/lib/libc.so.6
/home/lib/libc.so.6: ELF 32-bit LSB shared object, Intel 80386, version
1 (SYSV), not stripped

It gives the same error.  It looks like rpm does not see
LD_LIBRARAY_PATH. 

-----Original Message-----
From: Eric Branlund [mailto:eric <at> msg.ucsf.edu] 
Sent: Monday, April 27, 2009 6:04 PM
To: lesstif-discuss <at> lists.sourceforge.net
Subject: Re: [Lesstif-discuss] Installation of
lesstif-mwm-0.95.0-1.i586.rpm

On Monday, April 27, 2009, at 02:40 PM, Gendelman, Yevgeniy wrote:

> ---> rpm -ivh lesstif-mwm-0.95.0-1.i586.rpm
> error: Failed dependencies:
>         libc.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libc.so.6(GLIBC_2.0) is needed by lesstif-mwm-0.95.0-1.i586
>         libc.so.6(GLIBC_2.3) is needed by lesstif-mwm-0.95.0-1.i586
>         libc.so.6(GLIBC_2.3.4) is needed by lesstif-mwm-0.95.0-1.i586
>         libfreetype.so.6 is needed by lesstif-mwm-0.95.0-1.i586
>         libICE.so.6 is needed by lesstif-mwm-0.95.0-1.i586
(Continue reading)

Gendelman, Yevgeniy | 28 Apr 2009 17:01

Re: Installation of lesstif-mwm-0.95.0-1.i586.rpm

I think rpm needs the lib to be in the specific directory.  I will try
installing from .bz2 file. 

-----Original Message-----
From: Gendelman, Yevgeniy 
Sent: Tuesday, April 28, 2009 8:47 AM
To: Eric Branlund; lesstif-discuss <at> lists.sourceforge.net
Subject: Re: [Lesstif-discuss] Installation of
lesstif-mwm-0.95.0-1.i586.rpm

It is something else:

---> file libc.so.6
libc.so.6: symbolic link to `libc-2.4.so'

I also tried it on Red Hat:
---> file /home/lib/libc.so.6
/home/lib/libc.so.6: ELF 32-bit LSB shared object, Intel 80386, version
1 (SYSV), not stripped

It gives the same error.  It looks like rpm does not see
LD_LIBRARAY_PATH. 

-----Original Message-----
From: Eric Branlund [mailto:eric <at> msg.ucsf.edu]
Sent: Monday, April 27, 2009 6:04 PM
To: lesstif-discuss <at> lists.sourceforge.net
Subject: Re: [Lesstif-discuss] Installation of
lesstif-mwm-0.95.0-1.i586.rpm

(Continue reading)


Gmane