Thats strange, I don't find any libmysqlclient files ending with .a, only .so files. What SQL version are you on & what mysqlclient do you got? Also did you update the Spidermonkey library? (/deps/js/src/), did you update the mysac library?
Yesterday I did a update for these two libraries and I ended up with a error saying collect2: ld something and that lmysac was not found, why is this? I have mysac in the correct directory at ./modules/deps/mysac/. Did I miss anything? Den måndagen den 27:e augusti 2012 kl. 17:09:01 UTC+2 skrev Pablo: > > I was hoping you had a script ready for me to test. I have a managed host > so i didn't really install any dependencies myself. > > I ran this command > ls /usr/lib64/mysql | grep mysqlclient* > > And i only had > libmysqlclient.a > libmysqlclient_r.a > On Aug 27, 2012 10:56 AM, "Lloyd Adler" > <[email protected]<javascript:>> > wrote: > >> Im just using the MySQLConnect class found under the docs on the >> ape-project website. >> >> May I ask, what dependencies do you have installed? >> These are the ones that I've installed: >> >> *libstdc++.i686 4.4.6-4.el6 @base >> >> libstdc++.x86_64 4.4.6-4.el6 @base >> >> libstdc++-devel.x86_64 4.4.6-4.el6 >> gcc.x86_64 4.4.6-4.el6 @base >> gcc-c++.x86_64 4.4.6-4.el6 @base >> zip.x86_64 3.0-1.el6 @base >> keyutils-libs-devel >> libsepol.x86_64 2.0.41-4.el6 @base >> >> libsepol-devel.x86_64 2.0.41-4.el6 >> libselinux.i686 2.0.94-5.3.el6 @base >> >> libselinux.x86_64 2.0.94-5.3.el6 @base >> >> libselinux-devel.x86_64 2.0.94-5.3.el6 @base >> >> >> libselinux-utils.x86_64 2.0.94-5.3.el6 >> libcom_err.i686 1.41.12-12.el6 @base >> libcom_err.x86_64 1.41.12-12.el6 @base >> libcom_err-devel.x86_64 1.41.12-12.el6 @base >> krb5-devel.x86_64 1.9-33.el6_3.2 @updates >> krb5-libs.x86_64 1.9-33.el6_3.2 @updates >> openssh.x86_64 5.3p1-81.el6 @base >> openssh-clients.x86_64 5.3p1-81.el6 @base >> openssh-server.x86_64 5.3p1-81.el6 @base >> openssl.x86_64 1.0.0-25.el6_3.1 @updates >> >> openssl-devel.x86_64 1.0.0-25.el6_3.1 @updates >> mysql.x86_64 5.5.27-1.el6.remi @remi >> mysql-devel.x86_64 5.5.27-1.el6.remi @remi >> mysql-libs.x86_64 5.5.27-1.el6.remi @remi >> mysql-server.x86_64 5.5.27-1.el6.remi @remi* >> >> *kernel-headers.x86_64 2.6.32-279.5.1.el6 * >> >> Am I missing something? >> >> Den måndagen den 27:e augusti 2012 kl. 14:16:18 UTC+2 skrev Pablo: >>> >>> I'm running APE on CentOS x64 and compile the server with the build.sh >>> all the time without problems. Can you send a snippet using the feature you >>> are try to use so i could try it in my enviroment to see if it works >>> On Aug 27, 2012 2:03 AM, "Lloyd Adler" <[email protected]> wrote: >>> >>>> I recompiled libape-spidermonkey.c with gcc and the same arguments and >>>> commands as build.sh does, I did this probably 2 times. >>>> >>>> Mootools isn't the problem since it is a server side issue with APE, >>>> Mootools is just a framework and does not affect the server. >>>> >>>> I have mysql-devel installed and the mysqlclient_r.so in >>>> /usr/lib64/mysql/ >>>> *[root@server /]# ls /usr/lib64/mysql | grep mysqlclient* >>>> libmysqlclient_r.so >>>> libmysqlclient_r.so.16 >>>> libmysqlclient_r.so.16.0.0 >>>> libmysqlclient.so >>>> libmysqlclient.so.16 >>>> libmysqlclient.so.16.0.0 >>>> libmysqlclient.so.18 >>>> libmysqlclient.so.18.0.0* >>>> >>>> I can't understand what the problem is. I followed every single >>>> instruction required to setup APE. This is a major problem which needs to >>>> be fixed, libmod_spidermonkey problem is the most spoken subject here on >>>> ape project google groups. >>>> >>>> Den måndagen den 27:e augusti 2012 kl. 02:24:02 UTC+2 skrev RakonDark: >>>>> >>>>> did you build your spidermonkey.so and copy it to your directory ? >>>>> >>>>> and dont forget to update the mootools >>>>> >>>> -- >>>> 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 >>>> ape-project...@**googlegroups.com >>>> For more options, visit this group at >>>> http://groups.google.com/**group/ape-project?hl=en<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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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/
