On Mon, Jan 24, 2011 at 10:06:20PM +0100, Andy Wingo wrote:
On Thu 13 Jan 2011 22:58, Mark Harig writes: > 3) Should the manual page include some information about the > environment variable 'LD_LIBRARY_PATH' in the ENVIRONMENT > section, or is this considered to be an O/S-dependent variable? I think we fixed this in the 1.9 series, in commits eb350124a85dd4daf39bacbdc50452ef87a33a43 and 28af5ee5eccb7797b73ad1caf88183e95eef0a28. Is there something that is not working for you with 1.9.14, or are you working off of 1.8?
Yes, the instructions in "Section 2.3 Linking Guile into Programs" failed when I attempted to run the generated 'simple-guile' executable file. [guile]$ unset LD_LIBRARY_PATH [guile]$ ./simple-guile ./simple-guile: error while loading shared libraries: libguile-2.0.so.18: cannot open shared object file: No such file or directory [guile]$ export LD_LIBRARY_PATH=/usr/local/lib [guile]$ ./simple-guile GNU Guile 1.9.14 Copyright (C) 1995-2010 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> ,q [guile]$ locate libguile-2.0.so.18 /usr/local/lib/libguile-2.0.so.18 /usr/local/lib/libguile-2.0.so.18.0.0 --
