Hello Byran,

Indeed the problem was that I had defined $DYLD_LIBRARY_PATH to include the 
/opt/local/lib directory in my .tschrc file when I was installing another 
software package ROOT.  To make this software package run, the dynamic library 
path must include the root library directories.  So, although "echo 
$DYLD_LIBRARY_PATH" does not return blank, removing /opt/local/lib from the 
dynamic library path fixed the problem.

Thanks,
Jodi



Date: Fri, 25 Jul 2008 14:53:44 -0600
From: Bryan Blackburn <[EMAIL PROTECTED]>
Subject: Re: libtiff problems?
To: MacPorts Users <macports-users@lists.macosforge.org>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

On Jul 25, 2008, at 10:59 AM, Jodi Sekula wrote:

> Hello,
>
> I've recently upgraded to Tiger and installed MacPorts for the first  
> time.  I seem to be having difficulties running programs that use  
> libtiff from the terminal.  Specifically, I have tried installing  
> both xemacs and ImageMagick through macports.  I did not notice any  
> errors or problems with the installation.  However, when trying to  
> run either of these programs, I get the following error message.
>
> dyld: Symbol not found: __cg_TIFFClientOpen
>   Referenced from: /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/ImageIO
>   Expected in: /opt/local/lib/libtiff.3.dylib
>
> Trace/BPT trap
>

Sometimes when this has come up, it's due to an errant setting of  
DYLD_LIBRARY_PATH.  What does it say when you run the following in  
Terminal?

echo $DYLD_LIBRARY_PATH

If that comes up blank (which it should be), what program did you run  
and how to get the error?

Bryan


> Any ideas on how to fix this?
>
> Thanks,
> Jodi
>


      
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to