PB avec ndbm.h

2004-05-03 Thread nitro . 1
-DLINUX=22 -DNO_DBM_REWRITEMAP -DMOD_S SL=208116 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_auth_dbm.c && mv mod_auth_dbm.o mod_auth_dbm.lo mod_auth_dbm.c:84:18: ndbm.h : Aucun fichier ou répertoire de ce type mod_auth_dbm.c: Dans la fonction « get_dbm

Re: problem locating ndbm.h but it is there

1999-10-04 Thread Salman Ahmed
>>>>> "Pollywog" == Pollywog <[EMAIL PROTECTED]> writes: Pollywog> This is weird. I have ndbm.h but when I run configure, it Pollywog> says it is not on my system. Any ideas as to what might be Pollywog> wrong? Pollywog> gcc -c -

problem locating ndbm.h but it is there

1999-10-04 Thread Pollywog
This is weird. I have ndbm.h but when I run configure, it says it is not on my system. Any ideas as to what might be wrong? gcc -c -g -O2 -DHAVE_CONFIG_H -I../compface -DFACES -DUSE_SOUND -I. -I../mail -I../pixmap -I../editor-I/usr/X11R6/include ../mail/uucode.c gcc -c -g -O2

ndbm.h

1999-03-18 Thread Mikael Vidstedt
Ahoy there! I recently installed slink on a Sparc Classic. One of the programs I'm compiling now requires a file named ndbm.h. As far as I can tell, the "only" place this file can be found is in /usr/include/db1/ndbm.h, but usually this file is placed in /usr/include/ndbm.h. Why