> > 5) Nicolas also added: "You might also need to add mysql path in the > Makefile of the modules directory." I don't know how to do it. Maybe > that's the missing bit. >
This is how I had to change the Makefile (line 7) in modules directory on Centos: MYSQL_FLAGS = -L./deps/mysac/ *-L/usr/lib/mysql* -I./deps/mysac/ -lmysac -lmysqlclient_r I hope it helps. Best, Matija > Anyway, it does not work, I have no more clue now. > > Thanks in advance. > > PS : I tried to reply to the older message, but my post is ignored. > > > > The orginal message by Nicolas Trani: > > if you are unable to call Ape.MySQL it's because APE is not compiled > with mysql (probably because build script can't find mysql header). > > First be sure you have libmysqlclient-dev installed on your system. > > Then you should have to update build script to help him to find mysql > header file, because mysql location is harcoded in build.sh, so update > it with the right path. You might also need to add mysql path in the > Makefile of the modules directory. > > Regards. > > -- > 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]<ape-project%[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/ > -- 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/
