Commit 3b5a3fe1 authored by Łukasz Nowak's avatar Łukasz Nowak

- check that memcached is able to find proper libevent


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32862 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cb4fbbff
......@@ -7,7 +7,7 @@ bin/buildout:
# run make assert to check that all is working
assert: assert-software
assert-software: assert-python2.4 assert-eggs-2.4
assert-software: assert-python2.4 assert-eggs-2.4 assert-parts-libs
assert-python2.4: bin/python2.4
bin/python2.4 -c 'import _ssl'
......@@ -36,5 +36,8 @@ assert-eggs-2.4:
ls -d develop-eggs/MySQL_python-*-py2.4-*-*.egg
ldd develop-eggs/MySQL_python-1.2.3c1-py2.4-linux-x86_64.egg/_mysql.so | grep 'parts/mysql-tritonn-5.0/lib/mysql/libmysqlclient_r.so'
assert-parts-libs:
ldd parts/memcached/bin/memcached | grep 'parts/libevent/lib/libevent'
create-mandriva2010-rpm: bin/buildout
bin/buildout -c profiles/mandriva2010.0.cfg buildout:directory=`pwd` install create-rpm
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