Hi, I am not sure that your syntax is right.
Anyway, anything I tried failed whether it was adding: -L/usr/lib/mysql* or -L/usr/lib/mysql/* This /usr/lib/mysql directory exists on my pc, it only contains a plugin directory. Is that normal? There are also many other places where there are mysql files on my file system, so maybe there is another path that I should include. More help? Thx. On Nov 22, 11:06 am, Matija Hiti <[email protected]> wrote: > > 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/
