[Erp5-report] r32491 nicolas.dumazet - /erp5/trunk/buildout/erp5-software/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 12 13:05:58 CET 2010


Author: nicolas.dumazet
Date: Fri Feb 12 13:05:55 2010
New Revision: 32491

URL: http://svn.erp5.org?rev=32491&view=rev
Log:
mysql-python needs to know where to find shared mysql objects

(ImportError: libmysqlclient_r.so.15: cannot open shared object file)


Modified:
    erp5/trunk/buildout/erp5-software/buildout.cfg

Modified: erp5/trunk/buildout/erp5-software/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/erp5-software/buildout.cfg?rev=32491&r1=32490&r2=32491&view=diff
==============================================================================
--- erp5/trunk/buildout/erp5-software/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/erp5-software/buildout.cfg [utf8] Fri Feb 12 13:05:55 2010
@@ -64,6 +64,7 @@
 recipe = zc.recipe.egg:custom
 egg = MySQL-python
 environment = mysql-python-env
+rpath =${software_definition:mysql_software}/lib/mysql/
 
 [products-deps]
 recipe = plone.recipe.distros




More information about the Erp5-report mailing list