Closed
Bug 19574
Opened 26 years ago
Closed 26 years ago
DocLoaderFactory: Unable to create ContentViewer for command=view, content-type=text/xul
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: brunson, Assigned: leger)
Details
When trying to run mozilla (11/16?/99 release):
**************************************************
nsNativeComponentLoader:
GetFactory(/home/brunson/mozilla/package/components/libraptorhtmlpars.so) Load
FAILED with error:
/home/brunson/mozilla/package/components/libraptorhtmlpars.so: undefined symbol:
seekpos__9streambufxi
**************************************************
repeated several times, then:
DocLoaderFactory: Unable to create ContentViewer for command=view,
content-type=text/xul
System:
Linux
Redhat 5.2 based
Manually built and installed glibc-2.1.2 (with gcc 2.95.2)
Initially ld.so could not find libstdc++-libc6.1-1.so.2
I created a symlink from libstdc++.so.3.0.0 to libstdc++-libc6.1-1.so.2 in
/usr/local and got an immediate segfault.
Removed that link and created symlink from libstdc++.so.2.8.0 to
libstdc++-libc6.1-1.so.2 and got the above messages.
Tried symlinking to libstdc++.so.2.7.2 and got immediate segfault.
lachesis(~/mozilla/package)$ ldd ./mozilla-bin
/lib/libregframe.so => /lib/libregframe.so (0x40014000)
libraptorgfx.so => /home/brunson/mozilla/package/libraptorgfx.so
(0x40017000)
libmozjs.so => /home/brunson/mozilla/package/libmozjs.so (0x4003a000)
libxpcom.so => /home/brunson/mozilla/package/libxpcom.so (0x40094000)
libplds3.so => /home/brunson/mozilla/package/libplds3.so (0x4010a000)
libplc3.so => /home/brunson/mozilla/package/libplc3.so (0x4010e000)
libnspr3.so => /home/brunson/mozilla/package/libnspr3.so (0x40113000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40144000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40156000)
libutil.so.1 => /lib/libutil.so.1 (0x4016c000)
libresolv.so.2 => /lib/libresolv.so.2 (0x4016f000)
libdl.so.2 => /lib/libdl.so.2 (0x4017e000)
libstdc++-libc6.1-1.so.2 => /usr/lib/libstdc++-libc6.1-1.so.2
(0x40182000)
libm.so.6 => /lib/libm.so.6 (0x401c3000)
libc.so.6 => /lib/libc.so.6 (0x401df000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Any additional information is available on request.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
We do not support Linux 5.2. We support Redhat Linux 6.0 and above. Please try
with that system, and reopen if still a problem please :-)
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•