<BR>
<BR>Ebbene mi da il seguente errore:
<BR>
<BR>mod_auth_dbm.c:41:18: ndbm.h: No such file or directory
<BR>mod_auth_dbm.c: In function `get_dbm_pw´:
<BR>ecc ecc
<BR>
<BR>quindi manca il file ndbm.h
<BR>In effetti in slackware non c´è! Neanche nella 10.1.
<BR>Esso dovrebbe far parte del gnu dbm... quindi del pacchetto gdbm-1.8.3-i486-3
<BR>
<BR>ma niente.
<BR>
<BR>Eppure se io scarico il file gdbm-1.8.3.tar.gz dal sito della GNU...quel file c´è!
<BR>
<BR>Ho provato ad inserirlo a mano (cp ndbm.h /usr/include
<BR>e funziona... circa.
<BR>il compilatore non mi da più problemi... ma me li da il linker che mi riporta:
<BR>
<BR>gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -DNO_DBM_REWRITEMAP -DUSE_HSREGEX `./apaci` -rdynamic \
<BR> -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/proxy/libproxy.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a -lgdbm -lm -lcrypt -lexpat -ldl
<BR>modules/proxy/libproxy.a(proxy_cache.o)(.text+0x2b58): In function `ap_proxy_cache_update´:
<BR>: warning: the use of `mktemp´ is dangerous, better use `mkstemp´
<BR>modules/standard/libstandard.a(mod_auth_dbm.o)(.text+0xb7): In function `get_dbm_pw´:
<BR>: undefined reference to `dbm_open´
<BR>modules/standard/libstandard.a(mod_auth_dbm.o)(.text+0xfd): In function `get_dbm_pw´:
<BR>: undefined reference to `dbm_fetch´
<BR>modules/standard/libstandard.a(mod_auth_dbm.o)(.text+0x146): In function `get_dbm_pw´:
<BR>: undefined reference to `dbm_close´
<BR>collect2: ld returned 1 exit status
<BR>
<BR>... come cavolo faccio a far compilare apache?
<BR>come mai il file ndbm.h non è presente nella slackware?
<BR>
<BR>grazie dell´aiuto <br>


