Hi, I have followed the setup guide on mac os and did the following: - Install mysql5-devel using macports (sudo port install mysql5-devel) - Successfully created the symlink
The build.sh detects the mysql install and stops with the following error: gcc -D_GNU_SOURCE -Wall -g -bundle -undefined suppress -flat_namespace -o lib/libmod_spidermonkey.so libape-spidermonkey.c -I../deps/js/src/ dist/include/ -L../deps/js/src/ -ljs_static -lstdc++ -L./deps/mysac/ - I./deps/mysac/ -lmysac -lmysqlclient_r ld: library not found for -lmysqlclient_r collect2: ld returned 1 exit status make: *** [modules] Error 1 If anyone has an idea I am really stuck and this is preventing me from moving forward on the APE part of our project. I use the latest git version of APE, and I am on Mac OS 10.6.4. I also successfully compiled and ran APE without MySQL (full Tools/Check OK) Any help/ideas appreciated :) ++ Cadrach -- 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/
