> I am runnig FreeBSD-3.1 and just installed the jdk1.1.7 package.
> Attempt to run javac or java results in `Segmentation fault'.
> Any pointers will be appreciated.
is a.out format and you need these libs on a 3.X machine. However, if you go
to http://www.freebsd.org/java you can get both an a.out and an elf 1.1.8 JDK.
- K.C.