Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192020 - net-ftp/proftpd-1.3.1rc3 fails w/ USE=mysql
Summary: net-ftp/proftpd-1.3.1rc3 fails w/ USE=mysql
Status: VERIFIED DUPLICATE of bug 190316
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 18:38 UTC by Ceiphas
Modified: 2007-09-10 18:49 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 Ceiphas 2007-09-10 18:38:15 UTC
emerging proftpd-1.3.1rc3 gives me following error:

>>mod_sql_mysql.c:598: Fehler: fehlendes abschließendes Zeichen "<< (error, missing tailing ")

if i look in that file, i find that this " IS missing (the line has been marked with >>):

  if (!conn_pool) {
>>    pr_log_pri(PR_LOG_WARNING, "warning: the mod_sql_mysql module has not been
      "properly intialized.  Please make sure your --with-modules configure "
      "option lists mod_sql *before* mod_sql_mysql, and recompile.");

    sql_log(DEBUG_FUNC, "%s", "The mod_sql_mysql module has not been properly "
      "intialized.  Please make sure your --with-modules configure option "
      "lists mod_sql *before* mod_sql_mysql, and recompile.");
    sql_log(DEBUG_FUNC, "%s", "exiting \tmysql cmd_defineconnection");

    return PR_ERROR_MSG(cmd, MOD_SQL_MYSQL_VERSION, "uninitialized module");
  }


Reproducible: Always

Steps to Reproduce:
1.try to update proftpd-1.3.1rc3
2.
3.

Actual Results:  
ebuild stops with error

Expected Results:  
everyone lived happily ever after with a running proftpd

my machine:
core2duo E6600
gentoo-sources 2.6.22_r6 (generic x86_64)
2 Gb ram
Comment 1 Ceiphas 2007-09-10 18:47:25 UTC

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