Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52734 - net-www/mod_fastcgi-2.4.2 mod_fastcgi.so is not installed
Summary: net-www/mod_fastcgi-2.4.2 mod_fastcgi.so is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 17:01 UTC by Dean Baender
Modified: 2005-01-16 04:05 UTC (History)
1 user (show)

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


Attachments
Patch for v2.4.2 ebuild to properly install the .so (mod_fastcgi-2.4.2.ebuild.patch,1.15 KB, patch)
2004-06-01 17:06 UTC, Dean Baender
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Baender 2004-06-01 17:01:18 UTC
Current ebuild installs most of the package, but not mod_fastcgi.so:
>>> Install mod_fastcgi-2.4.2 into /var/tmp/portage/mod_fastcgi-2.4.2/image/ category net-www
install: cannot stat `.libs/mod_fastcgi.so': No such file or directory
Comment 1 Dean Baender 2004-06-01 17:06:01 UTC
Created attachment 32506 [details, diff]
Patch for v2.4.2 ebuild to properly install the .so

changes the doexe lines to find the .so file
changes mod_scgi references in build error messages to mod_fastcgi
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-06-01 20:19:47 UTC
umm
what version of apache are you using?
because here it's DEFINETLY .libs/mod_fastcgi.so (apache2)
Comment 3 Adam H Hansen 2004-12-30 06:48:31 UTC
I have the same problem with 1.3.31-r3. The module is correctly compiled, but never installed. I fixed it (hack-ish) by manually copying the .so from work dir to apache dir during the emerge.
Comment 4 Andre Kloth 2005-01-04 12:20:33 UTC
Same problem here with apache-1.3.33. The patch provided by Dean works for me. Thanks.
Comment 5 Alin Năstac (RETIRED) gentoo-dev 2005-01-16 03:54:50 UTC
it is true that mod_fastcgi.so is in .libs directory for apache2, but for apache1 .libs does not exist!
Change has been commited to portage.