Re: [openssl-users] FW: Getting Apache to Recognize New OpenSSL Install

2015-04-06 Thread John Foley
Behalf Of *Jeremy Farrell > *Sent:* Monday, April 6, 2015 1:55 PM > *To:* openssl-users@openssl.org > *Subject:* Re: [openssl-users] FW: Getting Apache to Recognize New > OpenSSL Install > > > > There might be people on the OpenSSL list who can answer this, but > your quest

Re: [openssl-users] FW: Getting Apache to Recognize New OpenSSL Install

2015-04-06 Thread Cathy Fauntleroy
enssl-users] FW: Getting Apache to Recognize New OpenSSL Install There might be people on the OpenSSL list who can answer this, but your question is really about Apache configuration or installation. You'll probably get more knowledgable answers on an Apache list

Re: [openssl-users] FW: Getting Apache to Recognize New OpenSSL Install

2015-04-06 Thread Jeremy Farrell
2015 11:35 AM *To:* openssl-users@openssl.org *Subject:* [openssl-users] Getting Apache to Recognize New OpenSSL Install Hello Users, I am in need of some assistance/documentation. My current setup is: Windows 2008 R2, Apache 2.2.25 w/OpenSSL 0.9.8. I need to enable TLS1.1, 1.2 but understand

[openssl-users] FW: Getting Apache to Recognize New OpenSSL Install

2015-04-06 Thread Cathy Fauntleroy
11:35 AM To: openssl-users@openssl.org Subject: [openssl-users] Getting Apache to Recognize New OpenSSL Install Hello Users, I am in need of some assistance/documentation. My current setup is: Windows 2008 R2, Apache 2.2.25 w/OpenSSL 0.9.8. I need to enable TLS1.1, 1.2 but understand that 0.9

[openssl-users] Getting Apache to Recognize New OpenSSL Install

2015-04-06 Thread Cathy Fauntleroy
Hello Users, I am in need of some assistance/documentation. My current setup is: Windows 2008 R2, Apache 2.2.25 w/OpenSSL 0.9.8. I need to enable TLS1.1, 1.2 but understand that 0.9.8 does not support those protocols. So, I installed OpenSSL 1.0.2a and made system environment mappings to the

Re: OS390 UNIX - openssl install questions

2012-04-10 Thread jeremy hunt
to:janders...@widener.edu] Sent: Thursday, April 05, 2012 2:28 PM To: openssl-users@openssl.org Cc: terri.e.shaf...@jpmchase.com Subject: RE: OS390 UNIX - openssl install questions Importance: High install openssl on mac http://lmgtfy.com/?q=install+openssl+on+mac+site%3Aexperts-exchange.com ht

RE: OS390 UNIX - openssl install questions

2012-04-05 Thread Jeremy Farrell
t of high importance? > -Original Message- > From: Jaaron Anderson [mailto:janders...@widener.edu] > Sent: Thursday, April 05, 2012 2:28 PM > To: openssl-users@openssl.org > Cc: terri.e.shaf...@jpmchase.com > Subject: RE: OS390 UNIX - openssl install questions > Import

RE: OS390 UNIX - openssl install questions

2012-04-05 Thread Shaffer, Terri E
4-213-3467 Cell: # 412-519-2592 From: Zico [mailto:mailz...@gmail.com] Sent: Thursday, April 05, 2012 10:24 AM To: openssl-users@openssl.org Cc: Shaffer, Terri E; janders...@widener.edu Subject: Re: OS390 UNIX - openssl install questions On Thu, Apr 5, 2012 at 7:28 PM, Jaaron Anderson mail

RE: OS390 UNIX - openssl install questions

2012-04-05 Thread dave.mclellan
users@openssl.org Subject: OS390 UNIX - openssl install questions Hi, I was wondering if anyone had any information on how to install openssl on z/OS UNIX? I have been getting numerous errors with the config and/or Configure files and sortof at a loss. Thanks Ms. Terri E. Shaffer terri.e

Re: OS390 UNIX - openssl install questions

2012-04-05 Thread Zico
On Thu, Apr 5, 2012 at 7:28 PM, Jaaron Anderson wrote: > > install openssl on mac > > http://lmgtfy.com/?q=install+openssl+on+mac+site%3Aexperts-exchange.com > > Hello everyone, I think this "Let me google for you" is really discouraging! We shouldn't do this to anyone. Just my personal thinking

