Commit 9d5b0893 authored by Nicolas Dumazet's avatar Nicolas Dumazet

mysql-python needs to know where to find shared mysql objects

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



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32491 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a7574a1a
...@@ -64,6 +64,7 @@ PATH =${software_definition:mysql_software}/bin:%(PATH)s ...@@ -64,6 +64,7 @@ PATH =${software_definition:mysql_software}/bin:%(PATH)s
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = MySQL-python egg = MySQL-python
environment = mysql-python-env environment = mysql-python-env
rpath =${software_definition:mysql_software}/lib/mysql/
[products-deps] [products-deps]
recipe = plone.recipe.distros recipe = plone.recipe.distros
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment