On Jul 9, 2004 at 10:58, Cyrus Adkisson in a soothing rage wrote: [...] >I'm on an FC2 AMD x86_64 Dual Opteron machine and can't install the >firefox i386 version you suggested. Here is my problem, which is pretty >self-explanatory. I've had this issue with many, many packages where RPM >says it needs something that very obviously exists in the right place. I >don't understand it. It seems FC2 installs stuff for both i386 & x86_64. It your case below you wanted to install the i386 version of firefox. This depends on the i386 libs and not the x86_64 libs. >[root@teddy cyrus]# rpm -Uvh >/home/cyrus/Desktop/packages/firefox-0.8-0.fdr.11.2.i386.rpm >warning: /home/cyrus/Desktop/packages/firefox-0.8-0.fdr.11.2.i386.rpm: >V3 DSA signature: NOKEY, key ID ecc63e4d >error: Failed dependencies: > libXinerama.so.1 is needed by firefox-0.8-0.fdr.11.2 >[root@teddy cyrus]# locate libXinerama.so.1 >/usr/X11R6/lib64/libXinerama.so.1 >/usr/X11R6/lib64/libXinerama.so.1.0 These are the lib64 version not the lib32 (i386) version. I would use a variation of the rpm command below when querying. rpm -q --qf "%{name}-%{version}-%{release}.%{arch}\n" HTH N.Emile... -- Registered Linux User # 125653 (http://counter.li.org) Switch to: http://www.speakeasy.net/refer/190653 I believe in getting into hot water; it keeps you clean. -- G.K. Chesterton 12:06:19 up 11 days, 5:21, 3 users, load average: 0.00, 0.00, 0.00