Rolf Leggewie schreef:
> Strange.
>
> Poking in the dark here, but can you post the output of "locate
> libXt.so; locate libExt.so;echo $LD_LIBRARY_PATH"?
/home/dennis/lib/i386/libXt.so
/usr/lib/libXt.so.6
/usr/lib/libXt.so.6.0.0
/home/dennis/lib/i386/libXext.so
/usr/lib/libXext.so.6
/usr/lib/libXext.so.6.4.0
/home/dennis/lib/i386:/usr/local/lib:

(I assume you meant libXext.so; The hits in my dir are symlinks)
>  after you moved
> .mozilla out of the way (or deleted it). "ldd
> /usr/lib/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so" would be
> interesting as well (if you have ldd installed).
        linux-gate.so.1 =>  (0xffffe000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dcc000)
        /lib/ld-linux.so.2 (0x80000000)

(Which suggests Adobe is to blame for sloppy assumptions.)
>   Maybe you can also
> attach the output of "strace firefox 2>&1 | grep libXt.so"?
>
>   
Here's a relevant part of the full trace; this is after deleting 
.mozilla and typing about:plugins. It appears that the name libXt.so is 
hardcoded into the plug-in; maybe this can be checked with Adobe? The 
easy solution seems to be what I did: make two symlinks in a directory 
in LD_LIBRARY_PATH.

Regards,

Dennis van Dok

access("/usr/lib/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so", F_OK) = 0
open("/usr/lib/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so", O_RDONLY) = 39
read(39, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20p\3\000"..., 
512) =
512
fstat64(39, {st_mode=S_IFREG|0644, st_size=878568, ...}) = 0
old_mmap(NULL, 890208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 
39, 0) =
0xb2394000
old_mmap(0xb245a000, 61440, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENY
WRITE, 39, 0xc6000) = 0xb245a000
old_mmap(0xb2469000, 17760, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANON
YMOUS, -1, 0) = 0xb2469000
close(39)                               = 0
mprotect(0xb2394000, 811008, PROT_READ|PROT_WRITE) = 0
munmap(0xb2394000, 890208)              = 0
open("/usr/lib/firefox/libXt.so", O_RDONLY) = -1 ENOENT (No such file or 
directo
ry)
open("/usr/lib/firefox/plugins/libXt.so", O_RDONLY) = -1 ENOENT (No such 
file or
 directory)
open("/usr/lib/mozilla-firefox/plugins/libXt.so", O_RDONLY) = -1 ENOENT 
(No such
 file or directory)
open("/home/dennis/lib/i386/libXt.so", O_RDONLY) = 39
read(39, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\275"..., 
512) = 51
2
fstat64(39, {st_mode=S_IFREG|0644, st_size=312564, ...}) = 0
close(39)                               = 0
open("/usr/lib/firefox/libXext.so", O_RDONLY) = -1 ENOENT (No such file 
or direc
tory)
open("/usr/lib/firefox/plugins/libXext.so", O_RDONLY) = -1 ENOENT (No 
such file
or directory)
open("/usr/lib/mozilla-firefox/plugins/libXext.so", O_RDONLY) = -1 
ENOENT (No su
ch file or directory)
open("/home/dennis/lib/i386/libXext.so", O_RDONLY) = 39
read(39, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P&\0\000"..., 
512) = 51
2


-- 
D.H. van Dok ([EMAIL PROTECTED])

-- 
Plugin loading fails in firefox
https://launchpad.net/bugs/61048

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to