I am utterly stumped. I need libcurl.so.3 for CentOS 6.4. I have Googled everything and I have been going all over the Internet looking for a solution. I give up; I need help. The error message I get when I try to run a program is:
error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory
I have:
Package libcurl-7.19.7-36.el6_4.i686 already installed and latest version Package python-pycurl-7.19.0-8.el6.i686 already installed and latest version Package curl-7.19.7-36.el6_4.i686 already installed and latest version Package libcurl-devel-7.19.7-36.el6_4.i686 already installed and latest version
I also have git installed (yes, I know about the EPEL conflict giving me a 5.9 version) and I do have the CentOS 6 version installed)...no dice. Can anyone help me?
Gilbert
******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** *******************************************************************************
On Fri, 24 May 2013 16:07:52 -0500 (CDT) Gilbert Sebenste wrote:
Package libcurl-7.19.7-36.el6_4.i686 already installed and latest version
libcurl-7.19.7-36 provides libcurl.so.4
What program requires libcurl.so.3? Can you recompile it to use libcurl.so.4?
On Fri, 24 May 2013, Frank Cox wrote:
On Fri, 24 May 2013 16:07:52 -0500 (CDT) Gilbert Sebenste wrote:
Package libcurl-7.19.7-36.el6_4.i686 already installed and latest version
libcurl-7.19.7-36 provides libcurl.so.4
What program requires libcurl.so.3? Can you recompile it to use libcurl.so.4?
Hi Frank,
Thanks for responding!
It's a weather radar display program. Unfortunately, it's proprietary and all I can use are binaries, and so I can't use libcurl.so.4, though I do have that, obviously.
******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** *******************************************************************************
On Fri, 24 May 2013, Gilbert Sebenste wrote:
Thanks for responding!
It's a weather radar display program. Unfortunately, it's proprietary and all I can use are binaries, and so I can't use libcurl.so.4, though I do have that, obviously.
I just talked with the software vendor. This is his first complaint of it, everyone else is on CentOS5! He will recompile the binary to include libcurl.so.4.
Thanks to you and Richard for emailing me on this.
Gilbert
******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** Staff Meteorologist, Northern Illinois University **** E-mail: sebenste@weather.admin.niu.edu *** web: http://weather.admin.niu.edu ** Twitter: http://www.twitter.com/NIU_Weather ** Facebook: http://www.facebook.com/niu.weather * *******************************************************************************
When I run into this problem - a lot of times you can simply create a link from lib.so.4 to lib.so.3.
Most libs are backward compatible.
On 05/24/2013 05:25 PM, Gilbert Sebenste wrote:
On Fri, 24 May 2013, Gilbert Sebenste wrote:
Thanks for responding!
It's a weather radar display program. Unfortunately, it's proprietary and all I can use are binaries, and so I can't use libcurl.so.4, though I do have that, obviously.
I just talked with the software vendor. This is his first complaint of it, everyone else is on CentOS5! He will recompile the binary to include libcurl.so.4.
Thanks to you and Richard for emailing me on this.
Gilbert
Gilbert Sebenste ******** (My opinions only!) ****** Staff Meteorologist, Northern Illinois University **** E-mail: sebenste@weather.admin.niu.edu *** web: http://weather.admin.niu.edu ** Twitter: http://www.twitter.com/NIU_Weather ** Facebook: http://www.facebook.com/niu.weather *
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 5/24/2013 5:31 PM, Steve Clark wrote:
When I run into this problem - a lot of times you can simply create a link from lib.so.4 to lib.so.3.
Most libs are backward compatible.
Probably safer, though, to extract it from:
http://mirror.centos.org/centos/5/updates/i386/RPMS/cups-1.3.7-30.el5_9.3.i3...
-Greg
On 05/24/2013 05:25 PM, Gilbert Sebenste wrote:
On Fri, 24 May 2013, Gilbert Sebenste wrote:
Thanks for responding!
It's a weather radar display program. Unfortunately, it's proprietary and all I can use are binaries, and so I can't use libcurl.so.4, though I do have that, obviously.
I just talked with the software vendor. This is his first complaint of it, everyone else is on CentOS5! He will recompile the binary to include libcurl.so.4.
Thanks to you and Richard for emailing me on this.
Gilbert
Gilbert Sebenste ******** (My opinions only!) ****** Staff Meteorologist, Northern Illinois University **** E-mail: sebenste@weather.admin.niu.edu *** web: http://weather.admin.niu.edu ** Twitter: http://www.twitter.com/NIU_Weather ** Facebook: http://www.facebook.com/niu.weather *
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Fri, 24 May 2013, Greg Bailey wrote:
On 5/24/2013 5:31 PM, Steve Clark wrote:
When I run into this problem - a lot of times you can simply create a link from lib.so.4 to lib.so.3.
Most libs are backward compatible.
Probably safer, though, to extract it from:
http://mirror.centos.org/centos/5/updates/i386/RPMS/cups-1.3.7-30.el5_9.3.i3...
-Greg
Thanks, Greg! Actually, I just got a new version of the software (wow, working on a holiday weekend, no less!) from the author... and I have it now working on my server using lib.so.4. But thank you again for the tip!
Gilbert
******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** Staff Meteorologist, Northern Illinois University **** E-mail: sebenste@weather.admin.niu.edu *** web: http://weather.admin.niu.edu ** Twitter: http://www.twitter.com/NIU_Weather ** Facebook: http://www.facebook.com/niu.weather * *******************************************************************************