On Apr 7, 2008, at 5:15 PM, Daniel Johnson wrote:

> It is indeed a bug, which I've previously reported. The problem is  
> that the validator is checking the library's install_name but  
> telling you to use the actual pathname in the error message. These  
> are not necessarily the same thing. So basically, fink is telling  
> you to do one thing, but actually wants something else and you have  
> to read its mind (or source code) to know that. :)
>
> Do an 'otool -L /sw/lib/liblpsolve55j.jnilib' to get the  
> install_name (the first listed pathname) and use that for the Shlibs  
> field.

That fixed it. I had to change the Shlibs line from this:

!%p/lib/liblpsolve55j.jnilib

to this:

!liblpsolve55j.jnilib

Trevor


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to