bazzoon
22nd April 2004, 07:38 PM
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?
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?