On Apr 12, 2004, at 11:28 AM, jmcs3 wrote:
trying to install the graphviz module
i do have the necessary libs installed ( using fink )
when i make test ---->
t/00graphviz....dyld: /usr/local/bin/graphviz-local/bin/dot can't open library: /Local/DarwinPorts/lib/libpng.3.dylib (No such file or directory, errno = 2)
You have the libs installed via Fink, but it appears you have graphviz (the app, not the Perl module) installed via DarwinPorts. You need to do one of the following:
a. Use Fink to install graphviz.
or
b. Use DarwinPorts to install the libraries - although I have to say I'm quite surprised that DarwinPorts let you install graphviz without installing prerequisite libraries to begin with.
sherm--