Upgrading MYSql worked perfectly. I was able to use this guide here: http://www.xosofox.de/2010/11/get-your-ape-up-to-date to finish things up! Thanks again!
Ryan On Nov 12, 9:20 pm, Felix Filozov <[email protected]> wrote: > Seems like there's a version mismatch between your MySQL and the kernel > headers you have installed. > > Google for "asm/atomic.h missing" and you'll see a lot of relevant posts. > > Can you upgrade your MySQL? > > On Fri, Nov 12, 2010 at 10:45 PM, crusherdestroyer <[email protected]>wrote: > > > Felix, > > > I found it. So what does that mean I need to do? > > > [r...@server mysql]# locate atomic.h > > /usr/src/kernels/2.6.18-194.11.3.el5-i686/include/asm-generic/atomic.h > > /usr/src/kernels/2.6.18-194.11.3.el5-i686/include/asm-generic/bitops/ > > atomic.h > > /usr/src/kernels/2.6.18-194.11.3.el5-i686/include/asm-generic/bitops/ > > ext2-atomic.h > > /usr/src/kernels/2.6.18-194.11.3.el5-i686/include/asm-generic/bitops/ > > ext2-non-atomic.h > > /usr/src/kernels/2.6.18-194.11.3.el5-i686/include/asm-generic/bitops/ > > non-atomic.h > > /usr/src/kernels/2.6.18-194.11.3.el5-i686/include/asm-i386/atomic.h > > /usr/src/kernels/2.6.18-194.11.3.el5-i686/include/asm-x86_64/atomic.h > > /usr/src/kernels/2.6.18-194.17.4.el5-i686/include/asm-generic/atomic.h > > /usr/src/kernels/2.6.18-194.17.4.el5-i686/include/asm-generic/bitops/ > > atomic.h > > /usr/src/kernels/2.6.18-194.17.4.el5-i686/include/asm-generic/bitops/ > > ext2-atomic.h > > /usr/src/kernels/2.6.18-194.17.4.el5-i686/include/asm-generic/bitops/ > > ext2-non-atomic.h > > /usr/src/kernels/2.6.18-194.17.4.el5-i686/include/asm-generic/bitops/ > > non-atomic.h > > /usr/src/kernels/2.6.18-194.17.4.el5-i686/include/asm-i386/atomic.h > > /usr/src/kernels/2.6.18-194.17.4.el5-i686/include/asm-x86_64/atomic.h > > /usr/src/kernels/2.6.18-194.3.1.el5-i686/include/asm-generic/atomic.h > > /usr/src/kernels/2.6.18-194.3.1.el5-i686/include/asm-generic/bitops/ > > atomic.h > > /usr/src/kernels/2.6.18-194.3.1.el5-i686/include/asm-generic/bitops/ > > ext2-atomic.h > > /usr/src/kernels/2.6.18-194.3.1.el5-i686/include/asm-generic/bitops/ > > ext2-non-atomic.h > > /usr/src/kernels/2.6.18-194.3.1.el5-i686/include/asm-generic/bitops/ > > non-atomic.h > > /usr/src/kernels/2.6.18-194.3.1.el5-i686/include/asm-i386/atomic.h > > /usr/src/kernels/2.6.18-194.3.1.el5-i686/include/asm-x86_64/atomic.h > > > On Nov 12, 8:41 pm, Felix Filozov <[email protected]> wrote: > > > Grr, I misread the error. It seems that asm/atomic.h is missing. Try > > > searching for that file. I think it might be related to linux kernel > > header > > > files. > > > > On Fri, Nov 12, 2010 at 10:33 PM, crusherdestroyer <[email protected] > > >wrote: > > > > > Felix, > > > > > I does exist. > > > > > [r...@server mysac]# cd /usr/include/mysql > > > > [r...@server mysql]# ls > > > > chardefs.h my_attribute.h my_pthread.h my_xml.h > > > > sql_state.h > > > > decimal.h my_config.h mysql_com.h ndb sslopt- > > > > case.h > > > > errmsg.h my_dbug.h mysqld_ername.h raid.h sslopt- > > > > longopts.h > > > > history.h my_dir.h mysqld_error.h readline.h sslopt- > > > > vars.h > > > > keycache.h my_getopt.h mysql_embed.h rlmbutil.h tilde.h > > > > keymaps.h my_global.h mysql.h rlprivate.h typelib.h > > > > m_ctype.h my_list.h mysql_time.h rlshell.h xmalloc.h > > > > m_string.h my_net.h mysql_version.h rltypedefs.h > > > > my_alloc.h my_no_pthread.h my_sys.h sql_common.h > > > > > On Nov 12, 8:23 pm, Felix Filozov <[email protected]> wrote: > > > > > Check the directory /usr/include/msyql, and see if it even exists. > > Your > > > > > include files may be located in /usr/include/mysql4/mysql. Find the > > > > > directory of my_global.h, in other words. > > > > > > On Fri, Nov 12, 2010 at 10:17 PM, crusherdestroyer < > > [email protected] > > > > >wrote: > > > > > > > Hi. I already have it installed. > > > > > > > Setting up Install Process > > > > > > Package mysql-devel is obsoleted by MySQL-devel, trying to install > > > > > > MySQL-devel-4.1.22-0.i386 instead > > > > > > Package matching MySQL-devel-4.1.22-0.i386 already installed. > > Checking > > > > > > for update. > > > > > > Nothing to do > > > > > > > On Nov 12, 8:12 pm, Felix Filozov <[email protected]> wrote: > > > > > > > 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]> > > > > > <ape-project%[email protected]<ape-project%[email protected]> > > <ape-project%[email protected]<ape-project%[email protected]> > > > > > > > <ape-project%[email protected]<ape-project%[email protected]> > > <ape-project%[email protected]<ape-project%[email protected]> > > > > > <ape-project%[email protected]<ape-project%[email protected]> > > <ape-project%[email protected]<ape-project%[email protected]> > > > > > > > > > <ape-project%[email protected]<ape-project%[email protected]> > > <ape-project%[email protected]<ape-project%[email protected]> > > > > > <ape-project%[email protected]<ape-project%[email protected]> > > <ape-project%[email protected]<ape-project%[email protected]> > > > > > > > <ape-project%[email protected]<ape-project%[email protected]> > > <ape-project%[email protected]<ape-project%[email protected]> > > > > > <ape-project%[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 > > ... > > read more » -- 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/
