Make sure you have mysql-devel packages installed. It seems like compilation fails due to missing header files.
On Fri, Nov 12, 2010 at 9:20 PM, crusherdestroyer <[email protected]>wrote: > Does anyone else have any suggestions? I tried running "./build.sh" > twice in a row and that didn't fix the problem. > > Thanks. > > On Nov 12, 11:44 am, crusherdestroyer <[email protected]> wrote: > > Hi. Thanks for the quick reply. I get same error. > > > > On Nov 12, 9:20 am, Felix Filozov <[email protected]> wrote: > > > > > Try running "./build.sh" twice in a row. > > > > > On Fri, Nov 12, 2010 at 12:06 PM, crusherdestroyer < > [email protected]>wrote: > > > > > > When I run build on most recent git version, this is the error I get. > > > > I had 1.0 running fine and am trying to upgrade. > > > > > > I get this error when running "sh build.sh": > > > > > > /usr/bin/ld: cannot find -lmysac > > > > collect2: ld returned 1 exit status > > > > make: *** [modules] Error 1 > > > > > > I found another post in this group where it was suggested to make > > > > mysac. I did that and I get this error below. On that same post the > > > > individual got the exact same error, the person said they rebuilt > > > > their entire server and then APE installed correctly. Unfortunately, > > > > I cannot do that. I am currently running Centos5. Any help on this > > > > would be great. > > > > > > [r...@server mysac]# make > > > > make lib > > > > make[1]: Entering directory `/home/APE_Server.git/modules/deps/mysac' > > > > cc -DBUILDVER=0.4b -I/usr/include/mysql -O0 -g -Wall -fPIC -c -o > > > > mysac.o mysac.c > > > > In file included from mysac.c:25: > > > > /usr/include/mysql/my_global.h:364:24: error: asm/atomic.h: No such > > > > file or directory > > > > make[1]: *** [mysac.o] Error 1 > > > > make[1]: Leaving directory `/home/APE_Server.git/modules/deps/mysac' > > > > make: *** [build] Error 2 > > > > [r...@server mysac]# /usr/include/mysql/my_global.h:364:24: error: > asm/ > > > > atomic.h: No such file or directory > > > > -bash: /usr/include/mysql/my_global.h:364:24:: No such file or > > > > directory > > > > [r...@server mysac]# /usr/include/mysql/my_global.h:364:24: error: > asm/ > > > > atomic.h: No such file or directory > > > > -bash: /usr/include/mysql/my_global.h:364:24:: No such file or > > > > directory > > > > [r...@server mysac]# make > > > > make lib > > > > make[1]: Entering directory `/home/APE_Server.git/modules/deps/mysac' > > > > cc -DBUILDVER=0.4b -I/usr/include/mysql -O0 -g -Wall -fPIC -c -o > > > > mysac.o mysac.c > > > > In file included from mysac.c:25: > > > > /usr/include/mysql/my_global.h:364:24: error: asm/atomic.h: No such > > > > file or directory > > > > make[1]: *** [mysac.o] Error 1 > > > > make[1]: Leaving directory `/home/APE_Server.git/modules/deps/mysac' > > > > make: *** [build] Error 2 > > > > > > -- > > > > 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]> > <ape-project%[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]<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/
