[apache2/compileren] auth_digest afhankelijk van ander mod??

Pagina: 1
Acties:

  • asusk7m550
  • Registratie: Oktober 2000
  • Laatst online: 07-05 10:11

asusk7m550

Athlon 550@500

Topicstarter
Ik ben bezig om apache 2.0.44 op mijn server te installeren, maar ik krijg de volgende foutmelding:
code:
1
2
3
4
5
6
7
checking whether to enable mod_access... shared
checking whether to enable mod_auth... shared
checking whether to enable mod_auth_anon... no
checking whether to enable mod_auth_dbm... shared
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... configure: 
error: mod_auth_digest has been requested but can not be built due to prerequisite failures

Ik denk zelf dat de module mod_auth_digest afhankelijk is van een andere module, maar ik kan nergens vinden welke.

Ik configureer apache als volgt:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
./configure \
--prefix=/etc/httpd \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--mandir=/usr/share/man \
--sysconfdir=/etc/httpd/conf \
--includedir=/usr/include/httpd \
--libexecdir=/usr/lib/httpd/modules \
--datadir=/home/httpd \
--localstatedir=/var \
--with-mpm=prefork \
--enable-access=shared \
--enable-actions=shared \
--enable-alias=shared \
--enable-auth=shared \
--enable-auth-dbm=shared \
--enable-auth-digest=shared \
--enable-autoindex=shared \
--enable-cern-meta=shared \
--enable-cgi=shared \
--enable-cgid=shared \
--enable-dav=shared \
--enable-dav-fs=shared \
--enable-dir=shared \
--enable-env=shared \
--enable-expires=shared \
--enable-file-cache=shared \
--enable-headers=shared \
--enable-include=shared \
--enable-log-config=shared \
--enable-mime=shared \
--enable-mimi-magic=shared \
--enable-negotiation=shared \
--enable-rewrite=shared \
--enable-setenvif=shared \
--enable-speling=shared \
--enable-ssl=shared \
--enable-unique-id=shared \
--enable-usertrack=shared \
--enable-vhost-alias=shared \
--enable-suexec=shared \
--with-suexec-caller=www \
--with-suexec-docroot=/home/httpd \
--with-suexec-logfile=/var/log/httpd/suexec.log \
--with-suexec-bin=/usr/sbin/suexec \
--with-suexec-uidmin=500 \
--with-suexec-gidmin=500 \
--disable-auth-anon \
--disable-charset-lite \
--disable-disk-cache \
--disable-mem-cache \
--disable-cache \
--disable-deflate \
--disable-ext-filter \
--disable-case-filter \
--disable-case-filter-in \
--disable-example \
--disable-proxy \
--disable-proxy-connect \
--disable-proxy-ftp \
--disable-proxy-http \
--disable-status \
--disable-asis \
--disable-info \
--disable-imap \
--disable-userdir \
--with-z \
--with-ssl \
--with-suexec

It takes only a minute to get a crush on someone, an hour to like someone, and a day to love someone, but it takes a lifetime to forget someone.


  • Wilke
  • Registratie: December 2000
  • Laatst online: 22:15
Ongelooflijk wat een stapel configure-opties. Heb nog nooit van m'n leven iemand zoveel opties zien meegeven aan een configure-script. Zijn die echt allemaal nodig :?

Wat ook mist is waar je zelf al hebt gezocht en wat je hebt geprobeerd om het op te lossen..bijvoorbeeld de melding 'can not be built due to prerequisite failures' lijkt er op te wijzen dat er eerder al een configure-optie is gefaald (maar die blijkbaar niet fatal was). Zou ik me kunnen voorstellen, tenminste. Daar al naar gekeken?

Het onderwerp komt nu een beetje over van 'ik probeer <X>, maar het werkt niet. Fix dat voor me'. Dus wat heb je verder al geprobeerd? Opties weglaten bij configure totdat het werkt bijvoorbeeld?

  • CyBeR
  • Registratie: September 2001
  • Niet online

CyBeR

💩

mijn (zeer snelle) gok is dat je alle mod_auth_* modules moet hebben. (Afgeleid aan het woord prerequisite en het feit dat je die ene gedisabled hebt.)

All my posts are provided as-is. They come with NO WARRANTY at all.