Gentoo Archives: gentoo-user

From: kashani <kashani-list@××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] apache 2.2.0-r2 building woes
Date: Tue, 18 Apr 2006 23:29:12
Message-Id: 44457546.6050601@badapple.net
1 Anyone actually get Apache 2.2 to compile cleanly? Mine repeated craps
2 out at this point.
3
4 /usr/share/apr-1/build-1/libtool --silent --mode=link
5 i686-pc-linux-gnu-gcc -pthread -Os -march=pentium4 -pipe -L/usr/lib
6 -o rotatelogs rotatelogs.lo -lm
7 /var/tmp/portage/apache-2.2.0-r2/work/httpd-2.2.0/srclib/pcre/libpcre.la
8 /usr/lib/libaprutil-1.la -lgdbm -ldb-4.2 -lexpat /usr/lib/libapr-1.la
9 -luuid -lrt -lcrypt -lpthread -ldl
10 /usr/lib/libapr-1.so: undefined reference to `find_if_index'
11 collect2: ld returned 1 exit status
12 make[2]: *** [htpasswd] Error 1
13 make[2]: *** Waiting for unfinished jobs....
14 /usr/lib/libapr-1.so: undefined reference to `find_if_index'
15 collect2: ld returned 1 exit status
16 make[2]: *** [htdigest] Error 1
17 /usr/lib/libapr-1.so: undefined reference to `find_if_index'
18 collect2: ld returned 1 exit status
19 make[2]: *** [rotatelogs] Error 1
20 make[2]: Leaving directory
21 `/var/tmp/portage/apache-2.2.0-r2/work/httpd-2.2.0/support'
22 make[1]: *** [all-recursive] Error 1
23 make[1]: Leaving directory
24 `/var/tmp/portage/apache-2.2.0-r2/work/httpd-2.2.0/support'
25 make: *** [all-recursive] Error 1
26
27 Packages I'm using
28 apache-2.2.0-r2 (and r1)
29 apr 1.2.7
30 apr-util 1.2.7 (tried 1.2.2 for both as well where I ran into the ipv6 bug)
31
32 I also did an emerge -e apache for the hell of it which didn't help.
33 Also played with USE flags as well which didn't seem to help.
34
35 kashani
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] apache 2.2.0-r2 building woes "Michael Stewart (vericgar)" <vericgar@g.o>