fwbuilder libfwbuilder firewall builder
configure runtime linking environment 4 fwbuilder
if starting fwbuilder terminates with a message like the following:
ld.so.1: fwbuilder: fatal: lib_some_library_name: open failed: No such file or directory
Killed
then you should configure the runtime linking environment
there are 2 methodes to setup $LD_LIBRARY_PATH correctly
the recommended way and the manual way
- using command "crle"
key in as root "crle" to see, wether the environment $LD_LIBRARY_PATH is usable.
if not, update the environment with:
crle -u -l /lib:/usr/lib:/usr/local/lib:/opt/sfw/lib:/usr/sfw/lib:/usr/local/qt/lib
check again the result with command crle
the listed directories above should be in your linking environment
see also "man crle"
using command crle has permanent effects, file /var/ld/ld.config is created or modified
- doing manually
# change $LD_LIBRARY_PATH ( more or less )
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sfw/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/sfw/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/qt/lib
you could change $HOME/.profile or /etc/profile to make this changes permanent ( not recommended )
created: 1/2006
fwbuilder fwbuilder libfwbuilder fwbuilder firewall builder
date of last modification: 1/2006