Results 1 to 4 of 4

Thread: Getting error trying to compile Wget with OpenSSL

  1. #1
    rollin is offline Gee! These Aren't Roasted!
    Join Date
    Jun 2010
    Beans
    153

    Unhappy Ubuntu 10.04 - Getting error trying to compile Wget with OpenSSL

    Howdy,

    I'm trying to compile wget with openssl. Unfortunately I can't seem to find much on Google for doing this, the closest so far has been: http://ubuntuforums.org/showthread.php?t=134822
    Following the steps, I've downloaded the source package version 1.12 and tried the following code:

    Code:
    ./configure --with-ssl
    But I'm getting the error:

    Code:
    configure: error: --with-ssl was given, but SSL is not available.
    I'm not an expert by any means with security / ssl etc but it seems I already have openssl installed:

    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    openssl is already the newest version.
    Any help you can give to suggest a method of completing the installation with ssl would be great!
    Last edited by rollin; July 16th, 2010 at 02:08 AM.

  2. #2
    rollin is offline Gee! These Aren't Roasted!
    Join Date
    Jun 2010
    Beans
    153

    Unhappy Re: Getting error trying to compile Wget with OpenSSL

    Bump!

    Still googling this but no luck so far! I'm still hoping someone has managed to do this and could give some advice please ?!

  3. #3
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Getting error trying to compile Wget with OpenSSL

    Why do you want to compile wget? I'm pretty sure the version in the repos has SSL support.
    「明後日の夕方には帰ってるからね。」


  4. #4
    rollin is offline Gee! These Aren't Roasted!
    Join Date
    Jun 2010
    Beans
    153

    Re: Getting error trying to compile Wget with OpenSSL

    Quote Originally Posted by Bachstelze View Post
    Why do you want to compile wget? I'm pretty sure the version in the repos has SSL support.
    Oh right that's embaressing! To explain better I'm trying to get wget to run on port 993 for IMAP over SSL. I'm running the gmail.py script from here: http://ubuntuforums.org/showthread.php?t=680265

    The command in the script is: wget -O - https:// etc and having run sudo netstat -antp I can see it is running on port 443. Which I appreciate is the https default port.

    I had a look at the wget manual though: http://www.gnu.org/software/wget/man...9-Options.html and wanted to add an option such as --secure-protocol=SSLv2 but the script stops working!

    So am I just approaching it the wrong way or is there a way to test what protocol it is adopting without specifying one?

    Sorry if it's a bit random!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •