Quote:
Originally Posted by pilotbob
Ok,
I got it working on Snow Leopard. Here is what I did.
1. Install MacPorts... this will make it a whole lot easier. http://www.macports.org
2. Once you get ports installed use macports to install the gd lib stuff:
sudo port install gd2
This will also install perl 5.8.9... perl 5.10 comes with Snow Leopard. Not sure it any mac stuff requires that... but you can always go back, macports puts stuff in a separate location.
BOb
|
I finally got a moment to go back to this. Here is what I've done:
1. installed Xtools from the snow leopard disk
2. installed macports - checked with an update command to be sure that it was functioning at that level.
3. tried to install gd2. That failed...with the following error:
[chiplocal-3...\ ~]$ sudo port install gd2
---> Computing dependencies for gd2
---> Verifying checksum(s) for expat
Error: Checksum (md5) mismatch for expat-2.0.1.tar.gz
Error: Checksum (sha1) mismatch for expat-2.0.1.tar.gz
Error: Checksum (rmd160) mismatch for expat-2.0.1.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: The following dependencies failed to build: autoconf help2man gettext expat libiconv gperf ncurses ncursesw p5-locale-gettext perl5 perl5.8 m4 automake fontconfig freetype zlib jpeg libpng libtool xpm pkgconfig xorg-libX11 groff xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans
Error: Status 1 encountered during processing.
At first, I thought maybe the fetching of the expat tarball failed, so I manually downloaded it into my home directory. But, the above repeated itself. Any ideas?
thanks,
Ray