<< CentOS 6 Netinstall | Home | Eclipse Plugin Update Sites >>

Apache HTTPD Build Script

It took a bit of time to get LDAP and SSL working correctly...

cd httpd-2.2.20
make distclean

./configure --prefix=/_apps/httpd/install --with-ldap --enable-mods-shared="all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache"

# Build APR and APR-util seperatly due to LDAP issues
cd srclib
cd apr
./configure --prefix=/_apps/httpd/install --enable-threads --enable-other-child
make
cd ..
cd apr-util
./configure --prefix=/_apps/httpd/install --with-apr=../apr --with-ldap=ldap
make
cd ..
cd ..

make
Tags : ,
Social Bookmarks :  Add this post to Slashdot    Add this post to Digg    Add this post to Reddit    Add this post to Delicious    Add this post to Stumble it    Add this post to Google    Add this post to Technorati    Add this post to Bloglines    Add this post to Facebook    Add this post to Furl    Add this post to Windows Live    Add this post to Yahoo!

Export this post as PDF document  Export this post to PDF document




Add a comment Send a TrackBack