Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94469 - mod_fastcgi with and without Apache2 Use Flag
Summary: mod_fastcgi with and without Apache2 Use Flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
: 94468 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-30 01:00 UTC by Ilya Eremin
Modified: 2005-07-11 20:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Eremin 2005-05-30 01:00:23 UTC
Truying to install mod_fastcgi with and without the -Apache2 USE flag produces
the following error

/bin/sh /usr/lib/apache2/build/libtool --silent --mode=compile
i686-pc-linux-gnu-gcc  -pthread  -O3 -mcpu=prescott -march=prescott -pipe
-fomit-frame-pointer -msse -msse2 -msse3 -mmmx  -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-DAP_HAVE_DESIGNATED_INITIALIZER  -I/usr/include/apache2 -I/usr/include/apr-0
-I. -I/usr/lib/apache2/os/unix -I/usr/lib/apache2/server/mpm/prefork
-I/usr/lib/apache2/modules/http -I/usr/lib/apache2/modules/filters
-I/usr/lib/apache2/modules/proxy -I/usr/lib/apache2/include
-I/usr/lib/apache2/modules/generators -I/usr/include/openssl
-I/usr/lib/apache2/modules/dav/main -prefer-pic -c mod_fastcgi.c && touch
mod_fastcgi.slo
/usr/lib/apache2/build/libtool: /usr/lib/apache2/build/libtool: No such file or
directory
make: *** [mod_fastcgi.slo] Error 127

!!! ERROR: net-www/mod_fastcgi-2.4.2 failed.
!!! Function src_compile, Line 62, Exitcode 2
!!! apache2 mod_scgi make failed
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.emerge -av mod_fastcgi


Actual Results:  
Error
/usr/lib/apache2/build/libtool: /usr/lib/apache2/build/libtool: No such file or
directory
make: *** [mod_fastcgi.slo] Error 127

Expected Results:  
mod_fastcgi installed successfully.
Comment 1 Ilya Eremin 2005-05-30 01:04:18 UTC
*** Bug 94468 has been marked as a duplicate of this bug. ***
Comment 2 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-06-09 14:20:16 UTC
What version of apache do you have installed?

Comment 3 Matt Philips 2005-06-24 14:28:10 UTC
Same here, apache 2.0.54-r11
Comment 4 Matt Philips 2005-06-26 14:20:16 UTC
# ln -sv /usr/bin/libtool /usr/lib/apache2/build/libtool
create symbolic link `/usr/lib/apache2/build/libtool' to `/usr/bin/libtool'
# emerge -Duvat world
[...]
>>> emerge (1 of 1) net-www/mod_fastcgi-2.4.2 to /
[...]
>>> net-www/mod_fastcgi-2.4.2 merged.

I haven't tested that it actually works yet, but it compiles without complaining.
Comment 5 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-07-11 20:16:56 UTC
mod_fastcgi-2.4.2 is for old-style apache
apache-2.0.54-r11 is new-style apache

please add net-www/mod_fastcgi to /etc/portage/package.keywords and try again.