Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2000 11:11:22 -0500 (CDT)
From:      Bruce Burden <bruce.burden@compaq.com>
To:        freebsd-current@freebsd.org
Subject:   Re: netscape
Message-ID:  <200009081611.LAA03091@panther.txn.cpqcorp.net>
In-Reply-To: <39B8C973.98F4F51E@cs.put.poznan.pl> from "Piotr Woniak" at Sep 08, 2000 01:11:47 PM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> I have installed netscape4-navigator and I can't launch its.
> I've got following message:
> 
> ld.so failed: Can't find shared library "libXt.so.6.0"
> 
	Assuming you have the a.out libraries installed as per the
   other messages, you probably need to assign the LD_LIBRARY_PATH
   in the "which netscape" file to be your LD_LIBRARY_AOUT_PATH
   (I believe that is the correct name for it).

	assign LD_LIBRARY_PATH=${LD_LIBRARY_AOUT_PATH}

   since the native netscape doesn't bother to read any library path
   but the "standard" one, which of course points to ELF libraries,
   and not a.out ones...

							Bruce
-- 
-------------------------------------------------------------------------------
  Bruce Burden            bruceb@isd.tandem.com         Tandem Computers Inc.
  512-432-8944            Network Verification          14231 Tandem Blvd.
  Auto answer(4 rings)                                  Austin, TX 78726


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009081611.LAA03091>