Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78800 - proftpd 1.2.10-r1 and mysql 4.0.23-r1 -> no mysqlclient found
Summary: proftpd 1.2.10-r1 and mysql 4.0.23-r1 -> no mysqlclient found
Status: RESOLVED DUPLICATE of bug 78678
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-20 05:15 UTC by Stephan Diehl
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***