mohan L
2009-Jan-29 08:17 UTC
[Gluster-users] Re : GlusterFS compilation error : undefined reference to `ap_signal'
Dear All, Apache Version : apache_1.3.9 fuse Version : fuse-2.7.3glfs10 GlusterFS version : glusterfs-2.0.0rc1 I am getting error like this at the time of GlusterFS installation . any one can help me ? configuration details and error see also http://glusterfs.pastebin.com/m144c2dd1 [root at localhost ~]# make gcc -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_LINUX_HOST_OS -I../../libglusterfs/src -DDATADIR=\"/usr/local/var\" -DCONFDIR=\"/usr/local/etc/glusterfs\" -g -O2 -o .libs/glusterfsd -rdynamic glusterfsd.o fetch-spec.o ../../libglusterfs/src/.libs/libglusterfs.so -ldl -lpthread glusterfsd.o: In function `main': /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:999: undefined reference to `ap_signal' /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1001: undefined reference to `ap_signal' /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1002: undefined reference to `ap_signal' /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1003: undefined reference to `ap_signal' /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1004: undefined reference to `ap_signal' glusterfsd.o:/root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1005: more undefined references to `ap_signal' follow collect2: ld returned 1 exit status make[3]: *** [glusterfsd] Error 1 make[3]: Leaving directory `/root/glusterfs-2.0.0rc1/glusterfsd/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/glusterfs-2.0.0rc1/glusterfsd' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/glusterfs-2.0.0rc1' make: *** [all] Error 2 Thanks for your time Rg L . Mohan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090129/27d0938f/attachment.html>
Raghavendra G
2009-Jan-29 09:00 UTC
[Gluster-users] [Gluster-devel] Re : GlusterFS compilation error : undefined reference to `ap_signal'
Hi Mohan, Apache installation overwrites /usr/include/fnmatch.h with fnmatch.h distributed with apache package. Replace /usr/include/fnmatch.h with fnmatch.h distributed with your linux distribution. regards, On Thu, Jan 29, 2009 at 12:17 PM, mohan L <l.mohanphy at gmail.com> wrote:> Dear All, > > > > Apache Version : apache_1.3.9 > fuse Version : fuse-2.7.3glfs10 > GlusterFS version : glusterfs-2.0.0rc1 > > I am getting error like this at the time of GlusterFS installation . any > one can help me ? > > configuration details and error see also > > http://glusterfs.pastebin.com/m144c2dd1 > > > [root at localhost ~]# make > gcc -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_LINUX_HOST_OS > -I../../libglusterfs/src -DDATADIR=\"/usr/local/var\" > -DCONFDIR=\"/usr/local/etc/glusterfs\" -g -O2 -o .libs/glusterfsd -rdynamic > glusterfsd.o fetch-spec.o ../../libglusterfs/src/.libs/libglusterfs.so -ldl > -lpthread > glusterfsd.o: In function `main': > /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:999: undefined > reference to `ap_signal' > /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1001: undefined > reference to `ap_signal' > /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1002: undefined > reference to `ap_signal' > /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1003: undefined > reference to `ap_signal' > /root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1004: undefined > reference to `ap_signal' > glusterfsd.o:/root/glusterfs-2.0.0rc1/glusterfsd/src/glusterfsd.c:1005: > more undefined references to `ap_signal' follow > collect2: ld returned 1 exit status > make[3]: *** [glusterfsd] Error 1 > make[3]: Leaving directory `/root/glusterfs-2.0.0rc1/glusterfsd/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/glusterfs-2.0.0rc1/glusterfsd' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/glusterfs-2.0.0rc1' > make: *** [all] Error 2 > > > Thanks for your time > > Rg > > L . Mohan > > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel at nongnu.org > http://lists.nongnu.org/mailman/listinfo/gluster-devel > >-- Raghavendra G -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090129/f13163bd/attachment.html>