wget error


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers wget error
# 1  
Old 02-15-2012
wget error

Hello I am getting the following error please help me out as why I am unable to get wget command right.

Code:
oracle@host:/home/oracle>wget
/usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code) from wget
Abort(coredump)


Thanks

Last edited by methyl; 02-17-2012 at 06:40 PM.. Reason: please use code tags
# 2  
Old 02-16-2012
Perhaps this old topic can help you:
Problem with wget

For a look at the library used from wget:
$ ldd /usr/bin/wget
# 3  
Old 02-17-2012
Code:
oracle@host:/home/oracle>ldd /usr/bin/wget
ldd: cannot open "/usr/bin/wget".
ldd: No such file or directory


Last edited by methyl; 02-17-2012 at 06:40 PM.. Reason: code tags
# 4  
Old 02-17-2012
Obviously your wget must not be in /usr/bin.

Code:
whereis wget

# 5  
Old 02-17-2012
Code:
oracle@host:/home/oracle>whereis wget
wget: /usr/local/bin/wget /usr/local/man/man1/wget.1

---------- Post updated at 04:57 PM ---------- Previous update was at 04:56 PM ----------

Code:
oracle@host:/home/oracle>ldd /usr/local/bin/wget
        /usr/lib/libc.2 =>      /usr/lib/libc.2
        /usr/lib/libdld.2 =>    /usr/lib/libdld.2
        /usr/lib/libc.2 =>      /usr/lib/libc.2
        /usr/local/lib/libcrypto.sl =>  /usr/local/lib/libcrypto.sl
        /usr/lib/libdld.2 =>    /usr/lib/libdld.2
        /usr/local/lib/libssl.sl =>     /usr/local/lib/libssl.sl
        /usr/lib/libdld.2 =>    /usr/lib/libdld.2
        /usr/local/lib/libcrypto.sl =>  /usr/lib/libcrypto.sl
        /usr/lib/libc.2 =>      /usr/lib/libc.2
        /usr/lib/libdld.2 =>    /usr/lib/libdld.2
        /usr/local/lib/libintl.sl =>    /opt/gnome/lib/libintl.sl
        /usr/lib/libc.2 =>      /usr/lib/libc.2
        /opt/gnome/lib/libiconv.sl.2 => /opt/gnome/lib/libiconv.sl.2


Last edited by methyl; 02-17-2012 at 06:41 PM.. Reason: code tags
# 6  
Old 02-17-2012
It is weird for something to be in /usr/local/bin/, did you custom-install this?
# 7  
Old 02-20-2012
@ Corona

I don't know if this was custom install or not. How can we get the wget working back. Is there something about exporting PATH or something else ??!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Unable to connect only when using wget with 400 bad request error

Hi I have a proxy configured on my ubuntu o.s. running on vmware player, but when trying to wgetDownload Nagios Core from SourceForge.net, I have the following error: failed: Connection refused I have check on the web, they ask me to run sudo ufw status, but the output is enabled, so what... (0 Replies)
Discussion started by: fretagi
0 Replies

2. Shell Programming and Scripting

Wget - working in browser but cannot download from wget

Hi, I need to download a zip file from my the below US govt link. https://www.sam.gov/SAMPortal/extractfiledownload?role=WW&version=SAM&filename=SAM_PUBLIC_MONTHLY_20160207.ZIP I only have wget utility installed on the server. When I use the below command, I am getting error 403... (2 Replies)
Discussion started by: Prasannag87
2 Replies

3. Shell Programming and Scripting

Wget-403-Forbidden-Error

Hi Friends, I did an extensive search over the internet and tried all possible solutions that were recommended, but couldn't figure this out. Please see this link http://www.dli.gov.in/data6/upload/0159/808/PTIFF/00000007.tif It works. But, when I try the following command wget -r... (7 Replies)
Discussion started by: jacobs.smith
7 Replies

4. UNIX for Dummies Questions & Answers

Wget help

How can I download only *.zip and *.rar files from a website <index> who has multiple directories in root parent directory? I need wget to crawl every directory and download only zip and rar files. Is there anyway I could do it? (7 Replies)
Discussion started by: galford
7 Replies

5. UNIX for Dummies Questions & Answers

Wget retry on 500 internal error

Hello Guys, I am trying to generate static site, I have perl script that wget the url, so the problem is sometimes wget has 500 internal error, this is failing to get that page. So I am thinking of retrying that url with 500 response. system $command = 'wget ... -i inputfile -o outfile" Is... (2 Replies)
Discussion started by: neal
2 Replies

6. Shell Programming and Scripting

Wget error while downloading from https website

Hi, I would like to download a file from a https website. I don't have the file name as it changes every day. I am using the following command: wget --no-check-certificate -r -np --user=ABC --password=DEF -O temp.txt https://<website/directory> I am getting followin error in my... (9 Replies)
Discussion started by: pinnacle
9 Replies

7. Shell Programming and Scripting

IFrames error using wget

Hi all, I am trying to connect to a apache server via wget, to automatically download and manipulate few reports. wget -O partner_log --user-agent='Mozilla/5.0' --keep-session-cookies --save-cookies partner_cookies --no-check-certificate site requires a certificated but only getting the... (0 Replies)
Discussion started by: valigula
0 Replies

8. Solaris

HTTP error while downloading solaris patches using wget

Hello, I am getting a HTTP error while downloading solaris patches using wget. 'Downloading unsigned patch 113096-03. --2010-06-18 03:51:15-- http://sunsolve.sun.com/pdownload.pl?target=113096-03&method=h Resolving sunsolve.sun.com (sunsolve.sun.com)... 192.18.108.40 Connecting to... (5 Replies)
Discussion started by: sunny_a_j
5 Replies

9. Shell Programming and Scripting

Wget-Forbidden error

Hi , I am using shell script to connect to a https site and download all the files in a directory. eg: wget --no-check-certificate -r -np --user=<username> --password=<passwd> -O temp.txt https:<website>/<dirname> Error : HTTP request sent, awaiting response... 403 Forbidden 07:40:20... (0 Replies)
Discussion started by: mohanpadamata
0 Replies

10. UNIX for Dummies Questions & Answers

wget error

I'm trying to download / install mysql from the terminal. Here is what happens when I try to use wget: $ wget http://dev.mysql.com/get/Downloads/MySQL-5.1/MySQL-server-community-5.1.35-0.rhel3.i386.rpm/from/ftp://mirror.anl.gov/pub/mysql/ --13:29:16-- ... (6 Replies)
Discussion started by: wsetchell
6 Replies
Login or Register to Ask a Question