I am attempting to install netdisco and it asks for apache 1.3.x instead of apache2 due to several dependencies not working under apache2. While trying to make the source for apache 1.3 I get the following errors:<br><br>
mod_auth_dbm.c:42:18: error: ndbm.h: No such file or directory<br>mod_auth_dbm.c: In function 'get_dbm_pw':<br>mod_auth_dbm.c:110: error: 'DBM' undeclared (first use in this function)<br>mod_auth_dbm.c:110: error: (Each undeclared identifier is reported only once
<br>mod_auth_dbm.c:110: error: for each function it appears in.)<br>mod_auth_dbm.c:110: error: 'f' undeclared (first use in this function)<br>mod_auth_dbm.c:111: error: 'datum' undeclared (first use in this function)<br>mod_auth_dbm.c:111: error: syntax error before 'd'
<br>mod_auth_dbm.c:114: error: 'q' undeclared (first use in this function)<br>mod_auth_dbm.c:128: error: 'd' undeclared (first use in this function)<br><br><br>Does anyone out there know where I can get the ndbm.h file and how to link it?
<br><br>Many Thanks<br>