Re: [Dgwebminmodule-users] How can I get shared libraries loaded with Webmi n
Brought to you by:
fuzzbawl
|
From: Daniel B. <dg...@ja...> - 2002-09-02 23:08:20
|
In message <02A...@ga...> you wrote: > > Hello, > > I have just downloaded the webmin module for Dansguardian > > I am running on Solaris 8 > > with Dansguardian in /usr/local/dansguardian > > I cannot start the webmin module because the shared library dansguardian > needs is in /usr/local/lib > > how can I set LD_LIBRARY_PATH correctly so that it can be passed to the > webmin module I don't know the module but the normal way to pass a variable on like that is to: LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH /usr/local/dansguardian/bin/dansguardian In some sh or bash script should work. You might need to mod the webmin module code to add this... -- Daniel Barron No group of professionals meets except to conspire against the public at large. -- Mark Twain. |