Hi,

I had a problem installing sqlite3:

$ sudo port install sqlite3
Password:
--->  Verifying checksum(s) for sqlite3
Error: Target org.macports.checksum returned: Could not open file: /opt/local/var/macports/distfiles/sqlite3/sqlite- 3.5.3.tar.gz
Error: Status 1 encountered during processing.

I tried to clean, but the problem persists.

$ sudo port clean --all sqlite3
--->  Cleaning sqlite3
$ sudo port install sqlite3
--->  Fetching sqlite3
--->  Attempting to fetch sqlite-3.5.3.tar.gz from http://www.sqlite.org/
--->  Verifying checksum(s) for sqlite3
Error: Checksum (sha1) mismatch for sqlite-3.5.3.tar.gz
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: Status 1 encountered during processing.

How can I fix it?

Thanks