Environment Variables
Peter Simons
simons at rhein.de
Tue Sep 16 02:41:11 PDT 1997
Bryan Felix <felix at rapidaxcess.com> writes:
> I have set ENVIRONMENT to:
> -------SNIP----->
> CLASSPATH=.:/usr/local/share/kaffe/classes.zip
> KAFFEHOME=/usr/local/share/kaffe
> PATH=/usr/local/bin:$PATH
> LD_LIBRARY_PATH=/usr/local/lib
> export CLASSPATH KAFFEHOME LD_LIBRARY_PATH PATH
> ------End SNIP--->
I am not an expert, but I think the LD_LIBRARY_PATH variable won't do
anything under BSDi. The BSD Unices have the ldconfig tool, which is
used to tell the system where to expect the shared libraries. You
might want to try whether using ldconfig instead fixes your problems.
-peter
More information about the kaffe
mailing list