| Summary: | New ebuild for mod_auth_mysql | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Scott Lampert <scott> |
| Component: | New packages | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | moonwalker, mysql-bugs, web-apps |
| Priority: | High | Keywords: | EBUILD |
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
ebuild for mod_auth_mysql
mod_auth_mysql-20030510-r1.ebuild |
||
|
Description
Scott Lampert
2002-11-26 11:28:56 UTC
Created attachment 5972 [details]
ebuild for mod_auth_mysql
Is this the same mod_auth_mysql presently in net-www? Tracking for closure. Looks like it is the same module ... Problem with the ebuild currently in Portage is that it only builds for Apache 2. This mod also works with Apache 1. Not everyone is running Apache 2 just yet ;-) I've attached an updated ebuild which compiles, installs, and runs under Apache 1 just fine. Someone'll need to check whether I've broken the Apache 2 support or not. It uses the same config file from the "files" directory of the existing ebuild; I've just changed the name to remove the '12_' at the front. I haven't attached the config file. Any chance of someone committing this to CVS? Thanks, Stu -- Created attachment 13369 [details]
mod_auth_mysql-20030510-r1.ebuild
New ebuild adds Apache 1 support, suggested as replacement for the earlier
ebuild attached to this bug.
it'd be good for others to learn howto do the Apache modules so Im not the only one that does them. I mean cmon there's several dozen of them I cant do them all. The ebuild IUSE flag should be set to "apache2", shouldn't it? *bump* The ebuild is in portage now so this bug can be closed, but IUSE is still not set to apache2 (already confusing users). should be in CVS, along with the IUSE=apache2. The package still needs to use the proper apache/apache2 detection routines that I devised for mod_php, and slot itself accordingly. Stu, This new ebuild breaks apache 2. I downgraded back to the previous ebuild. I run Apache 2 currently, so if you need anyone to test builds involving Apache 2, I'll be happy to help. James AKA Maalth I can just confirm, this ebuild DOES break apache 2! It seam like the "extramodules/mod_auth_mysql.so" lib never is created or it's deleted for some reason. After upgrade of mod_auth_mysql-20030510 to mod_auth_mysql-20030510-r1 the mod_auth_mysql.so simply isn't there anymore! sorry about that, fixed it now. |