Jump to content

libcurl.so.4 problem on CentOS


Recommended Posts

edit : Nevermind .. i uninstall centOS and install fredora .. then it work ^.^

hello i set my server files in

./home/xpro/mtasa/mta-server

then i start the server ./mta-server

i got problem,

  
libcurl.so.4: cannot open shared object file: No such file or directory 
ERROR: Loading network library (net.so) failed! 
Press Q to shut down the server! 
  

please help me

Edited by Guest
Link to comment

i changed this topic a lot...

i tried to do these steps

Upgrade your curl 7.15 to 7.19.

a)Download curl 7.19

[root@freelinuxtutorials]#wget http://curl.haxx.se/download/curl-7.19.0.tar.gz

b)Uncompress

[root@freelinuxtutorials]#tar xzf curl-7.19.0.tar.gz

c) Go to the curl directory and compile it

[root@freelinuxtutorials]#cd curl-7.19.0

[root@freelinuxtutorials]# ./configure

[root@freelinuxtutorials]# make

[root@freelinuxtutorials]# make install

d) Soft link the curl

[root@freelinuxtutorials]#ln -s /usr/local/lib/libcurl.so.4 /usr/lib/libcurl.so.4

but when i do ./configure i got

  
checking whether to enable maintainer-specific portions of Makefiles... no 
checking for sed... /bin/sed 
checking for grep... /bin/grep 
checking for egrep... /bin/grep -E 
checking for ar... /usr/bin/ar 
checking for a BSD-compatible install... /usr/bin/install -c 
checking whether build environment is sane... yes 
checking for gawk... gawk 
checking whether make sets $(MAKE)... yes 
checking curl version... 7.19.0 
checking build system type... i686-pc-linux-gnu 
checking host system type... i686-pc-linux-gnu 
checking for gcc... no 
checking for cc... no 
checking for cl.exe... no 
configure: error: no acceptable C compiler found in $PATH 
See `config.log' for more details. 
  

and make

  
./configure 
checking whether to enable maintainer-specific portions of Makefiles... no 
checking for sed... /bin/sed 
checking for grep... /bin/grep 
checking for egrep... /bin/grep -E 
checking for ar... /usr/bin/ar 
checking for a BSD-compatible install... /usr/bin/install -c 
checking whether build environment is sane... yes 
checking for gawk... gawk 
checking whether make sets $(MAKE)... yes 
checking curl version... 7.19.0 
checking build system type... i686-pc-linux-gnu 
checking host system type... i686-pc-linux-gnu 
checking for gcc... no 
checking for cc... no 
checking for cl.exe... no 
configure: error: no acceptable C compiler found in $PATH 
See `config.log' for more details. 
make: *** [all] Error 1 
  
  

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...