Fedora core1 & apache 1.3 source install errors.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello, I have to get apache 1.3 installed on fedora core 1.

I am using apache 1.3.29 from source. The error is cause from mod's not being installed or the mods not working with fedora perhaps. I know apache2.0 is installed w/ fedora by default, but I need some non apache2.0 compatable mods to be installed on this server.

Such being said, the error is :

./configure --enable-shared=max --prefix=/usr/local/apache --enable-module=all
or
./configure --enable-shared=max --prefix=/usr/local/apache --enable-module=most --enable-module=auth_dbm --enable-module=auth_db


make
...(compiles ok until)...
gcc -c -I../../os/unix -I../../include -DLINUX=22 -I/usr/include/gdbm -DUSE_HSREGEX `../../apaci` -fpic -DSHARED_MODULE mod_auth_db.c && mv mod_auth_db.o mod_auth_db.lo
mod_auth_db.c: In function `get_db_pw':
mod_auth_db.c:175: warning: passing arg 2 of pointer to function from incompatible pointer type
mod_auth_db.c:175: warning: passing arg 4 of pointer to function makes pointer from integer without a cast
mod_auth_db.c:175: error: too few arguments to function
make[4]: *** [mod_auth_db.so] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/micah/apache_1.3.29/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/micah/apache_1.3.29'
make: *** [build] Error 2
exits build


If I use :
./configure --enable-shared=max --prefix=/usr/local/apache --enable-module=most --enable-module=auth_dbm


make
make install
I do not get any error till I run httpd, then I get the following...3

[root@test apache_1.3.29]# /usr/local/apache/bin/apachectl start
Syntax error on line 397 of /usr/local/apache/conf/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started


So I am at the point of knowing that "--enable-module=auth_db" has something to do with the first problem...

Can anyone help me here?

_________________________________________________________________
Worried about inbox overload? Get MSN Extra Storage now! http://join.msn.com/?PAGE=features/es





[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux