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
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
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
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
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
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
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
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
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
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
@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
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
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
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
___
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
I got it working. What i needed was libcrypto*
Thanks for your help!
hmm, i tried that but neather of the lib names seem to be right. Any others
you can suggest? :/
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!
> ---
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!
--
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!
--
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
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/
>-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
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.
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
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
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'
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
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
> 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
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
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
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
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
> 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
35 matches
Mail list logo