[Fedora-directory-commits] mod_admserv README,1.2,1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Oct 7 21:00:52 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/mod_admserv
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv785

Modified Files:
	README 
Log Message:
updated README


Index: README
===================================================================
RCS file: /cvs/dirsec/mod_admserv/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README	27 Jun 2005 20:48:46 -0000	1.2
+++ README	7 Oct 2005 21:00:49 -0000	1.3
@@ -1,13 +1,7 @@
-To build and have it work you need to:
+mod_admserv - http://directory.fedora.redhat.com/wiki/mod_admserv
 
-export LD_LIBRARY_PATH=/opt/fedora-ds/bin/https/lib
-export NETSITE_ROOT=/opt/fedora-ds
+mod_admserv provides the HTTP functionality associated with the Fedora Administration Server http://directory.fedora.redhat.com/wiki/AdminServer.  It is a standard Apache module and uses standard Apache build tools and configure.  In addition, you will also need NSPR, NSS, and the LDAP C SDK from Mozilla, as well as the AdminUtil component provided as part of the Fedora DS - http://directory.fedora.redhat.com/wiki/AdminUtil.
 
-(or use redhat-ds)
+An example configure command is below, for use with Fedora Core 2 and Red Hat Enterprise Linux 3.  For Fedora Core 3 and RHEL4, substitute Linux2.6 for Linux2.4 and RHEL4 for RHEL3 in the configure command.
 
-I configure it with:
-./configure --with-apr-config --with-apxs=/home/rcrit/redhat/apache/bin/apxs
-
-Internal LDAPSDK support is no longer needed.
-
-See httpd.conf.tmpl for extra configuration needed.
+./configure --with-apr-config --with-apxs=/usr/sbin/apxs --with-nspr-inc=../mozilla/dist/Linux2.4_x86_glibc_PTH_DBG.OBJ/include/ --with-nspr-lib=../mozilla/dist/Linux2.4_x86_glibc_PTH_DBG.OBJ/lib --with-nss-inc=../mozilla/dist/public/nss --with-nss-lib=../mozilla//dist/Linux2.4_x86_glibc_PTH_DBG.OBJ/lib/ --with-ldapsdk-inc=../mozilla/dist/public/ldap --with-ldapsdk-lib=../mozilla/dist/lib --with-adminutil=../adminutil/built/adminutil/RHEL3_x86_gcc3_DBG.OBJ/ 




More information about the 389-commits mailing list