Gentoo Archives: gentoo-user

From: Alessandro del Gallo <delgallo@×××.es>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apache not compiling
Date: Wed, 01 Aug 2007 12:34:55
Message-Id: 46B07C9E.9000200@pic.es
In Reply to: Re: [gentoo-user] Apache not compiling by "Abraham Marín Pérez"
1 Hi,
2
3 I did built it with mpm-prefork
4 http://httpd.apache.org/docs/2.0/mpm.html
5
6 but it failed:
7 http://pastebin.com/m7096a3ad
8
9 I have some trouble with other configures (gstreamer and gtk+ )
10
11 for that I posted this:
12 http://pastebin.com/m2e0e9e58
13
14
15 Thanks
16
17 Abraham Marín Pérez ha scritto:
18 > Alessandro del Gallo escribió:
19 >> Hi, when I try to compile Apache, I get this error.
20 >>
21 >> ---- those are use flags, I try some configuratiosn but always get an
22 >> error
23 >> zombie ~ # grep apache /etc/portage/package.use
24 >> www-servers/apache -doc -apache2 -ssl -mpm-itk -mpm-leader
25 >> -mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -ssl -threads
26 >> zombie ~ # emerge apache -D -pvt
27 >>
28 >> These are the packages that would be merged, in reverse order:
29 >>
30 >> Calculating dependencies... done!
31 >> [ebuild N ] www-servers/apache-2.0.58-r2 USE="-apache2 -debug
32 >> -doc -ldap -mpm-itk -mpm-leader -mpm-peruser -mpm-prefork
33 >> -mpm-threadpool -mpm-worker (-selinux) -ssl -static-modules -threads"
34 >> 0 kB
35 >> ----
36 >>
37 >> ww-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/proxy
38 >> -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/include
39 >> -I/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/modules/generators
40 >> -L/usr/lib -o libpcre.la maketables.lo get.lo study.lo pcre.lo
41 >> pcreposix.lo
42 >> make[3]: Leaving directory
43 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
44 >>
45 >> make[2]: Leaving directory
46 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib/pcre'
47 >>
48 >> make[1]: Leaving directory
49 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/srclib'
50 >> Making all in os
51 >> make[1]: Entering directory
52 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
53 >> make[1]: Leaving directory
54 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/os'
55 >> Making all in server
56 >> make[1]: Entering directory
57 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
58 >> Making all in mpm
59 >> make[2]: Entering directory
60 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
61 >>
62 >> make[2]: *** No rule to make target `all'. Stop.
63 >> make[2]: Leaving directory
64 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server/mpm'
65 >>
66 >> make[1]: *** [all-recursive] Error 1
67 >> make[1]: Leaving directory
68 >> `/var/tmp/portage/www-servers/apache-2.0.58-r2/work/httpd-2.0.58/server'
69 >> make: *** [all-recursive] Error 1
70 >
71 > Apparently the error comes when compiling the mpm section of Apache;
72 > since you seem to have disabled every multi-processing module it may be
73 > possible that configure generates a makefile with no option at all,
74 > making it fails when tries to build.
75 >
76 > I think this could be a bug; please post both the output of configure
77 > --help to see the options related to mpm's and the content of
78 > server/mpm/makefile*
79 >
80 >
81 > Abraham
82
83 --
84 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Apache not compiling "Abraham Marín Pérez" <tecnic5@××××××××.com>
Re: [gentoo-user] Apache not compiling Kent Fredric <kentfredric@×××××.com>