> cna't find libssl.so.0.9.7. However, this file doesn't appear to exist. You may be missing a symbolic link to a newer revision? > And the file isn't in /usr/local/ssl Most libraries will be in /usr/local/lib or /usr/lib Try cd / then find . -name libssl* -print To see where the libssl files are -- Doug