(no subject)

Jonathan Berry berryja at gmail.com
Sun Jan 8 02:14:03 UTC 2006


On 1/7/06, oleksandr korneta <mai11ist at fastmail.fm> wrote:
> on 01/07/2006 06:58 PM oleksandr korneta wrote:
> > Jonathan,
> >
> > on 01/07/2006 06:31 PM Jonathan Berry wrote:
> >
> >
> >>Acrobat reader is a 32-bit program (because Adobe only compiles it
> >>that way).  The libraries you have installed are 64-bit and cannot be
> >>used with Acrobat.  You need to install the 32-bit libraries as well.
> >
> > do you suggest installing xorg-x11-libs-*i386.rpm on that computer? What
> > about xorg-x11-libs-*x86_64.rpm already installed there? Can they coexist?
> >
> [~]$ sudo rpm -ivh xorg-x11-libs-6.8.2-37.FC4.49.2.i386.rpm
> Password:
> error: Failed dependencies:
>          libGL.so.1 is needed by xorg-x11-libs-6.8.2-37.FC4.49.2.i386
>          libexpat.so.0 is needed by xorg-x11-libs-6.8.2-37.FC4.49.2.i386
>          libfontconfig.so.1 is needed by
> xorg-x11-libs-6.8.2-37.FC4.49.2.i386
>          libfreetype.so.6 is needed by xorg-x11-libs-6.8.2-37.FC4.49.2.i386
>
> for some reason I have a feeling that it will pull the entire xorg*i386
> to my machine. Is this really the only method? I better stick with xpdf
> then.

Use yum to install it, do not just install an RPM.  It will not put
the entire xorg i386 on your computer.  It will resolve the
dependencies and get the 32-bit libs you need out of the x86_64
repositories.
32-bit libraries can be installed along side the 64-bit libraries. 
There is an option when installing to install 32-bit libraries as
well.  I have always used that, so I do not know the exact way to do
it post install (ie, which packages you need).  Try this and see if it
works:

yum install xorg-x11-libs.i386

Jonathan




More information about the fedora-list mailing list