bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] wget returning can't resolve symbol 'localeconv'


From: Jean Collin
Subject: [Bug-wget] wget returning can't resolve symbol 'localeconv'
Date: Thu, 9 Feb 2012 05:39:16 -0800 (PST)

trying a simple script to get a file using wget


cd /jffs/usr/sbin

/jffs/usr/bin/wget -d  "http://www.true.mistral.co.uk/ipcam/pan.txt";

echo "B"`cat pan.txt` > /dev/tts/1

and getting error from wget as follows

DEBUG output created by Wget 1.11.4 on linux-gnu.

--2012-02-09 07:33:53--  http://www.true.mistral.co.uk/ipcam/pan.txt
Resolving www.true.mistral.co.uk... 62.169.150.234
Caching www.true.mistral.co.uk => 62.169.150.234
Connecting to www.true.mistral.co.uk|62.169.150.234|:80... connected.
Created socket 3.
Releasing 0x1000e958 (new refcount 1).

---request begin---
GET /ipcam/pan.txt HTTP/1.0
User-Agent: Wget/1.11.4
Accept: */*
Host: www.true.mistral.co.uk
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Date: Thu, 09 Feb 2012 13:33:54 GMT
Server: Apache/2.0.46 (Red Hat)
Last-Modified: Thu, 09 Feb 2012 12:52:23 GMT
ETag: "77dc0-3-7bbe2fc0"
Accept-Ranges: bytes
Content-Length: 3
Connection: close
Content-Type: text/plain; charset=ISO-8859-1

---response end---
200 OK
Length: 3 [text/plain]
Saving to: `pan.txt.2'

/jffs/usr/bin/wget: can't resolve symbol 'localeconv'


anybody have any ideas how to solve this error file comes in empty at 0 bytes.


Regards

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]