RE: OS390 UNIX - openssl install questions

2012-04-05 Thread Jaaron Anderson
@openssl.org Subject: OS390 UNIX - openssl install questions Hi, I was wondering if anyone had any information on how to install openssl on z/OS UNIX? I have been getting numerous errors with the config and/or Configure files and sortof at a loss. Thanks Ms. Terri E. Shaffer terri.e.shaf

OS390 UNIX - openssl install questions

2012-04-05 Thread Shaffer, Terri E
Hi, I was wondering if anyone had any information on how to install openssl on z/OS UNIX? I have been getting numerous errors with the config and/or Configure files and sortof at a loss. Thanks Ms. Terri E. Shaffer terri.e.shaf...@jpmchase.com Engineer J.P.Morgan Chase & Co. GTI DCT ECS C

Fw: 64 bit openssl install

2007-10-16 Thread David Flatley
Looking at the output from the findssl.sh it appears that the openssl install is not installing the 64 bit files. Can anyone point me to how to get the 64 bit files installed? Searching for OpenSSL shared library files. 0x0090805fL /usr/lib/libcrypto.so 0x0090805fL /usr/lib/libcrypto.so

Re: 64 bit openssl install

2007-10-16 Thread Jim Fox
I have tried: ./config --prefix=/usr/bin --openssldir=/usr/local/openssl make make test make install This would have installed openssl into /usr/bin/lib, /usr/bin/bin, /usr/bin/include, ... You might have wanted "--prefix=/usr" Jim ___

64 bit openssl install

2007-10-16 Thread David Flatley
I am trying to install Openssl 0.9.8e on a 64 bit Red Hat Enterprise 4 ES update 4, duel Opteron system. It is pretty much a generic install and I have updated Zlib to 1.2.3.  I ran the: ./config make make test make install    But when I do an "ssh -V" it still shows the old version and findssl.sh

Re: Openssl install make problem

2007-02-04 Thread redhat penguin
I got it working. What i needed was libcrypto* Thanks for your help!

Re: Openssl install make problem

2007-02-04 Thread redhat penguin
hmm, i tried that but neather of the lib names seem to be right. Any others you can suggest? :/

Re: Openssl install make problem

2007-02-04 Thread Ian Fette
redhat penguin wrote: > hi, > > When i run ./config in openssl dir. everything seems fine but once i > issue 'make' i get errors. Could someone please tell me what could be > wrong and how i could fix this? > Thanks! > ---

Openssl install make problem

2007-02-04 Thread redhat penguin
hi, When i run ./config in openssl dir. everything seems fine but once i issue 'make' i get errors. Could someone please tell me what could be wrong and how i could fix this? Thanks! --

openssl install make problem

2007-02-04 Thread redhat penguin
hi, When i run ./config in openssl dir. everything seems fine but once i issue 'make' i get errors. Could someone please tell me what could be wrong and how i could fix this? Thanks! --

Openssl Install problem

2003-02-23 Thread Bob DeRosier
I thought I posted this yesterday, but I don't see any trace of it, so I am sending it again. Apologies if it shows up twice. I am attempting to install Openssl-0.9.7 on a Windows 2000 server. When it gets to the end of the mingw32.bat file, it runs into problems. I can't figure out which fi

Re: SunOS/OpenSSL install woes

2002-12-04 Thread Paul L. Allen
John Drabinowicz wrote: > > [... while compiling on Solaris ...] > /usr/ucb/cc: language optional software package not installed /usr/ucb/cc is the front-end for the Berkeley-compatibility C compiler. The error is telling you that the back-end is not installed. The best thing to do with /usr/

RE: SunOS/OpenSSL install woes

2002-12-04 Thread Boyle Owen
>-Original Message- >From: Ana Belen Porto Pazos [mailto:[EMAIL PROTECTED]] >Try to add in the $PATH enviroment variable the location of >gcc to be used instead of cc. Ditto. The native Sun compiler (/usr/ucb/cc) will not work with openssl. You need gcc. This message is for the named pe

