hi,
  and this is the problem, i want to php, and ssl running on an apache
 server this is the way i am attempting to intall:
 
 1: install openssl
         -untar the openssl tar ball
         -move into source directory
         - type ./config ; make ; make install
 2: configure apache
         -untar apache
         -move into source
         -type ./configure --prefix=/usr/local/apachessl
 3: install php
         -untar php
         -move into source directory
         -type ./configure --with-apache=../apache-1.3.19
 --with-mysql=shared ; make ; make install
 
 4: configure apache again
         -./configure --prefix=/usr/local/apachessl --enable-shared=max
 --enable-module=all --activate-module=src/modules/php4/libmodphp4.a
 --disable-module=auth_db ;  make ; make install
 
 5: the problems
         the configuration part in part 4: went quite smooth but when the
 make part gave the following errors and aborted
 
 gcc -c  -I../../os/unix -I../../include -I/usr/local/ssl/include
 -DLINUX=22 -DTARGET=\"httpsd\" -DNO_DBM_REWRITEMAP -DUSE_HSREGEX
 -DUSE_EXPAT -I../../lib/expat-lite -DAPACHE_SSL `../../apaci` -fpic
 -DSHARED_MODULE mod_auth_dbm.c && mv mod_auth_dbm.o mod_auth_dbm.lo
 mod_auth_dbm.c:85:22: db1/ndbm.h: No such file or directory
make[4]: *** [mod_auth_dbm.so] Error 1    
  make[3]: *** [all] Error 1
 make[2]: *** [subdirs] Error 1
 make[2]: Leaving directory `/usr/local/src/apache_1.3.19/src'
 make[1]: *** [build-std] Error 2
 make[1]: Leaving directory `/usr/local/src/apache_1.3.19'
 make: *** [build] Error 2
 
 as far as i can understand this the problem is with mod_auth_db but what
is the problem and more important is that what is the solution.
 please help
********************************  
and if there is no solution then please tell me how can i install apache
with modssl and php :) 
*******************************
 
thanx in advance
 
 Regards
 --
 Saquib Farooq
 @
 Systems @ SDNPK
 Islamabad      

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to