Susan Cragin wrote:
Does this 'path' exist in LD_LIBRARY_PATH or equivilent?

Otherwise ld might not be able to 'find' it when starting the program.

James McKenzie

James...
You've just exhausted my technical knowledge. How do I do / find that?
Susan:

For the BASH shell:
Type in set and look for the LD_LIBRARY_PATH line.
for the CSH/KSH shell:
Type in env
Look for the LD_LIBRARY_PATH line.

Hopefully, /usr/local/lib is there.

BTW, to make Wine work on a Mac, I have to add this line....

James McKenzie

Typed "set"
Did word search on "library."
Nothing.

for BASH, it should be
   export  | grep LD_LIBRARY_PATH
not "set".


Reply via email to