On Wed, Oct 27, 2010 at 12:15:34PM +0200, Nikita Michalko wrote: > Hi Lars, > > thank you for your reply! > > Am Mittwoch, 27. Oktober 2010 11:59 schrieb Lars Ellenberg: > > On Fri, Oct 22, 2010 at 02:57:48PM +0200, Nikita Michalko wrote: > > > Hi all! > > > > > > I know itt's annoying to do today something on the 32-bit server > > > (SLES11/SP1), but I need it for testing purposes. After configuring the > > > package Reusable-Cluster-Components-glue-1.0.6 with: > > > ./autogen.sh && ./configure --enable-fatal-warnings=no --prefix=/usr > > > --sysconfdir=/etc --sharedstatedir=/var/lib/heartbeat/com > > > --localstatedir=/var > > > it seems to be an error on make: > > > > > > /usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld: > > > i386:x86-64 architecture of input file > > > `../../replace/.libs/libreplace.a(NoSuchFunctionName.o)' is incompatible > > > with i386 output > > > > make clean ? > > - didn't help ;-( - only small diference at the end:
Oh, it did. You now just need to install the build dependencies ;-) You could, of course, just use pre-build packages. > ... > /bin/sh ../../libtool --tag=CC --tag=CC --mode=link gcc -std=gnu99 -g -O2 > -ggdb3 -O0 -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return > -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement > -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral > -Winline -Wmissing-prototypes -Wmissing-declarations > -Wmissing-format-attribute -Wnested-externs -Wno-long-long > -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings > -ansi -D_GNU_SOURCE -DANSI_ONLY -o ipctest ipctest.o > libplumb.la ../../replace/libreplace.la ../../lib/pils/libpils.la -lbz2 > -lxml2 -lc -lrt -ldl -lglib-2.0 -lltdl > libtool: link: gcc -std=gnu99 -g -O2 -ggdb3 -O0 -fgnu89-inline > -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast > -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels > -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline > -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute > -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith > -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY > -o .libs/ipctest > ipctest.o ./.libs/libplumb.so > /root/neueRPMs/ha/303/sourc/Reusable-Cluster-Components-glue-1.0.6/lib/pils/.libs/libpils.so > ../../replace/.libs/libreplace.a ../../lib/pils/.libs/libpils.so > -lbz2 /usr/lib/libxml2.so -lz -lm -lc -lrt -lglib-2.0 /usr/lib/libltdl.so > -ldl > ./.libs/libplumb.so: undefined reference to `uuid_parse' How about you google that, and follow the first hit? -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
