On Nov 30, 2007, at 2:15 AM, mabshoff wrote:
> On Nov 30, 10:51 am, joel <[EMAIL PROTECTED]> wrote:
>> I downloaded the modified tarball. It untar'd without complaint.
>> However on running notebook() for the first time it bombed out,  
>> unable
>> to find /usr/local/lib/libintl.3.dylib.
>>
>> dyld: Library not loaded: /usr/local/lib/libintl.3.dylib
>>   Referenced from: /Users/sage/sage-2.8.13-i386-Darwin/local/bin/
>> certtool
>>   Reason: image not found
>>
>
> Interesting. Some package is pulling that in from /usr/local. William:
> do you have the build logs for that binary build?

I think this is a lurking problem that will continue to bite us at  
random.  As a test, try the following:

for each binary executable file in $SAGE_ROOT/local/bin, check the  
shared libraries it uses (on Mac OS X, it's 'otool -L'; I think it's  
'ldd' on Linux).  For my locally-built  2.8.14, I see several  
libraries in "/usr/local/lib" in use, which is probably not correct:
    libpng12.0.dylib
    libintl.3.dylib
    libpng.3.dylib

Justin

PS: I have not yet nailed down the flags for gcc dealing with header  
and library search paths.  I'll try to complete that this afternoon.

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds
--------
Men are from Earth.
Women are from Earth.
    Deal with it.
--------




--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to