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

Bug 78800

Summary: proftpd 1.2.10-r1 and mysql 4.0.23-r1 -> no mysqlclient found
Product: Gentoo Linux Reporter: Stephan Diehl <stephan.diehl>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stephan Diehl 2005-01-20 05:15:16 UTC
USE="mysql" emerge proftpg when mysql ist in version 4.0.23-r1, proftpd can't find the mysql client.

change in the proftpd.ebuild:

    if use mysql; then
        modules="${modules}:mod_sql:mod_sql_mysql"
        myconf="--with-includes=/usr/include/mysql"

to:

    if use mysql; then
        modules="${modules}:mod_sql:mod_sql_mysql"
        myconf="--with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql"


Reproducible: Always
Steps to Reproduce:
1. USE="mysql"
2. emerge proftpd
3.

Actual Results:  
it compiles
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-01-20 07:40:57 UTC
this mysql version is broken

*** This bug has been marked as a duplicate of 78678 ***