Port-amiga archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: mozilla help
s_frueau%ira.uka.de@localhost (Thorsten Frueauf) writes:
>
> > mozilla-export ends to error report Segmentation fault (core dumped)
>
> Same here too. And I wasn't able to run the binary someone build via
> crosscompilation for mac68k.
I get the same thing on mozilla-export.
The mozilla-netbsd-m68k built for the mac68k does run for me though.
> > moz-export claims that mozilla/libimg lib references an unknown
> > symbol.
>
> Can you send me the exact output?
Hmm...
/usr/libexec/ld.so: Undefined symbol "_XP_NewObserverList" called from
moz-export:/tmp/lib/mozilla/libimg.so.1.0 at 0x8414448
Interesting - I can find that symbol in lib/mozilla/libutil.so.1.0,
but NetBSD already has a /usr/lib/libutil.so.*.*. It looks like
moz-export is getting the NetBSD libutil rather than the mozilla
libutil.
By playing a couple of tricks, I was able to get moz-export to run.
I created a link from lib/mozilla/libutil.so.1.0 to lib/mozilla/libutil.so.4.2
(because moz-export wants libutil.4) and set the LD_LIBRARY_PATH environment
to search lib/mozilla before /usr/lib. [This will break any program that
tries to use the NetBSD libutil though.]
Michael
---
Michael L. Hitch mhitch%montana.edu@localhost
Computer Consultant, Information Technology Center
Montana State University, Bozeman, MT USA
Home |
Main Index |
Thread Index |
Old Index