::: ~/packages/bin>./fvwm2
::: ld.so.1: ./fvwm2: fatal: libSM.so.6: open failed: No such file or
::: directory
::: Killed
:::
::: I'm not a sysadmin, but I know we have the libSM.so.6 file on our system.
:::
::: ~>ls /lib/libSM.so
See if your LD_LIBRARY_PATH shell variable has /lib in it:
prompt>echo $LD_LIBRARY_PATH
If not, include /lib in the LD_LIBRARY_PATH variable and try
again:
prompt>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib
prompt>configure ...blah ....
I'm assuming you're using "sh" or "bash". Tinker suitably for
other shells.
HTH.
Koo
--
koo _at_ postmark.net
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon May 21 2001 - 02:58:38 BST