old-www/HOWTO/Apache-WebDAV-LDAP-HOWTO/x123.html

241 lines
4.1 KiB
HTML

<HTML
><HEAD
><TITLE
>Requirements</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Apache based WebDAV Server with LDAP and SSL "
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Introduction"
HREF="intro.html"><LINK
REL="NEXT"
TITLE="Installation"
HREF="x153.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Apache based WebDAV Server with LDAP and SSL</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="intro.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x153.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN123"
></A
>2. Requirements</H1
><P
>You'll have to download and compile several packages. This document will explain the compilation process, but you should be fimiliar with installing from source code.</P
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN126"
></A
>2.1. Basics</H2
><P
>You will need a machine running Solaris / Linux and GCC Compiler. GNU gnzip and GNU tar is also needed.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN129"
></A
>2.2. Apache 2.0.46</H2
><P
>Apache is the HTTP server, it will be used to run the Web Application Server. Please download the Apache 2.0.46 source code from <A
HREF="http://www.apache.org/dist/httpd/"
TARGET="_top"
>http://www.apache.org/dist/httpd/</A
>.</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN133"
></A
>2.3. OpenSSL</H2
><P
>You will need to download the OpenSSL from <A
HREF="http://www.openssl.org/source/"
TARGET="_top"
>http://www.openssl.org/source/</A
> . Please download the latest version. OpenSSL installation will be used for SSL libraries for compiling mod_ssl with Apache, and for managing SSL certificates on the WebServer. Please download the OpenSSL source code gzipped file into /tmp/downloads</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN137"
></A
>2.4. iPlanet LDAP Library</H2
><P
>&#13;Download the iPlanet LDAP SDK from <A
HREF="http://wwws.sun.com/software/download/products/3ec28dbd.html"
TARGET="_top"
>http://wwws.sun.com/software/download/products/3ec28dbd.html</A
>. We will use iPlanet LDAP SDK, because it includes libraries for ldaps:// (LDAP over SSL)
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN141"
></A
>2.5. mod_auth_ldap</H2
><P
>mod_auth_ldap will be used for compiling LDAP support into Apache. Please download mod_auth_ldap from <A
HREF="http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html"
TARGET="_top"
>http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html</A
>
</P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN145"
></A
>2.6. mySQL DB Engine</H2
><P
>Download the appropriate mySQL build for your platform from <A
HREF="http://www.mysql.com/downloads/index.html"
TARGET="_top"
>http://www.mysql.com/downloads/index.html</A
></P
></DIV
><DIV
CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN149"
></A
>2.7. PHP</H2
><P
>Download the PHP source code from <A
HREF="http://www.php.net/downloads.php"
TARGET="_top"
>http://www.php.net/downloads.php</A
></P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="intro.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x153.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Introduction</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Installation</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>