Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#24891 - [proftpd]Please add 'mod_quotatab_sql' option when run ./configure

Attached to Project: Arch Linux
Opened by Techlive Zheng (techlive) - Sunday, 26 June 2011, 08:55 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 26 June 2011, 18:29 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Please add 'mod_quotatab_sql' option when run ./configure,otherwise will cause errors when using with sql.

Here is the current configure options:

./configure --prefix=/usr --mandir=/usr/share/man --enable-pam \
--with-modules=mod_quotatab:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres \
--sysconfdir=/etc --localstatedir=/var/run --enable-ctrls --enable-ipv6\
--with-includes=/usr/include/mysql:/usr/include/postgresql \
--with-libraries=/usr/lib/mysql:/usr/lib/postgresql --enable-nls

Here is the one that should be:

./configure --prefix=/usr --mandir=/usr/share/man --enable-pam \
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres \
--sysconfdir=/etc --localstatedir=/var/run --enable-ctrls --enable-ipv6\
--with-includes=/usr/include/mysql:/usr/include/postgresql \
--with-libraries=/usr/lib/mysql:/usr/lib/postgresql --enable-nls
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Sunday, 26 June 2011, 18:29 GMT
Reason for closing:  Implemented
Additional comments about closing:  proftpd 1.3.3e-2

Loading...