> What system are you running ? Is your system fully updated ?
>
> Jon

$ uname -a
Linux crunchbang 2.6.32-5-amd64 #1 SMP Thu Mar 22 17:26:33 UTC 2012
x86_64 GNU/Linux

$ gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian
4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.4 --enable-shared --enable-multiarch
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib
--enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --with-arch-32=i586 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.5 (Debian 4.4.5-8)

$ ls -l /lib/libc-*.so /lib/libc.so*
-rwxr-xr-x 1 root root 1437064 Jun  6  2012 /lib/libc-2.11.3.so
lrwxrwxrwx 1 root root      14 Dec  6 06:47 /lib/libc.so.6 -> libc-2.11.3.so

$ sudo apt-get install libc6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 103 not upgraded.

$ sudo apt-get install libstdc++6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libstdc++6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 103 not upgraded.

 - Leonard

On Thu, Dec 6, 2012 at 11:25 PM, Leonard X <leonard14...@gmail.com> wrote:

> Had factor running before.  Recently downloaded it again.
>
> This time, got this ...
>
> $ ./factor
> ./factor: /lib/libc.so.6: version `GLIBC_2.14' not found (required by
> ./factor)
> ./factor: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found
> (required by ./factor)
>
> Anyone encounter this before?
>
> Cheers,
> Leonard

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to