Rob Clack wrote:
[]
dyld: xace can't open library: /usr/local/lib/libreadline.4.3.dylib (No such file or directory, errno = 2)
I see only two explanations for this error:
Either there is a library named "libreadline.dylib" that was present in the linker search path at compile time and that has an install-name of "/usr/local/lib/libreadline.4.3.dylib"
or you have the DYLD_LIBRARY_PATH environment variable set to /usr/local/lib.
You can check which library your binary really wants using "otool -L xace".
As an experiment I tried setenv LD_LIBRARY_PATH /sw/lib but without effect.
Not surprising, wrong name.
-- Martin
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners
