On Tue, Aug 04, 1998 at 09:23:12PM -0400, McGill wrote: > I've recently moved to Debian 2.0 from slackware 3.2 (kernel 2.0.29), and > I am having trouble getting AOL's instant messenger (AIM) and netscape > 4.05 running. When I am in X (using WindowMaker wm... if that makes a > difference...) and type ./aim or ./netscape in a xterm, I get > "Segmentation Fault." All the correct libs are installed for netscape, > and I installed and added java support to the kernel. Does anyone know > what is causing this problem? It's the fact that Debian 2.0 uses glibc, whereas AIM is linked against libc5. Get the jdk1.1-runtime package and install it. Then set the JAVA_HOME shell variable in your .bashrc or .tcshrc:
bash: export JAVA_HOME="/usr/lib/jdk1.1" tcsh: setenv JAVA_HOME /usr/lib/jdk1.1 If that doesn't get things working, lemme know. P.S.: I rarely use bash, so anyone seeing any problems with my syntax please correct me ;) -- Brian Almeida <[EMAIL PROTECTED]> http://www.debian.org/~bma/ Debian/GNU Linux Developer -- http://www.debian.org/ PGP Key: pub 1024/3A800C65 1998/04/20 Brian M. Almeida <[EMAIL PROTECTED]> "People who don't understand UNIX are doomed to recreate it, badly." -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null