Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Lynx - can't access web
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
harry75
n00b
n00b


Joined: 02 Jun 2003
Posts: 2

PostPosted: Mon Jun 02, 2003 8:39 pm    Post subject: Lynx - can't access web Reply with quote

Hi!

I've just installed gentoo from scratch (stage1) and emerged lynx. When I start it, e.g. with
Code:
lynx http://www.heise.de

I get the error-message
Quote:
Can't access startfile

However,
Code:
ping www.heise.de

and
Code:
wget http://www.heise.de

and afterwards
Code:
wget index.html

work fine.

Any ideas?

TIA,
Harry.
Back to top
View user's profile Send private message
H0bb3z
Tux's lil' helper
Tux's lil' helper


Joined: 28 May 2003
Posts: 121
Location: in the transmogrifier

PostPosted: Mon Jun 02, 2003 9:37 pm    Post subject: Reply with quote

Sounds like something specific to lynx. I googled for a while and this seems to be a common problem, but there were no difinitive fixes that I found. It seemed to suggest a DNS lookup problem, but it doesn't appear to be the case here, unless lynx is doing something funky when it does a lookup.

I found a couple threads indicating that older versions of lynx don't suffer from this problem -- you might try to emerge a 2.7.x version to see if that fixes things...
_________________
-H0bb3z-
-----------
Intel QX9770 | 6Gb DDR3 | ATI 4870 HD 1Gb | 2xSeagate 1Tb SATAs
Running Funtoo Core2 build
Back to top
View user's profile Send private message
harry75
n00b
n00b


Joined: 02 Jun 2003
Posts: 2

PostPosted: Tue Jun 03, 2003 5:19 am    Post subject: Reply with quote

I managed it by myself: the proxy settings were incorrect. Instead of
Code:
export http_proxy="some.proxy:3128"

which works fine for wget, lynx requires a 'http://' in front:
Code:
exort http_proxy="http://some.proxy:3128"


THX for any answers!

Harry.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum