On Fri, 2005-11-25 at 00:27 +0100, François Patte wrote: > |> open("/usr/lib/firefox-1.0.4/tls/i686/sse2/libexpat.so.0", O_RDONLY) = > |> - -1 ENOENT (No such file or directory) > |> open("/usr/lib/firefox-1.0.4/tls/i686/libexpat.so.0", O_RDONLY) = -1 > |> ENOENT (No such file or directory) > |> open("/usr/lib/firefox-1.0.4/tls/sse2/libexpat.so.0", O_RDONLY) = -1 > |> ENOENT (No such file or directory) > |> open("/usr/lib/firefox-1.0.4/tls/libexpat.so.0", O_RDONLY) = -1 ENOENT > |> (No such file or directory) > |> open("/usr/lib/firefox-1.0.4/i686/sse2/libexpat.so.0", O_RDONLY) = -1 > |> ENOENT (No such file or directory) > |> open("/usr/lib/firefox-1.0.4/i686/libexpat.so.0", O_RDONLY) = -1 ENOENT > |> (No such file or directory) > |> open("/usr/lib/firefox-1.0.4/sse2/libexpat.so.0", O_RDONLY) = -1 ENOENT > |> (No such file or directory) > |> open("/usr/lib/firefox-1.0.4/libexpat.so.0", O_RDONLY) = -1 ENOENT (No > |> such file or directory) All of those are looking for libexpat.so.0, which on my machine is provided by the expat-1.95.8 package. Try installing that and see if it fixes your troubles. # yum -y install expat Hope that helps. -- Peter Gordon (codergeek42) GnuPG Public Key: 0xDA3634D7
Attachment:
signature.asc
Description: This is a digitally signed message part