Re: SunOS/OpenSSL install woes

2002-12-04 Thread Ana Belen Porto Pazos
Try to add in the $PATH enviroment variable the location of gcc to be used instead of cc. On Wed, 4 Dec 2002, John Drabinowicz wrote: > Hi, > > I'm new here and already have a problem. I'm more used to Win32 than any of > the UNIX type OSs > > System = SunOS 5.8 > Software = Active Perl v5.6.

SunOS/OpenSSL install woes

2002-12-04 Thread John Drabinowicz
Title: SunOS/OpenSSL install woes Hi, I'm new here and already have a problem. I'm more used to Win32 than any of the UNIX type OSs System = SunOS 5.8 Software = Active Perl v5.6.1 I attempted to install Crypt::SSLeay and discovered I needed OpenSSL to get it to work on SunOS

Re: Help about OpenSSL Install!

2002-04-03 Thread Michal Bachorik
On Wed, 3 Apr 2002, Hao Shi wrote: > I have installed and used OpenSSL for several weeks. > But yesterday I met error! > > When I use "openssl ca" command ,it will display > error: > -- wrong number of fields on line 1(looking for field > 6, got 1, ''left -- > > Then I reset the config file and i

Re: openssl install questions

2001-03-28 Thread Paulo Matos
Hi! Looking at the ChangeLog Changes between 0.9.7 and 0.9.6 (from CVS) *) Fix 'openssl passwd -1'. [Bodo Moeller] Changes between 0.9.6 and 0.9.5a *) Add BSD-style MD5-based passwords to 'openssl passwd' (option '-1'). [Bodo Moeller] What was wrong? in 'apps/passwd.c'

Re: openssl install questions

2001-03-09 Thread Dan Kegel
Dan Kegel wrote: > 1. What parts of the openssl library and apps use the directories >'certs' and 'private', or otherwise have hardcoded paths to >the installation directories? It's hard to tell from the source. > > 2. I'm bundling openssl into another application which is >distribut

openssl install questions

2001-03-09 Thread Dan Kegel
1. What parts of the openssl library and apps use the directories 'certs' and 'private', or otherwise have hardcoded paths to the installation directories? It's hard to tell from the source. 2. I'm bundling openssl into another application which is distributed as a binary tarball which

RE: openssl install problem

2000-11-06 Thread David Schwartz
> Hi > sorry for the newbie question, but when I run make, I get the following: Your build environment is corrupt. It's not OpenSSL's fault. > /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory Seems like '/usr/include/bits/errno.h' refers to a 'linux/errn

openssl install problem

2000-11-06 Thread Bryan Supak
Hi sorry for the newbie question, but when I run make, I get the following: making all in crypto... make[1]: Entering directory `/tmp/openssl-0.9.6/crypto' ( echo "#ifndef MK1MF_BUILD"; \ echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ echo " #define CFLAGS \"gcc

openssl install unsuccessful

2000-08-21 Thread lee
tried to install openssl for licq and ./config worked fine but make failed as below ( thanks for any help on this ): [root@dialup-209 openssl-0.9.5a]# make making all in crypto... make[1]: Entering directory `/usr/local/openssl-0.9.5a/crypto' ( echo "#ifndef MK1MF_BUILD"; \ echo " /* aut

OpenSSL Install

2000-07-26 Thread Woods, John (CSSI)
Trying to Install OpenSSL to then run OpenSSH. Getting an error 127 during the make process. Anyone heard of this? __ OpenSSL Project http://www.openssl.org User Support Mailing List

More openssl install troubles

1999-06-16 Thread Anonymous
Thanks to Chen and Bodo for the help, but I'm still mystified. I'll try to clarify and reply to the help I received. Actually, openssl seemed to install ok. What I'm really having trouble with is the last step - the Perl interface for SSL. I've actually been fighting with "Crypt-SSLeay-0.07". W

Re: Openssl install troubles?

1999-06-15 Thread Anonymous
> I've been asked to install openssl-0.9.3a.tar.gz and > Crypt-SSLeay-0.07.tar.gz along with it's dependants. (we're writing a > watchdog function for checking our secure servers). > I've installed openssl, per instructions. Make test seems to be happy. I > don't see "ssleay" show up under /home/l