Hi,
The build.sh script uses the -a operator to check if a file exists:
...
if [ -a "/usr/include/mysql/mysql.h" ]
then
echo "HAS_MYSQL = yes" > ./modules/mysql.mk
...
Under Ubuntu 10.04 LTS (perhaps in other version too), this operator is not
recognized so MySQL never gets included. Running "bash build.sh" works.
However, both bash and dash discourage the user of -a in this context, and
instead promote -e to be used.
Thanks
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/