 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

8th January 2008, 09:01 AM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 214

|
|
|
libcurl.so.3
Help! just switched to Fedora, and can't find the libraries I need to run a game. How can I get this game to run?
Code:
[chris@localhost warsow]$ ls
basewsw libs warsow.i386 wsw_server wsw_server.x86_64
docs warsow warsow.x86_64 wsw_server.i386
[chris@localhost warsow]$ ./warsow
./warsow.x86_64: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory
[chris@localhost warsow]$ yum whichprovides libcurl.so.3
Loading "fastestmirror" plugin
Loading "priorities" plugin
Usage: yum [options] < grouplist, localinstall, groupinfo, localupdate, resolvedep, erase, deplist, groupremove, makecache, upgrade, provides, shell, install, whatprovides, groupinstall, update, repolist, groupupdate, info, search, check-update, list, remove, clean, grouperase >
Options:
-h, --help show this help message and exit
-t, --tolerant be tolerant of errors
-C run entirely from cache, don't update cache
-c [config file] config file location
-R [minutes] maximum command wait time
-d [debug level] debugging output level
-e [error level] error output level
-q, --quiet quiet operation
-v, --verbose verbose operation
-y answer yes for all questions
--version show Yum version and exit
--installroot=[path] set install root
--enablerepo=[repo] enable one or more repositories (wildcards allowed)
--disablerepo=[repo] disable one or more repositories (wildcards allowed)
-x [package], --exclude=[package]
exclude package(s) by name or glob
--obsoletes enable obsoletes processing during updates
--noplugins disable Yum plugins
--nogpgcheck disable gpg signature checking
--disableplugin=[plugin]
disable plugins by name
--samearch-priorities
Priority-exclude packages based on name + arch
[chris@localhost warsow]$ yum whatprovides libcurl.so.3
Loading "fastestmirror" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
* adobe: linuxdownload.adobe.com
* livna: mirrors.tummy.com
* fedora: mirrors.tummy.com
* kde-redhat-all: kde-redhat.unl.edu
* kde-redhat: kde-redhat.unl.edu
* updates: mirrors.tummy.com
* freshrpms: ayo.us5.freshrpms.net
123 packages excluded due to repository priority protections
No Matches found
[chris@localhost warsow]$ yum whatprovides libcurl.so
Loading "fastestmirror" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
* adobe: linuxdownload.adobe.com
* livna: mirrors.tummy.com
* fedora: mirrors.tummy.com
* kde-redhat-all: kde-redhat.unl.edu
* kde-redhat: kde-redhat.unl.edu
* updates: mirrors.tummy.com
* freshrpms: ayo.us5.freshrpms.net
123 packages excluded due to repository priority protections
No Matches found
[chris@localhost warsow]$ yum search libcurl
Loading "fastestmirror" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
* adobe: linuxdownload.adobe.com
* livna: mirrors.tummy.com
* fedora: mirrors.tummy.com
* kde-redhat-all: kde-redhat.unl.edu
* kde-redhat: kde-redhat.unl.edu
* updates: mirrors.tummy.com
* freshrpms: ayo.us5.freshrpms.net
123 packages excluded due to repository priority protections
curl-devel.x86_64 : Files needed for building applications with libcurl
openser-xcap_client.x86_64 : XCAP client
curlftpfs.x86_64 : CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE and libcurl
ocaml-curl.x86_64 : OCaml Curl library (ocurl)
curl-devel.i386 : Files needed for building applications with libcurl
urlgfe.x86_64 : Urlgfe download manager
curl-devel.i386 : Files needed for building applications with libcurl
python-pycurl.x86_64 : A Python interface to libcurl
curl-devel.x86_64 : Files needed for building applications with libcurl
[chris@localhost warsow]$
|

8th January 2008, 09:06 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Try
Code:
su
yum install curl
Code:
[root@localhost lee]# yum whatprovides libcurl.so*
Excluding Packages in global exclude list
Finished
filelists.sqlite.bz2 100% |=========================| 3.1 MB 00:04
audacious-plugins.x86_64 : Plugins for the Audacious media player
curl.i386 : A utility for getting files from remote servers (FTP, HTTP, and others)
curl.x86_64 : A utility for getting files from remote servers (FTP, HTTP, and others)
curl.i386 : A utility for getting files from remote servers (FTP, HTTP, and others)
curl.x86_64 : A utility for getting files from remote servers (FTP, HTTP, and others)
curl.i386 : A utility for getting files from remote servers (FTP, HTTP, and others)
curl.x86_64 : A utility for getting files from remote servers (FTP, HTTP, and others)
acroread.i586 : Adobe Acrobat Reader
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

