I had previously been using macports for managing, among other things, a LAMP install on my powerbook. Unfortunately, I had a hard drive failure and just installed the new hard drive and pulled down the v1.5 for OSX 10.4. I installed mysql5 and apache2 but when I went to install php5 the build failed. I was using php5 +mysql5 +apache2 +pear and unfortunately it is erroring out on what looks to be the first dependency.. Macintosh:~ eburrows$ sudo /opt/local/bin/port install php5 +mysql5 +apache2 +pear ---> Verifying checksum(s) for libmcrypt Error: Checksum (md5) mismatch for libmcrypt-2.5.8.tar.gz Error: Checksum (sha1) mismatch for libmcrypt-2.5.8.tar.gz Error: Checksum (rmd160) mismatch for libmcrypt-2.5.8.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: libmcrypt libpng libxml2 libxslt mhash tiff Error: Status 1 encountered during processing. How do I go about getting this installed. I have never really messed with the underlying ports or maintained one for that matter. Is it possible to overwrite the bad port on my box with a previous version that worked in one of the older macports distrobutions? Any help would be greatly appreciated Thanks! Evan