> but i still having > problems when executing de fluxus bin file: > > /usr/local/bin/fluxus: error while loading shared libraries: > libmzscheme3m-4.2.1.so: cannot open shared object file: No such file > or directory > > but i have this file in /usr/local/lib/libmzscheme3m-4.2.1.so. > > any one can drop me a line to solve this??
is /usr/local/lib in your ld path? I have this in my .bashrc: export LD_LIBRARY_PATH=/usr/local/lib cheers, dave
