LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wget question (https://www.linuxquestions.org/questions/linux-newbie-8/wget-question-625255/)

coubury 03-02-2008 08:10 PM

wget question
 
ok im downloading openSSL

coubury@coubury-desktop:~$ wget http://www.openssl.org/source/openssl-fips-1.1.2.tar.gz
--01:25:29-- click here
=> `openssl-fips-1.1.2.tar.gz'
Resolving click here... 195.30.6.166
Connecting to click here|195.30.6.166|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,269,831 (3.1M) [application/x-tar]

100%[====================================>] 3,269,831 39.20K/s ETA 00:00

01:26:51 (40.82 KB/s) - `openssl-fips-1.1.2.tar.gz' saved [3269831/3269831]

coubury@coubury-desktop:~$


ok i done this tar xvf openssl-fips-1.1.2.tar.gz

and aload of files poped up like this

openssl-fips-1.1.2/times/091/
openssl-fips-1.1.2/times/091/r4400.irx
openssl-fips-1.1.2/times/091/mips-rel.pl
openssl-fips-1.1.2/times/091/586-100.lnx
openssl-fips-1.1.2/times/091/alpha164.osf
openssl-fips-1.1.2/times/091/alpha164.lnx
openssl-fips-1.1.2/times/091/alpha064.osf
openssl-fips-1.1.2/times/091/r10000.irx
openssl-fips-1.1.2/times/091/486-50.nt
openssl-fips-1.1.2/times/091/686-200.lnx
openssl-fips-1.1.2/times/091/r3000.ult
openssl-fips-1.1.2/times/091/68000.bsd
openssl-fips-1.1.2/times/5.lnx
openssl-fips-1.1.2/times/sgi.t
openssl-fips-1.1.2/times/dgux-x86.t
openssl-fips-1.1.2/times/sparc.t
openssl-fips-1.1.2/INSTALL.DJGPP
coubury@coubury-desktop:~$


just not sure what to do next

weibullguy 03-02-2008 08:27 PM

What, exactly, are you trying to do? Your question has nothing to do with wget.

The tarball you downloaded is only the FIPS module (which you probably don't need). The latest stable version of OpenSSL is the openssl-0.9.8g.tar.gz tarball. Once you unpack it, you need to configure it, compile it, and install it.

coubury 03-02-2008 08:43 PM

I downloaded it from here

http://www.openssl.org/source/ first one

what i posted is just the very bottom of what happen when i entered this command ar xvf openssl-fips-1.1.2.tar.gz

mu question is how do i configure it compile it and install it :)

billymayday 03-02-2008 08:59 PM

I assume you are trying to install openssl?

Fist you need to cd into the new directory (cd openssl-fips-1.1.2)

Then read any files that look like README, INSTALL and so on. Installation instructions should be in INSTALL

weibullguy 03-02-2008 09:07 PM

Quote:

Originally Posted by coubury (Post 3076197)
I downloaded it from here

http://www.openssl.org/source/ first one

what i posted is just the very bottom of what happen when i entered this command ar xvf openssl-fips-1.1.2.tar.gz

mu question is how do i configure it compile it and install it :)

The first thing you should do is look in the package repositories for whichever distro you're using and install it from there first. Are you really trying to install only the FIPS module or are you trying to install OpenSSL itself?

coubury 03-03-2008 01:03 AM

Quote:

Originally Posted by weibullguy (Post 3076208)
The first thing you should do is look in the package repositories for whichever distro you're using and install it from there first. Are you really trying to install only the FIPS module or are you trying to install OpenSSL itself?

im looking to install OpenSSL itself

coubury 03-03-2008 01:09 AM

ok i install opensll using synaptic im using ubuntu but when i try to install the program im looking i get this error

crypto.h:12:26: error: openssl/hmac.h: No such file or directory
crypto.h:13:25: error: openssl/sha.h: No such file or directory
crypto.h:15:25: error: openssl/rc4.h: No such file or directory
crypto.h:16:25: error: openssl/aes.h: No such file or directory

weibullguy 03-03-2008 07:54 AM

You only installed the runtime files for OpenSSL. To get the development files you need to install the libssl-dev package. I recommend you bookmark http://packages.ubuntu.com/. All I did is search for hmac.h to figure out which package provides it. There is probably some way to figure out which package provides a file without that website, but I'm not a *buntu (or any other Debian derivative) user so I'm not familiar with their tools.


All times are GMT -5. The time now is 10:37 AM.