[geeks] argh Solaris
Joshua D Boyd
jdboyd at cs.millersville.edu
Sat Apr 13 01:41:43 CDT 2002
On Thu, Apr 11, 2002 at 11:39:18PM -0500, Bill Bradford wrote:
> On Fri, Apr 12, 2002 at 12:15:54AM -0400, Joshua D Boyd wrote:
> > bash-2.03# xemacs
> > ld.so.1: xemacs: fatal: libXm.so.3: open failed: No such file or directory
> > Killed
> > bash-2.03# ls /usr/lib/libXm.so.3
> > /usr/lib/libXm.so.3
> > bash-2.03#
> > Anyone have a good explaination for that? If this was linux I'd double
> > check /etc/ld.so.conf, but that doesn't seem to exist here.
>
> LD_LIBRARY_PATH environment variable. example:
>
> LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/openwin/lib:/usr/ucblib:.
> export LD_LIBRARY_PATH
>
> Same purpose as ld.so.conf.
I knew about that. See after sig for what doing that gives me.
--
Joshua D. Boyd
bash-2.03# export LD_LIBRARY_PATH="/lib:/usr/lib"
bash-2.03# echo $LD_LIBRARY_PATH
/lib:/usr/lib
bash-2.03# ls /usr/lib/libX11.so.4
/usr/lib/libX11.so.4
bash-2.03# ./installer
Caution: If you have previously installed an Early Access version of
Forte Developer 6 update 2 you must uninstall it first before proceeding
with this installation.
You cannot install multiple versions of Forte Developer or Sun WorkShop
software in the same directory. In the Select Install Directory dialog,
choose a unique directory for Forte Developer 6 update 2 installation.
Do you want to continue? <y|n>:
y
ld.so.1: /tmp/.install/JRE/sparc/bin/../bin/sparc/native_threads/jre: fatal: libX11.so.4: open failed: No such file or directory
./installer[279]: 4294 Killed
bash-2.03#
More information about the geeks
mailing list