On Nov 30, 2007 2:22 PM, Justin C. Walker <[EMAIL PROTECTED]> wrote: > 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
You *have* to be sure to do sage -sh before doing the above. After doing so on my test OSX 10.4 build machine the *only* /usr/local/lib library I get is /usr/local/lib/libintl3.dylib I didn't have this problem before because on my build machine I had nuked /usr/local/lib/. Anyway, every single reference to libintl3.dylib is from the gnutls crypto stuff. So I think fixing how that package builds should deal with this situation. I'm going to try this now. In the meantime, if Joel were to try putting libintl3.dylib in his /usr/local/lib/ then maybe the sage binary would work for him. I've put a copy at http://sage.math.washington.edu/tmp/libintl.3.dylib -- William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com 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/ -~----------~----~----~----~------~----~------~--~---