8th January 2008, 09:15 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Location: Finland
Posts: 5,076

|
|
|
Fedora 8 uses libcurl.so.4 from curl version 7.17. Your program is compiled with libcurl version 7.15 or earlier. Is the program source available so you could compile it with the current version of libcurl?
|

8th January 2008, 10:01 AM
|
 |
Retired Community Manager
|
|
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376

|
|
|
Hello:
Just to add what has already been posted by Leigh and markkuk, the library libcurl.so.3 is somewhat dated.
If you cannot successfully follow markkuk's suggestion then you can install either google earth or adobe-acrobat, which will proivide you with
libcurl.so.3
Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
|

8th January 2008, 10:15 AM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 214

|
|
Quote:
|
Originally Posted by Seve
Hello:
Just to add what has already been posted by Leigh and markkuk, the library libcurl.so.3 is somewhat dated.
If you cannot successfully follow markkuk's suggestion then you can install either google earth or adobe-acrobat, which will proivide you with
libcurl.so.3
Seve
|
Is there a google earth professional for Linux, or is that Windows only?
|

8th January 2008, 12:42 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 214

|
|
How can I get this game working? I think I have a 32 bit libcurl only.
Code:
[chris@localhost warsow]$ ls
basewsw libs warsow.i386 wsw_server wsw_server.x86_64
docs warsow warsow.x86_64 wsw_server.i386
[chris@localhost warsow]$ ./warsow
./warsow.x86_64: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory
[chris@localhost warsow]$ su -c "updatedb && locate libcurl.so"
Password:
/opt/Adobe/Reader8/Reader/intellinux/lib/libcurl.so
/opt/Adobe/Reader8/Reader/intellinux/lib/libcurl.so.3
/opt/Adobe/Reader8/Reader/intellinux/lib/libcurl.so.3.0.0
/opt/google-earth/libcurl.so.3
/usr/lib/libcurl.so.4
/usr/lib/libcurl.so.4.0.1
/usr/lib64/libcurl.so.4
/usr/lib64/libcurl.so.4.0.1
[chris@localhost warsow]$ linux32 ./warsow
./warsow.i386: error while loading shared libraries: libXxf86dga.so.1: cannot open shared object file: No such file or directory
[chris@localhost warsow]$
|

8th January 2008, 07:15 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 214

|
|
|
[chris@localhost warsow]$ rpm -qa | grep curl
curl-7.17.1-1.fc8
curl-7.17.1-1.fc8
[chris@localhost warsow]$
|

8th January 2008, 07:17 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 214

|
|
|
I guess I'll need to compile curl to get the version I need available in 64 bit.
|

8th January 2008, 08:04 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Try
su
ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl.so.3
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

8th January 2008, 10:35 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 214

|
|
|
Hey, that worked! Thanks for the linux trick.
|

7th June 2008, 09:22 AM
|
|
Registered User
|
|
Join Date: Jan 2008
Posts: 162

|
|
hi every one
my problem look like your problem. my architecture is i386 and use fedora7. how can i work with warsow 0.42.
|

7th June 2008, 09:48 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 214

|
|
Quote:
|
Originally Posted by shabakeh
hi every one
my problem look like your problem. my architecture is i386 and use fedora7. how can i work with warsow 0.42.

|
Install libcurl using yum, and then if you still have problems, you can try a hack similar to mine. Do you know what you are doing, or are you just copying pasting commands?
Last edited by fakie_flip; 7th June 2008 at 09:51 PM.
|

8th June 2008, 08:37 AM
|
|
Registered User
|
|
Join Date: Jan 2008
Posts: 162

|
|
hi dear
i dont know how?please tell me. i couldnt install libcurl by yum.there is an error.warsow crazy me.
|

8th June 2008, 06:42 PM
|
|
Registered User
|
|
Join Date: Dec 2006
Posts: 214

|
|
Quote:
|
Originally Posted by shabakeh
hi dear
i dont know how?please tell me. i couldnt install libcurl by yum.there is an error.warsow crazy me.
|
What error? You have to be specific.
Did you try this?
PHP Code:
su -
yum install libcurl
|

8th June 2008, 08:57 PM
|
|
Registered User
|
|
Join Date: Jan 2008
Posts: 162

|
|
i installed curl by sourse code. curl 7.18.2. how can i sure about install it? how can i work with warsow?
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 14:44 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|