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

Bug 192020

Summary: net-ftp/proftpd-1.3.1rc3 fails w/ USE=mysql
Product: Gentoo Linux Reporter: Ceiphas <spam>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***