On Thursday 22 March 2012, Danny Nicholas wrote: > Hi gang, > > I've put 10.X on about 15 different VM's now, but I've run > into a buzzsaw on this one and my google-fu has failed me > > > > Output of make > > CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect > CONFIGURE_SILENT="--silent" menuselect > > make[1]: Entering directory `/usr/local/src/asterisk-10.1.3/menuselect' > > make[1]: `menuselect' is up to date. > > make[1]: Leaving directory `/usr/local/src/asterisk-10.1.3/menuselect' > > [LD] astdb2sqlite3.o db1-ast/libdb1.a -> astdb2sqlite3 > > /usr/lib64/gcc/x86_64-suse-linux/4.1.2/libstdc++.so: file not recognized: > File format not recognized > > collect2: ld returned 1 exit status > > make[1]: *** [astdb2sqlite3] Error 1 > > make: *** [utils] Error 2
You're most probably missing a library or -devel package on the 64-bit side, but you have the 32-bit version kicking around and this is confusing things. -- AJS Answers come *after* questions. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
