- From: Wolfgang Platzer <Wolfgang.Platzer@iaik.tu-graz.ac.at>
- Date: Wed, 3 Mar 1999 12:01:26 +0100
- To: "Phil Blake" <phil@ns2.tcp.net.au>, "Jigsaw Mailing List" <www-jigsaw@w3.org>
At least for Linux the following works: use -shared instead of -r ld -shared -o libUnix.so unix.o org_w3c_util_Unix.o Wolfgang > -----Original Message----- > From: www-jigsaw-request@w3.org [mailto:www-jigsaw-request@w3.org]On > Behalf Of Phil Blake > Sent: Sonntag, 21. Februar 1999 01:38 > To: Jigsaw Mailing List > Subject: Port 80 > > > I'm having a couple of problems running port 80 under unix, specifically > Linux and AIX. > > I've compiled jigsaw_unix_jni1_1_v001 and installed libUnix.so in the lib > directory. LD_LIBRARY_PATH points to that directory. I've updated the Unix > java classes in jigsaw.zip. > > Under Linux I get: > > ELF file's phentsize not the expected size: ELF file's phentsize not the > expected size (libUnix.so) > *** FATAL Error: > You used either the -user or -group command line option usefull only when > running Jigsaw under UNIX.To be able to set these, Jigsaw requires that > libUnix, distributed with Jigsaw, be accessible from your LD_LIBRARY_PATH. > > And AIX: > *** FATAL Error: > You used either the -user or -group command line option usefull only when > running Jigsaw under UNIX.To be able to set these, Jigsaw requires that > libUnix, distributed with Jigsaw, be accessible from your LD_LIBRARY_PATH. > > > I assume that libUnix is not being found though it's definately in > LD_LIBRARY_PATH. Have I missed something obvious? > > Thanks again, > > Phil > > > >
Received on Wednesday, 3 March 1999 06:02:52 UTC