Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mod_fastcgi fails to compile.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ChristyMcJesus
Apprentice
Apprentice


Joined: 02 Oct 2004
Posts: 184

PostPosted: Thu Sep 22, 2005 6:18 pm    Post subject: mod_fastcgi fails to compile. Reply with quote

Trying to get FastCGI working so I can see what Rails apps look like at a reasonable speed. Emerge fails thusly:

Code:
/bin/sh /usr/lib/apache2/build/libtool --silent --mode=compile i686-pc-linux-gnu-gcc  -pthread  -O2 -march=i686 -fomit-frame-pointer -pipe  -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/usr/include/db4.2 -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
/bin/sh: /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


I also tried mod_fcgid but it wants me to downgrade Apache and remove apr. Halp!
Back to top
View user's profile Send private message
ChristyMcJesus
Apprentice
Apprentice


Joined: 02 Oct 2004
Posts: 184

PostPosted: Fri Sep 23, 2005 11:34 am    Post subject: Reply with quote

Bump? :(
Back to top
View user's profile Send private message
jason@tek.net
n00b
n00b


Joined: 08 Jan 2004
Posts: 3
Location: Austin, TX

PostPosted: Sat Oct 01, 2005 5:40 am    Post subject: Re: mod_fastcgi fails to compile. Reply with quote

ChristyMcJesus wrote:
Trying to get FastCGI working so I can see what Rails apps look like at a reasonable speed. Emerge fails thusly:

Code:
/bin/sh /usr/lib/apache2/build/libtool --silent --mode=compile i686-pc-linux-gnu-gcc  -pthread  -O2 -march=i686 -fomit-frame-pointer -pipe  -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/usr/include/db4.2 -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
/bin/sh: /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


I also tried mod_fcgid but it wants me to downgrade Apache and remove apr. Halp!


I just symlinked /usr/lib/apache2/build/libtool to /usr/bin/libtool
Code:

cd /usr/lib/apache2/build/

ln -sf /usr/bin/libtool

_________________
TeK Alchemy, Inc.
I *do* normally speak for my company
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum