What does echo $PATH yield?

mine is:

bash-2.05a$ echo $PATH
/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin

At 4:30 PM +0100 5/21/04, Rob Clack wrote:
I inherited a Mac setup, though I'm normally a unix person. We port our software to Mac and I'm trying to build the latest version. The Mac runs OSX 10.2.8.

I ran fink selfupdate and then fink update_all, both of which seemed to work fine. Then I ran fink rebuild acedb, which is the software I'm porting. The info file has Depends: x11 readline gtk+2 and the build completed without errors. Then I ran fink install acedb, which also completed without error.

When I try to run the program, it fails with

dyld: xace can't open library: /usr/local/lib/libreadline.4.3.dylib (No such file or directory, errno = 2)
Trace/BPT trap


The readline library is installed, but not in /usr/local/lib. fink list readline yields:

Information about 1359 packages read in 6 seconds.
 i   readline         4.3-5        Comfortable terminal input library
 i   readline-shlibs  4.3-5        Comfortable terminal input library
[
and readline is in /sw/libs, which is where I'd expect to find it.

I have looked in the documentation, the FAQ and archives, but not found an answer. I'm happy to be directed there again if I've just failed to see what is under my nose.

As an experiment I tried setenv LD_LIBRARY_PATH /sw/lib but without effect.

Hope someone can help
Rob
--


-------------------------------------------------------
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

Reply via email to