OpenSSL 0.9.8e
cd /usr/src wget -nd http://www.openssl.org/source/openssl-0.9.8e.tar.gz gunzip openssl-0.9.8e.tar.gz tar -xvvf openssl-0.9.8e.tar cd openssl-0.9.8e ./config make make install

I was recently asked to do create and document a containerless configuration of a Solaris 10 web server with Apache 2.2.4, MySQL 5.0.33, PHP 5.2.1, and Perl 5.8.7. Apache, MySQL, and PHP have complete compilation instructions. I will include the necessary configuration files (Apache in particular; built from scratch) or modification instructions.
Notes:
These instructions are culled and edited from my notes. Please let me know if I got something out of order or left something out.
LDAP .htaccess files (you'll have to tweak the LDAP URL for your environment)
AuthName "Password" AuthType Basic AuthBasicProvider ldap AuthLDAPURL ldap://ldap:389/ou=people?uid AuthzLDAPAuthoritative off require ldap-user "username"