Pre-built binaries in waffles-2013-04-06-bin.zip does not run under Centos 6.4 64bit, [amber@lix waffles_b]$ ./wf_wizard
./wf_wizard: /lib64/libc.so.6: version GLIBC_2.15' not found (required by ./wf_wizard)
./wf_wizard: /lib64/libc.so.6: versionGLIBC_2.14' not found (required by ./wf_wizard)
./wf_wizard: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./wf_wizard) [amber@lix waffles_b]$
Hmm, it sounds like CentOS and Ubuntu do not provide binary-compatability. I suppose in the future we will need to release a Red Hat version and a Debian version of our binaries. Does anyone out there know the proper way to do binary releases for Linux?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Pre-built binaries in waffles-2013-04-06-bin.zip does not run under Centos 6.4 64bit,
[amber@lix waffles_b]$ ./wf_wizard
./wf_wizard: /lib64/libc.so.6: version
GLIBC_2.15' not found (required by ./wf_wizard) ./wf_wizard: /lib64/libc.so.6: version
GLIBC_2.14' not found (required by ./wf_wizard)./wf_wizard: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./wf_wizard)
[amber@lix waffles_b]$
And my Gcc environment is as following:
[amber@lix waffles_b]$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
[amber@lix waffles_b]$
Hmm, it sounds like CentOS and Ubuntu do not provide binary-compatability. I suppose in the future we will need to release a Red Hat version and a Debian version of our binaries. Does anyone out there know the proper way to do binary releases for Linux?