Well, this was working , but now when I try to install it on another server I get: sudo port install php5 +apache2 +mysql5 +oracle Password: ---> Verifying checksum(s) for oracle-instantclient Error: Checksum (md5) mismatch for instantclient-basic-macosx-10.1.0.3.zip Error: Checksum (sha1) mismatch for instantclient-basic-macosx-10.1.0.3.zip Error: Checksum (rmd160) mismatch for instantclient-basic-macosx-10.1.0.3.zip Error: Checksum (md5) mismatch for instantclient-sdk-macosx-10.1.0.3.zip Error: Checksum (sha1) mismatch for instantclient-sdk-macosx-10.1.0.3.zip Error: Checksum (rmd160) mismatch for instantclient-sdk-macosx-10.1.0.3.zip Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: oracle-instantclient Error: Status 1 encountered during processing. _________________________________________________________________ i’m is proud to present Cause Effect, a series about real people making a difference. http://im.live.com/Messenger/IM/MTV/?source=text_Cause_Effect
On Dec 23, 2007, at 16:49, John Korchok wrote:
Well, this was working , but now when I try to install it on another server I get:
sudo port install php5 +apache2 +mysql5 +oracle Password: ---> Verifying checksum(s) for oracle-instantclient Error: Checksum (md5) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (sha1) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (rmd160) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (md5) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Checksum (sha1) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Checksum (rmd160) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: oracle- instantclient Error: Status 1 encountered during processing.
Try manually visiting the Oracle Instant Client web site, downloading the two zip files, and placing them in /opt/local/var/macports/ distfiles/oracle-instantclient. Then try "port install" again.
-----Original Message----- From: Ryan Schmidt [mailto:ryandesign@macports.org] Sent: Sunday, December 23, 2007 6:07 PM To: John Korchok Cc: MacPorts Users Subject: Re: PHP Oracle Checksums
On Dec 23, 2007, at 16:49, John Korchok wrote:
Well, this was working , but now when I try to install it on another server I get:
sudo port install php5 +apache2 +mysql5 +oracle Password: ---> Verifying checksum(s) for oracle-instantclient Error: Checksum (md5) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (sha1) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (rmd160) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (md5) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Checksum (sha1) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Checksum (rmd160) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: oracle- instantclient Error: Status 1 encountered during processing.
Try manually visiting the Oracle Instant Client web site, downloading the two zip files, and placing them in /opt/local/var/macports/ distfiles/oracle-instantclient. Then try "port install" again.
The zip files had already been downloaded to that directory, but I manually downloaded them again and got the same result.
On Dec 23, 2007, at 17:49, John Korchok wrote:
On Dec 23, 2007, at 16:49, John Korchok wrote:
Well, this was working , but now when I try to install it on another server I get:
sudo port install php5 +apache2 +mysql5 +oracle Password: ---> Verifying checksum(s) for oracle-instantclient Error: Checksum (md5) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (sha1) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (rmd160) mismatch for instantclient-basic- macosx-10.1.0.3.zip Error: Checksum (md5) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Checksum (sha1) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Checksum (rmd160) mismatch for instantclient-sdk- macosx-10.1.0.3.zip Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: oracle- instantclient Error: Status 1 encountered during processing.
Try manually visiting the Oracle Instant Client web site, downloading the two zip files, and placing them in /opt/local/var/macports/ distfiles/oracle-instantclient. Then try "port install" again.
The zip files had already been downloaded to that directory, but I manually downloaded them again and got the same result.
Well their web site isn't letting me have the files at all right now (is making me log in to the Oracle Technology Network, which I don't have an account for). So I can't check right now if they've gone and silently upgraded the packages without renaming them. Which they could certainly have done. If I ask MacPorts to download the files with a simple "sudo port clean --all oracle-instantclient" and "sudo port checksum oracle- instantclient", the files it gets are on the order of 4K large and are obviously the wrong files (they are HTML documents in fact) and so the checksums don't match. -rw-r--r-- 1 root admin 4106 Dec 23 17:54 instantclient-basic- macosx-10.1.0.3.zip -rw-r--r-- 1 root admin 4100 Dec 23 17:54 instantclient-sdk- macosx-10.1.0.3.zip Basically, Oracle's server is being very stupid and they need to fix it so that files can be downloaded from it normally. The correct files are these: -rw-r--r-- 1 root admin 32395622 Dec 7 05:47 instantclient-basic- macosx-10.1.0.3.zip -rw-r--r-- 1 root admin 293913 Dec 7 05:47 instantclient-sdk- macosx-10.1.0.3.zip What are the sizes and checksums of the files you have? You could also transfer the correct zip files that are on the first machine you installed on to the second machine.
participants (2)
-
John Korchok
-
Ryan Schmidt