Hi everyone,
I am trying to install Apache httpd2 onto a Fedora Core 4 machine, but I get the following error when I "make":
---------------------------------------
apr_dbm_berkeleydb.c: In function 'vt_db_open':
apr_dbm_berkeleydb.c:200: warning: passing argument 2 of 'file.bdb->open' from incompatible pointer type
apr_dbm_berkeleydb.c:200: warning: passing argument 4 of 'file.bdb->open' makes pointer from integer without a cast
apr_dbm_berkeleydb.c:200: error: too few arguments to function 'file.bdb->open'
make[4]: *** [apr_dbm_berkeleydb.lo] Error 1
make[4]: Leaving directory `/home/hp/downloads/apache_httpd/httpd-2.0.40/srclib/apr-util/dbm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/hp/downloads/apache_httpd/httpd-2.0.40/srclib/apr-util/dbm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/hp/downloads/apache_httpd/httpd-2.0.40/srclib/apr-util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hp/downloads/apache_httpd/httpd-2.0.40/srclib'
make: *** [all-recursive] Error 1
---------------------------------------------

So I have tried to roll back Berkeley DB to version 4.2.52-3.1, with some RPMS, but that didn't do much either.

Any Ideas?

Thanks,
Lead_Pilot