View Single Post
Posts: 18 | Thanked: 7 times | Joined on Feb 2008 @ UK
#17
Originally Posted by TA-t3 View Post
I haven't tried the script, but my guess after a quick look is that your N8x0 is missing the 'HTTP::Proxy' and/or the 'LWP::UserAgent' perl modules.
What I did was copy the relevant perl modules from my OpenSuse box - by trial and error. Eventually I got it to run. It issued one warning:
Code:
Can't locate loadable object for module Sys::Hostname in @INC (@INC contains: ...) at Sys/Hostname.pm line 27
but the compile didn't fail.
Then, on entering a URL, I got this in the browser:
Code:
501 Can't locate object method "new" via package "LWP::Protocol::http"
followed by more warnings in the terminal:
Code:
ERROR: Getting request failed: Client closed
It kept running, though.

The 'perl c' command also gives me that first warning. Sys/Hostname is there - but I suspect that it doesn't work on the Nokia. And whether that's anything to do with the 501 error - I don't know.

It all works on the Linux laptop.