PDA

View Full Version : Firefox 0.8 - RPM Issues


bazzoon
2004-04-22, 12:38 PM CDT
Where can we find firefox RPM for x86_64?

I tried to rebuild it from src rpm (http://download.fedora.us) with the command:

rpmbuild --rebuild --target x86_64 firefoxXXX.src.rpm

it rebuilt fine and was installed fine. However, the program won't run complaining not finding the lib files:

___________________________________
[root@tigres] /usr/src/redhat/RPMS/x86_64% rpm -Uvh firefox-0.8-0.fdr.9.1.x86_64.rpm
Preparing... ########################################### [100%]
1:firefox ########################################### [100%]
[root@tigres] /usr/src/redhat/RPMS/x86_64% firefox
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
cut: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
[root@tigres] /usr/src/redhat/RPMS/x86_64%locate libc.so.6
/lib/i686/libc.so.6
/lib/tls/libc.so.6
/lib/libc.so.6
/lib64/tls/libc.so.6
/lib64/libc.so.6

___________________________________

the files do exist as you can see for the locate output!!

any hints?

Ug
2004-04-23, 05:06 AM CDT
The RPM can be found here (http://dag.wieers.com/packages/firefox/firefox-0.8-1.rhfc1.dag.i386.rpm).

bazzoon
2004-04-23, 10:20 AM CDT
Thank you for the link. But this is an i386 build, not an x86_64.

Melio
2004-04-23, 12:16 PM CDT
there are no offical 64bit builds of Firefox.


That I know of.

Ug
2004-04-23, 12:20 PM CDT
Originally posted by bazzoon
Thank you for the link. But this is an i386 build, not an x86_64. Sorry I read it wrong. In that case I'm gonna split your thread here to the AMD 64 forum.

Go there for more help.

bazzoon
2004-05-09, 08:23 PM CDT
It has been a while.


First, I found that the error messages I posted above are not the reason for firefox not to run. I found that the problem is really because of these lines from the script /usr/bin/firefox:
__________________________________
# If there is no command line argument at all then try to open a new
# window in an already running instance.
if [ "${ALREADY_RUNNING}" -eq "1" ] && [ -z "$1" ]; then
exec $MOZ_CLIENT_PROGRAM "xfeDoCommand(openBrowser)" 2>/dev/null>/dev/null
fi
_______________________________________

If I cemment out the above segment, firefox fires up.

also I can fire firefox if I run the executable in the firefox homedirectory:
$> /usr/lib64/firefox/firefox

any hints?
thanx.

redhatgeek
2004-05-20, 10:55 AM CDT
??? i'm not sure but try using dag's src rpm (http://apt.sw.be/redhat/fc1/en/i386/SRPMS.dag/firefox-0.8-2.dag.src.rpm) and build it for x86_64

Bana
2004-05-22, 11:05 PM CDT
http://fedora.linux.duke.edu/fedorax86_64/fedora.us/2/x86_64/RPMS.stable/ There ya go, fresh and tasty.

MrWh1t3
2004-05-25, 02:49 PM CDT
to a apt install see how that works....

apt-get install firefox

thats what i did and nothing wrong at all

bazzoon
2004-05-25, 04:19 PM CDT
Yes, I got the firefox built for FC2 to run with no modification to firefox script!

Thanks for all