libtiff problems
Jodi Sekula
jaycee102 at ymail.com
Tue Jul 29 10:37:43 PDT 2008
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 <0x62_0x6c_0x62 at pobox.com>
Subject: Re: libtiff problems?
To: MacPorts Users <macports-users at lists.macosforge.org>
Message-ID: <A3BBC761-AAED-44EC-ADB7-D4BFA3BE76E3 at pobox.com>
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20080729/e3e5b8cc/attachment.html
More information about the macports-users
mailing list