Hi List, I finally got a VM I can take up and down to look at this problem. To recap, I'm trying to setup 10.1.3 on SUSE 10 SP2. Here is the uname -a output Linux XXXXXXX 2.6.16.60-0.21-smp #1 SMP Tue May 6 12:41:02 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux I was able to get Asterisk up and running by doing make -I && make install -i Make -I output [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 +--------- Asterisk Build Complete ---------+ + Asterisk has successfully been built, and + + can be installed by running: + + + + make install + I have to delete the astdb table from /var/lib/asterisk/astdb.sqlite3 before each instance of Asterisk, but otherwise it seems to function properly. I've googled until my eyes are sore and this is the only answer I've found - the db1-ast/libdb1.a seems to be incompatible with the linker. Any other suggestions so this Asterisk install can work "normally"? P.S. I also had to change main/db.c to remove the "IF NOT EXISTS" in line 125. This "hack" isn't needed in 11 SP1. Thanks in advance Danny Nicholas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120516/8e228f8d/attachment.htm>