Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210359

Summary: FEATURE REQUEST: proftpd 1.3.1_rc2-r3 + mod_sql & mod_sql_postgres
Product: Gentoo Linux Reporter: tla <tla>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description tla 2008-02-16 12:42:16 UTC
Portage build of proftpd 1.3.1_rc2-r3 supports mysql but not postgresql.  I want to use postgresql as I dont have mysql installed and prefer postgresql.  This web page describes how this can be achieved: http://www.howtoforge.com/proftpd_postgresql_auth_logging


Reproducible: Always

Steps to Reproduce:
1. Feature request, not a bug.  See Description.
2.
3.

Actual Results:  
Feature request, not a bug.  See Description.

Expected Results:  
Feature request, not a bug.  See Description.

Feature request, not a bug.  See Description.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-16 12:47:01 UTC
*** Bug 210361 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-02-16 12:49:52 UTC
I really don't understand this request; the feature is already there.

<snip>
if use mysql ; then
        modules="${modules}:mod_sql:mod_sql_mysql"
        myconf="${myconf} --with-includes=/usr/include/mysql"
elif use postgres ; then
        modules="${modules}:mod_sql:mod_sql_postgres"
        myconf="${myconf} --with-includes=/usr/include/postgresql"
fi
</snip>