lynx browser + SSL


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers lynx browser + SSL
# 1  
Old 12-20-2007
lynx browser + SSL

I want to browse to java.sun.. to download Java JDK

I built openSSL then tried to build lynx to use it by:
./configure --with-ssl

It finds the ssl .h files but cant link, last 3 lines from .configure are:

checking for openssl include directory... yes
checking if we can link to ssl library... no
configure: error: Cannot link with ssl library

Any ideas please?
Regards, Mike Burton
# 2  
Old 12-21-2007
Are you root when doing this ? What is your OS ? I see that recent versions of lynx come with SSL support enabled by default.
# 3  
Old 12-21-2007
Quote:
Originally Posted by mikebgx
I want to browse to java.sun.. to download Java JDK

I built openSSL then tried to build lynx to use it by:
./configure --with-ssl

It finds the ssl .h files but cant link, last 3 lines from .configure are:

checking for openssl include directory... yes
checking if we can link to ssl library... no
configure: error: Cannot link with ssl library

Any ideas please?
Regards, Mike Burton
I do not remember (long time since i built ssl Smilie) but there must be an option which tells lynx's configure where your built Openssl installation is something like ssl-dir or --with-ssl=/the/dir/to/ssl, etc ... type './configure --help | more' and read carefully ...
Good luck, lynx rules (yeah im serious!)
# 4  
Old 12-23-2007
Did u sysmlink ssl to certain place ?

I hope this help.
# 5  
Old 12-26-2007
Quote:
Originally Posted by sysgate
Are you root when doing this ? What is your OS ? I see that recent versions of lynx come with SSL support enabled by default.
Thanks for the replies,

My OS is Fedora core 6 - Linux 2.6.20.21-071108a

I'm using Lynx 2.8.6, has anyone made it work on this or different version?

Yes I'm root

I try --with-ssl or --with_ssl=/usr/local/ssl/include , both fail the same way.

>Did u sysmlink ssl to certain place ?
No, should I? and what does this do?

>Lynx rules
I nearly agree :-)

So I'm still stuck, any more ideas please?

Best Regards, Mike Burton
# 6  
Old 01-25-2008
Lynx SSL

Having gone round and round in circles trying to install Lynx+SSL , either from RPM or source, I've found a solution:
- Give up on Lynx
- Download the JDK onto my Windows box
- Upload it to my Linux box using the slow side of my Adsl line

Its not ideal but it does work which is the main thing.

Rgds,
Mike
# 7  
Old 03-20-2009
Quote:
Originally Posted by mikebgx
I try --with-ssl or --with_ssl=/usr/local/ssl/include , both fail the same way.
I run configure below:
LDFLAGS="-ldl" ./configure --prefix=/opt/lynx2.8.6 --with-ssl=/opt/openssl-0.9.8j --with-zlib --libdir=/etc
and it's OK!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Linux

Apache wildcard ssl on subdomain serves same page for non ssl virtualhosts

Issue observed: I have configured ng.my-site.com using widlcard ssl cert. When I hit https://www.my-site.com it loads ng.my-site.com website! please advise if I missed any concept / configs... Thank you! httpd.conf <VirtualHost *:80> ServerName www.my-site.com ServerAdmin... (0 Replies)
Discussion started by: ashokvpp
0 Replies

2. Shell Programming and Scripting

lynx

theres a form with these fields <form name="cpgform" id="cpgform" method="post" action="update.php"> <input type="text" name="user" size="30" class="textinput" /> <input type="password" name="pass" size="30" class="textinput" /> <input type="hidden" name="method" value="admin" />... (1 Reply)
Discussion started by: vanessafan99
1 Replies

3. Web Development

Apache, cgi script run twice when ssl, once when not ssl

I have interesting problem. https:/host/some/x.cgi - this script has run twice when I call this url But http:/host/some/x.cgi work fine, only once. Output is text/plain. If I change output format to the Content-type text/html, then both urls works fine - executed only once. (2 Replies)
Discussion started by: kshji
2 Replies

4. Shell Programming and Scripting

lynx browser set permanently option

hi all, is there somebody that know how can I set an permanently option for the lynx text browser? The reason is if I open some URL's and type my login infos then lynx show follow message: P)roceed, use G)ET or C)ancel Server asked for 301 redirection of POST content to URL: The UNIX... (1 Reply)
Discussion started by: research3
1 Replies

5. UNIX for Dummies Questions & Answers

to enable POP3(ssl) and SMTP(ssl) in Squid

i have configured Squid proxy server in Fedora 8 with two network interfaces. HTTP, HTTPS, FTP are working fine but we are unable to download mails using mail clients from mail server with POP3(ssl) and SMTP(ssl). so please someone help us how to enable pop and smtp in Squid. (1 Reply)
Discussion started by: praneel2k
1 Replies

6. Shell Programming and Scripting

lynx

lynx Hi there , how to use this command ?? is it t to download files with any type(.zip,.exe,.xxx) ?? and i want example thx ... (1 Reply)
Discussion started by: XPS
1 Replies

7. UNIX for Advanced & Expert Users

implicit ssl vs explicit ssl

Can someone explain the difference between the two. Thanks (1 Reply)
Discussion started by: jerardfjay
1 Replies

8. UNIX for Dummies Questions & Answers

lynx startup

how to add an GUI application in a lynx 9.0 server start up. replies appreciated. raguram R (4 Replies)
Discussion started by: raguramtgr
4 Replies
Login or Register to Ask a Question