我在Ubuntu 14.04,需要curl版本> 7.40,所以我已经按照一些步骤来安装最新的curl版本(7.48)
作为根
wget http://curl.haxx.se/download/curl-7.48.0.tar.gz apt-get install libtool apt-get install make
提取文件
tar -xvf curl-7.48.0.tar.gz
然后在提取的文件夹中:
安装boost.log(使用代码块12.11 + gcc 4.7.1的windows 7)
无法打开MysqL.plugin表。 请运行MysqL_upgrade来创build它
安装提升并使用Visual Studio 2010 Express
Tensorflow安装在windows上与anaconda和没有互联网连接
windows 7上的Qt SDK安装错误
./buildconf ./configure make make install
更新了二进制文件
mv /usr/bin/curl /usr/bin/curl.bak cp /usr/local/bin/curl /usr/bin/curl
然后重新启动机器。 我可以看到新的curl版本,但libcurl库没有更新,仍然是7.35
根:〜#curl -V
curl 7.48.0 (x86_64-unkNown-linux-gnu) libcurl / 7.35.0, OpenSSL / 1.0.1f zlib / 1.2.8 libIDn / 1.28 librtmp / 2.3
协议:dict文件ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp
特性:AsynchDNS IDN IPv6大文件NTLM NTLM_WB SSL libz TLS-SRP
我已经检查过/etc/ld.so.conf文件,但是并没有给我太多的信息
include /etc/ld.so.conf.d/*.conf
以及文件夹:
root:/etc/ld.so.conf.d# ll total 52 drwxr-xr-x 2 root root 4096 Feb 18 14:17 ./ drwxr-xr-x 167 root root 12288 Apr 26 14:30 ../ -rwxr-xr-x 1 root root 26 Nov 21 2007 agnclIEnt-compat.conf* -rw-r--r-- 1 root root 14 Aug 24 2009 agns.conf -rw-rw-r-- 1 root root 38 Mar 24 2014 fakeroot-x86_64-linux-gnu.conf lrwxrwxrwx 1 root root 40 Feb 5 16:42 i386-linux-gnu_GL.conf -> /etc/alternatives/i386-linux-gnu_gl_conf -rw-r--r-- 1 root root 108 Apr 12 2014 i686-linux-gnu.conf -rw-r--r-- 1 root root 44 Aug 9 2009 libc.conf -rw-r--r-- 1 root root 33 Aug 1 2014 symav.conf -rw-r--r-- 1 root root 68 Apr 12 2014 x86_64-linux-gnu.conf lrwxrwxrwx 1 root root 43 Feb 3 12:05 x86_64-linux-gnu_EGL.conf -> /etc/alternatives/x86_64-linux-gnu_egl_conf lrwxrwxrwx 1 root root 42 Feb 3 12:05 x86_64-linux-gnu_GL.conf -> /etc/alternatives/x86_64-linux-gnu_gl_conf -rw-r--r-- 1 root root 56 Apr 12 2014 zz_i386-biarch-compat.conf -rw-r--r-- 1 root root 58 Apr 12 2014 zz_x32-biarch-compat.conf root:/etc/ld.so.conf.d#
更新
通过每个conf文件我已经find了3个有libcurl库的地方
在/ usr / lib / agnclIEnt-compat下 (agnclIEnt是一个AT&T VPN代理客户端)
lrwxrwxrwx 1 root root 16 Feb 3 12:11 libcurl.so.3 -> libcurl.so.3.0.0 -rw-r--r-- 1 root root 248028 Nov 21 2007 libcurl.so.3.0.0
在/ usr / local / lib下
lrwxrwxrwx 1 root root 16 Apr 25 12:34 libcurl.so -> libcurl.so.4.4.0* lrwxrwxrwx 1 root root 16 Apr 25 12:34 libcurl.so.4 -> libcurl.so.4.4.0* -rwxr-xr-x 1 root root 376889 Apr 25 12:34 libcurl.so.4.4.0*
和/ usr / lib / x86_64-linux-gnu下
lrwxrwxrwx 1 root root 19 Jan 26 20:05 libcurl-gnutls.so.3 -> libcurl-gnutls.so.4 lrwxrwxrwx 1 root root 23 Jan 26 20:05 libcurl-gnutls.so.4 -> libcurl-gnutls.so.4.3.0 -rw-r--r-- 1 root root 401512 Jan 26 20:05 libcurl-gnutls.so.4.3.0 lrwxrwxrwx 1 root root 12 Jan 26 20:05 libcurl.so.3 -> libcurl.so.4 lrwxrwxrwx 1 root root 16 Jan 26 20:05 libcurl.so.4 -> libcurl.so.4.3.0 -rw-r--r-- 1 root root 422696 Jan 26 20:05 libcurl.so.4.3.0
所以我昨天安装的最新的lib在/ usr / local / lib下,但是从VPN客户端加载。
通过命令行安装二进制压缩的R包
将Python环境移到新的 *** 作系统安装
在linux上./configure for libtorrent的问题
适用于windows 7的PHP 4/5安装
windows安装在驱动器与Ubuntu的家庭分区
更新后,这是一个简单的修复。
我修改了/etc/ld.so.conf文件
include /usr/local/lib include /etc/ld.so.conf.d/*.conf
然后执行
ldconfig -v
现在我有我所需要的
root @ carlo -ThinkPad-W541:〜#curl -V
curl 7.48.0 (x86_64-unkNown-linux-gnu) libcurl / 7.48.0 zlib / 1.2.8
协议:字典文件ftp gopher http imap pop3 rtsp smtp telnet tftp
特点:IPv6 Largefile libz UnixSockets
总结以上是内存溢出为你收集整理的Libcurl没有更新全部内容,希望文章能够帮你解决Libcurl没有更新所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)