[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]$

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

源码:https://filezilla-project.org/sourcecode.php

rpm -Uvh http://repos.codelite.org/wx3.0.2/wx3.0-packages/fedora/3.0.2/20/wx-base-unicode-devel-3.0.2-1.i686.rpm

通过编译代码来安装filezilla,首先执行./configure,报如下错误:

  1. configure: error:
  2. wxWidgets must be installed on your system
  3. but either the wx-config script couldn't be found or
  4. no compatible wxWidgets configuration has been installed.
  5. Compatible wxWidgets configurations are the unicode builds
  6. of wxGTK, wxMac and wxMSW.
  7. Please check that wx-config is in path, the directory
  8. where wxWidgets libraries are installed (returned by
  9. 'wx-config --libs' command) is in LD_LIBRARY_PATH or
  10. equivalent variable and wxWidgets version is 2.8.12.0 or above.

【排查】

已经安装了gtk版的wxWidgets,且存在/usr/local/bin/wx-config。

1、/usr/local/bin/wx-config --version-full查看版本号为:
2.8.12.0

/usr/local/bin/wx-config --libs结果如下:
-L/usr/local/lib -pthread  
-lwx_gtk2_richtext-2.8 -lwx_gtk2_aui-2.8 -lwx_gtk2_xrc-2.8
-lwx_gtk2_qa-2.8 -lwx_gtk2_html-2.8 -lwx_gtk2_adv-2.8 -lwx_gtk2_core-2.8
-lwx_base_xml-2.8 -lwx_base_net-2.8 -lwx_base-2.8

得知wxWidgets的库在/usr/local/lib路径。

查看LD_LIBRARY_PATH环境变量为空。

export|grep LD_LIBRARY_PATH

2、设置环境变量LD_LIBRARY_PATH=/usr/local/lib

导出环境变量export LD_LIBRARY_PATH

查看环境变量export|grep LD_LIBRARY_PATH

declare -x LD_LIBRARY_PATH="/usr/local/lib"

重新../configure,还是报同样的错误。

3、查看configure文件,发现15450行出现,

  1. if test "$wxWin" != 1; then
  2. as_fn_error $? "
  3. wxWidgets must be installed on your system
  4. but either the wx-config script couldn't be found or
  5. no compatible wxWidgets configuration has been installed.
  6. Compatible wxWidgets configurations are the unicode builds
  7. of wxGTK, wxMac and wxMSW.
  8. Please check that wx-config is in path, the directory
  9. where wxWidgets libraries are installed (returned by
  10. 'wx-config --libs' command) is in LD_LIBRARY_PATH or
  11. equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
  12. " "$LINENO" 5
  13. fi

4、经过跟踪,发现15304行执行报错。

WX_VERSION=`$WX_CONFIG_WITH_ARGS --version 2>/dev/null`

进行变量展开,得到如下形式:

WX_VERSION=`/usr/local/bin/wx-config --unicode=yes --universal=no aui,xrc,adv,core,xml,net,base --version 2>/dev/null`

执行/usr/local/bin/wx-config --unicode=yes --universal=no aui,xrc,adv,core,xml,net,base --version 2>/dev/null,得到空值。

执行/usr/local/bin/wx-config --unicode=yes --universal=no aui,xrc,adv,core,xml,net,base --version,报错

  1. # /usr/local/bin/wx-config --unicode=yes --universal=no aui,xrc,adv,core,xml,net,base --version
  2. Warning: No config found to match: /usr/local/bin/wx-config --unicode=yes --universal=no aui,xrc,adv,core,xml,net,base --version
  3. in /usr/local/lib/wx/config
  4. If you require this configuration, please install the desired
  5. library build.  If this is part of an automated configuration
  6. test and no other errors occur, you may safely ignore it.
  7. You may use wx-config --list to see all configs available in
  8. the default prefix.

发现aui,xrc,adv,core,xml,net,base是wx安装的库文件,对应的是在/usr/local/lib目录下面的so文件。

运行/usr/local/bin/wx-config --list得到

Default config is gtk2-ansi-release-2.8

Default config will be used for output

运行/usr/local/bin/wx-config
--version示2.8.12。

【解决方案】

修改configure脚本,

将WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args --unicode=yes --universal=no aui,xrc,adv,core,xml,net,base"改成

WX_CONFIG_WITH_ARGS="$WX_CONFIG_PATH $wx_config_args"

重新执行./configure脚本。该问题就解决了。

filezilla安装的更多相关文章

  1. [Windows Server 2012] Filezilla安装方法

    ★ 欢迎来到[护卫神·V课堂],网站地址:http://v.huweishen.com ★ 护卫神·V课堂 是护卫神旗下专业提供服务器教学视频的网站,每周更新视频. ★ 本节我们将带领大家:FileZ ...

  2. FTP工具-FileZilla安装使用教程

    1.首先,百度搜索“FileZilla”,进入官网,下载地址:https://www.filezilla.cn/download/client  ,根据自己电脑配置去下载 2.下载本地,双击运行安装程 ...

  3. FileZilla 安装配置参考

    http://www.admin10000.com/document/72.html 解决 NAT issue https://wiki.filezilla-project.org/Network_C ...

  4. linuxMint下安装ftp工具--filezilla

    windows下ftp工具有好多,linux下推荐用filezilla 安装filezilla很简单,安装完后,使用方式和windows下面一样. 第一种方式: 直接去filezilla官网下载软件包 ...

  5. 【filezilla】 ubuntu下安装filezilla

    sudo apt-get install filezilla '安装filezilla3.6.02 filezilla '执行filezilla

  6. 阿里云安装filezilla

    1.连接服务器 ssh 或者 远程连接 到服务器: 2.安装相应软件 安装EPEL,EPEL是yum的一个软件源,里面包含了许多基本源里没有的软件: yum -y install epel-relea ...

  7. vs2008编译FileZilla客户端源码

    vs2008编译FileZilla客户端源码 下载FileZilla客户端源码,下载地址https://download.filezilla-project.org/. FileZilla客户端解决方 ...

  8. fodera20安装后的配置

    最近安装了Fedora 20 64bit,以下是一些优化配置,使之更适合国人使用. 1,安装gnome-tweak-tool设置工具 Fedora 19自带的系统设置工具十分简单,一些重要的地方都不能 ...

  9. UBuntu安装配置记录

    记得是06年左右第一次安装的 Linux,当时是下载的 Fedora镜像,版本已经记不清了,在商业街的电脑维修店刻的盘,回来后兴冲冲地和XP一起安装的双系统.其实就是直接的体验了一把,只是看了看X-W ...

随机推荐

  1. ASP.NET - 编写让别人能读懂的代码

    http://www.cnblogs.com/richieyang/p/4840614.html

  2. Windows8 Metro快捷键 | Win8迷

    Windows8 Metro快捷键 | Win8迷   Win + Q : 打开 搜索面板 Win + C : 打开屏幕右侧的Charms简化菜单 Win + 空格 : 切换输入语言和键盘布局  

  3. LeetCode: LRU Cache [146]

    [题目] Design and implement a data structure for Least Recently Used (LRU) cache. It should support th ...

  4. Flex Label自动截取、自动换行

    label.maxDisplayedLines=0;      // 默认多行显示,不截取 label.maxDisplayedLines=1;     //任意整数,显示单行文本,自动截取(...) ...

  5. 3D-HEVC/HTM测试序列下载地址(官方完整版)

    最新3DV通用测试条件Common TestConditions of 3DV Core Experiments(JCT3V-E1100)中给出了所有标准测试序列的下载地址,有需要的朋友可以看看! 标 ...

  6. ubuntu14操作系统chrome标签和书签乱码解决

    ubuntu操作系统更新后.发现chrome标签和书签中文都无法显示. 解决的方法: 打开配置文件 sudo vim /etc/fonts/conf.d/49-sansserif.conf <! ...

  7. HDU4939Stupid Tower Defense (有思想的dp)

    Stupid Tower Defense Time Limit: 12000/6000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Oth ...

  8. 基于Apriori算法的Nginx+Lua+ELK异常流量拦截方案 郑昀 基于杨海波的设计文档(转)

    郑昀 基于杨海波的设计文档 创建于2015/8/13 最后更新于2015/8/25 关键词:异常流量.rate limiting.Nginx.Apriori.频繁项集.先验算法.Lua.ELK 本文档 ...

  9. CURD演示 2

    <?php class UserAction extends Action{ public function index(){ echo "你好!"; $m=M('user' ...

  10. redis 获取key 过期时间

    <pre name="code" class="html">127.0.0.1:6379> keys *b4f107c6-e96c-4a1e- ...