Help with failed port install for opendx

Carl Sorensen c_sorensen at byu.edu
Fri Mar 5 15:21:52 PST 2010




On 3/5/10 8:31 AM, "Ryan Schmidt" <ryandesign at macports.org> wrote:

> On Mar 5, 2010, at 00:44, Carl Sorensen wrote:
> 
>> System is OSX 10.5.8.  MacBook Pro intel.
>> 
>> 
>> I have the same problem with fontforge:
>> 
>> sorensen2:~ Carl$ fontforge
>> dyld: Symbol not found: _gll_noop
>>  Referenced from:
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>>  Expected in: /opt/local/lib/libGL.dylib
>> 
>> Trace/BPT trap
>> 
>> Any suggestions for how I might get these dyld symbols to work right?
> 
> Have you set DYLD_LIBRARY_PATH somewhere? If so, unset it. I'm guessing the
> libGL.dylib that contains the _gll_noop symbol is in
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries, but for some
> reason your programs are finding the one in /opt/local/lib instead, which is
> newer and doesn't have that symbol anymore. Setting DYLD_LIBRARY_PATH often
> causes problems like this and is therefore not recommended.
> 

Thanks!  That seemed to solve the problem for me.

Carl



More information about the macports-users mailing list