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

i'm trying to install and build the apache source using apt-get



Hello

I can not install the apache source using the command:

apt-get -b source apache

I get the following error:

In file included from mod_rewrite.c:92:
mod_rewrite.h:129: ndbm.h: No such file or directory
make[5]: *** [mod_rewrite.so] Error 1
make[4]: *** [all] Error 1
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory `/root/apache-1.3.3/apache-1.3.3/src'
make[2]: *** [build-std] Error 2
make[2]: Leaving directory `/root/apache-1.3.3/apache-1.3.3'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/root/apache-1.3.3/apache-1.3.3'
make: *** [build] Error 2
Build command 'cd apache-1.3.3 && dpkg-buildpackage -b -uc' failed.

Other Facts:
slink distro
apt-get upgrade/dist-upgrade/update have all been done.
sparc processor
apt-get install debhelper has been done.
ndbm.h is on my computer.  Its in the /usr/include/db1 directory.
I added: export INCLUDE=/usr/include/db1 to my environment.  eg.:
mrfan:~/apache-1.3.3# set | grep INCLUDE
INCLUDE=/usr/include/db1

John Davis


Reply to: