Downloading https://github.com/zedshaw/mongrel2/tarball/v1.8.0 works fine. However, the tar.bz2 link on the zedshaw/mongrel2 github page actually links to a zipball (not a bzip2 tarball).
Unzipping the zipball gives a directory: zedshaw-mongrel2-bc721eb Under both Debian and Mac OSX 10.6.8, mongrel2 builds fine (no errors). However, the tests/dir_tests fails with: sh ./tests/runtests.sh Running unit tests: tests/bstr_tests PASS tests/cache_tests PASS Fri, 03 Aug 2012 16:22:54 GMT [INFO] (null.c:45) Got the good path. Fri, 03 Aug 2012 16:22:54 GMT [INFO] (null.c:48) Got the bad path: badpath tests/config_tests PASS tests/connection_tests PASS tests/darray_tests PASS tests/db_tests PASS tests/dict_tests PASS ERROR in test tests/dir_tests: ---- RUNNING: ./tests/dir_tests FAILED: Should find file with a percent-encoded name. Tests run: 3 make: *** [tests] Error 1 Therefore, could someone please either update the link (and/or name) to point to the correct tar/zipball. Otherwise, anyone who just clicks on the tar.bz2 link will not get the right *ball. --Jeff
