Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#10546 closed Bug report (rejected)

/lib64/libstdc++.so.6: version not found

Reported by: alexus Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Linux
Operating system version: CentOS Linux release 7.1.1503 (Core)

Description (last modified by Tim Kosse)

... following is LAST working version:

FileZilla Client
----------------

Version:          3.10.3

Build information:
  Compiled for:   x86_64-unknown-linux-gnu
  Compiled on:    x86_64-unknown-linux-gnu
  Build date:     2015-03-29
  Compiled with:  gcc (Debian 4.7.2-5) 4.7.2
  Compiler flags: -g -O2 -Wall -g -std=gnu++11

Linked against:
  wxWidgets:      3.0.3
  GnuTLS:         3.3.13
  SQLite:         3.8.8.3

Operating system:
  Name:           Linux 3.10.0-229.4.2.el7.x86_64 x86_64
  Version:        3.10

next version is no longer working (won't even launch):

[alexus@wcmisdlin02 bin]$ ./filezilla 
./filezilla: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./filezilla)
./filezilla: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./filezilla)
[alexus@wcmisdlin02 bin]$

Change History (4)

comment:1 by Tim Kosse, 9 years ago

Resolution: rejected
Status: newclosed

Your libstdc++ is too old. Please either update to a more resent libstdc++ or manually compile FileZilla for your platform.

in reply to:  1 comment:2 by alexus, 9 years ago

Resolution: rejected
Status: closedreopened

Replying to codesquid:

Your libstdc++ is too old. Please either update to a more resent libstdc++ or manually compile FileZilla for your platform.

FileZilla 3.10.3 works fine with my libstdc++ that comes with EL7, while 3.11 isn't and libstdc++ that I'm using is one before last version, I certainly would _NOT_ call that "too old" ...

[alexus@wcmisdlin02 ~]$ rpm -q libstdc++
libstdc++-4.8.3-9.el7.x86_64
libstdc++-4.8.3-9.el7.i686
[alexus@wcmisdlin02 ~]$ sudo yum update libstdc++
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.cogentco.com
 * epel: mirrors.mit.edu
 * extras: mirrors.mit.edu
 * nux-dextop: mirror.li.nux.ro
 * updates: mirror.dattobackup.com
No packages marked for update
[alexus@wcmisdlin02 ~]$ cat /etc/redhat-release 
CentOS Linux release 7.1.1503 (Core) 
[alexus@wcmisdlin02 ~]$ 

comment:3 by Tim Kosse, 9 years ago

Description: modified (diff)
Resolution: rejected
Status: reopenedclosed

The FileZilla binaries are for Debian Jessie and derived distributions. If you are using a different distribution you must compile FileZilla from source.

comment:4 by Tim Kosse, 9 years ago

Excerpt from the download page:

Built for Debian 8.0 (Jessie). It is highly recommended to use the package management system of your distribution or to manually compile FileZilla if you are running a different flavour of Linux.

Note: See TracTickets for help on using tickets.