Installation Problem

2002-01-04 Thread Ben Ocean

Hi;
I built openssl, apache  modssl as per the instructions in the latter. 
When I type in the command ./apachectl startssl all comes up fine so long 
as I've commented out certain things (see below) in httpd.conf. But 
https://blah.com doesn't resolve. ./apachectl startssl chokes on the 
following lines:

SSLEngine on
SSLCertificateFile /over/here
SSLCertificateKeyFile /over/there
SSLCACertificatePath /over/yonder
SSLRequireCipher this-here-key

and, of course

SSLEnable

What have I done wrong?
TIA,
BenO


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



installation problem

2000-12-11 Thread Richard Botting - Development - Torr Hall

I am trying to build apache+mod-ssl, on a solaris 8 box, given apache 1.3.9,
mod_ssl-2.4.10-1.3.9 and openssl-0.9.6. Following the mod_ssl
INSTALL file I built openssl and configured mod_ssl with:

./configure --with-apache=/export/developers/rmb/apache-1.3.9/src/apache_1.3.9.

I then configured apache with:

SSL_BASE=/export/developers/rmb/open_ssl/src/openssl-0.9.6 \
 ./configure \
  --enable-module=ssl \
  --prefix=/export/developers/rmb/apache_1.3.9 \
 --enable-shared=ssl \
 --enable-module=so  

However when i run make in the apache dir. I get an error:

gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI 
-DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE 
-DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include 
-DMOD_SSL_VERSION=\"2.4.10\" ssl_expr_eval.c  mv ssl_expr_eval.o 
ssl_expr_eval.lo
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI 
-DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE 
-DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include 
-DMOD_SSL_VERSION=\"2.4.10\" ssl_util.c  mv ssl_util.o ssl_util.lo
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI 
-DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE 
-DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include 
-DMOD_SSL_VERSION=\"2.4.10\" ssl_util_ssl.c  mv ssl_util_ssl.o ssl_util_ssl.lo
ssl_util_ssl.c:145: conflicting types for `d2i_PrivateKey_bio'
/export/developers/rmb/open_ssl/src/openssl-0.9.6/include/openssl/x509.h:779: 
previous declaration of `d2i_PrivateKey_bio'
*** Error code 1
make: Fatal error: Command failed for target `ssl_util_ssl.lo'
Current working directory 
/export/developers/rmb/apache-1.3.9/src/apache_1.3.9/src/modules/ssl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory 
/export/developers/rmb/apache-1.3.9/src/apache_1.3.9/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory 
/export/developers/rmb/apache-1.3.9/src/apache_1.3.9/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /export/developers/rmb/apache-1.3.9/src/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `build'

Any ideas/fixes??

Richard Botting,
Graham Technology,
Scotland.


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: installation problem

2000-12-11 Thread John Ott

Richard Botting - Development - Torr Hall wrote:

 I am trying to build apache+mod-ssl, on a solaris 8 box, given apache 1.3.9,
 mod_ssl-2.4.10-1.3.9 and openssl-0.9.6. Following the mod_ssl
 INSTALL file I built openssl and configured mod_ssl with:

 ./configure --with-apache=/export/developers/rmb/apache-1.3.9/src/apache_1.3.9.

 I then configured apache with:

 SSL_BASE=/export/developers/rmb/open_ssl/src/openssl-0.9.6 \
  ./configure \
   --enable-module=ssl \
   --prefix=/export/developers/rmb/apache_1.3.9 \
  --enable-shared=ssl \
  --enable-module=so


have you tried adding to configure

--with-ssl= ../path-to-ssl-dir


 However when i run make in the apache dir. I get an error:

 gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI
 -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE
 -DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include
 -DMOD_SSL_VERSION=\"2.4.10\" ssl_expr_eval.c  mv ssl_expr_eval.o
 ssl_expr_eval.lo
 gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI
 -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE
 -DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include
 -DMOD_SSL_VERSION=\"2.4.10\" ssl_util.c  mv ssl_util.o ssl_util.lo
 gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI
 -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE
 -DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include
 -DMOD_SSL_VERSION=\"2.4.10\" ssl_util_ssl.c  mv ssl_util_ssl.o ssl_util_ssl.lo
 ssl_util_ssl.c:145: conflicting types for `d2i_PrivateKey_bio'
 /export/developers/rmb/open_ssl/src/openssl-0.9.6/include/openssl/x509.h:779:
 previous declaration of `d2i_PrivateKey_bio'
 *** Error code 1
 make: Fatal error: Command failed for target `ssl_util_ssl.lo'
 Current working directory
 /export/developers/rmb/apache-1.3.9/src/apache_1.3.9/src/modules/ssl
 *** Error code 1
 make: Fatal error: Command failed for target `all'
 Current working directory
 /export/developers/rmb/apache-1.3.9/src/apache_1.3.9/src/modules
 *** Error code 1
 make: Fatal error: Command failed for target `subdirs'
 Current working directory
 /export/developers/rmb/apache-1.3.9/src/apache_1.3.9/src
 *** Error code 1
 make: Fatal error: Command failed for target `build-std'
 Current working directory /export/developers/rmb/apache-1.3.9/src/apache_1.3.9
 *** Error code 1
 make: Fatal error: Command failed for target `build'

 Any ideas/fixes??

 Richard Botting,
 Graham Technology,
 Scotland.

 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]





begin:vcard 
n:Ott;John
tel;pager:202 668 0233
tel;work:202 687 8928
x-mozilla-html:FALSE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:John Ott
end:vcard



Re: installation problem

2000-12-11 Thread Geoff Thorpe

On Mon, 11 Dec 2000, Richard Botting - Development - Torr Hall wrote:

 I am trying to build apache+mod-ssl, on a solaris 8 box, given apache 1.3.9,
 mod_ssl-2.4.10-1.3.9 and openssl-0.9.6. Following the mod_ssl
 INSTALL file I built openssl and configured mod_ssl with:
 
 ./configure --with-apache=/export/developers/rmb/apache-1.3.9/src/apache_1.3.9.
 
 I then configured apache with:
 
 SSL_BASE=/export/developers/rmb/open_ssl/src/openssl-0.9.6 \
  ./configure \
   --enable-module=ssl \
   --prefix=/export/developers/rmb/apache_1.3.9 \
  --enable-shared=ssl \
  --enable-module=so  
 
 However when i run make in the apache dir. I get an error:
 
 gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI 
 -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE 
 -DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include 
 -DMOD_SSL_VERSION=\"2.4.10\" ssl_expr_eval.c  mv ssl_expr_eval.o 
 ssl_expr_eval.lo
 gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI 
 -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE 
 -DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include 
 -DMOD_SSL_VERSION=\"2.4.10\" ssl_util.c  mv ssl_util.o ssl_util.lo
 gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=280 -DMOD_SSL=204110 -DEAPI 
 -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fPIC -DSHARED_MODULE 
 -DSSL_COMPAT -I/export/developers/rmb/open_ssl/src/openssl-0.9.6/include 
 -DMOD_SSL_VERSION=\"2.4.10\" ssl_util_ssl.c  mv ssl_util_ssl.o ssl_util_ssl.lo
 ssl_util_ssl.c:145: conflicting types for `d2i_PrivateKey_bio'
 /export/developers/rmb/open_ssl/src/openssl-0.9.6/include/openssl/x509.h:779: 
 previous declaration of `d2i_PrivateKey_bio'

I think Ralf had a definition of d2i_PrivateKey_bio built into modssl
before such a function existed in OpenSSL (I haven't checked these facts,
just operating from what you've sent and vague recollections of something
similar). I would suggest that the versions of Apache and mod_ssl you're
building seem quite old compared to OpenSSL-0.9.6 (which is quite recent)  
and hence this could well be your problem - ie. the function was added to
OpenSSL and is now conflicting with a version in mod_ssl that Ralf
probably removed in later versions. I'd try building with an older OpenSSL
if you need that version of Apache or (preferably) building with Apache
1.3.14 and a later mod_ssl too.

The other thing you could try is hacking out the d2i_PrivateKey_bio
implementation inside mod_ssl - ssl_util_ssl.c:145 seems to be the
location of mod_ssl's implementation and Ralf may have also predeclared it
in a header (or at the top of the same C file). You may find it compiles
and links that way but I have no idea for sure (good luck if you try).

Caveat: I could be way off target here - this is just a hunch based on
your error output. Good luck!

Hope that helps,
Geoff


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: installation problem

2000-12-11 Thread Mads Toftum

On Mon, Dec 11, 2000 at 05:26:16PM +, Richard Botting - Development - Torr Hall 
wrote:
 I am trying to build apache+mod-ssl, on a solaris 8 box, given apache 1.3.9,
 mod_ssl-2.4.10-1.3.9 and openssl-0.9.6. Following the mod_ssl
 INSTALL file I built openssl and configured mod_ssl with:

Your problem is that you're trying to build an old version of mod_ssl with
a new version of openssl. You should use a later version of mod_ssl if at
all possible (or if not, you'll have to downgrade openssl to 0.9.4)

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Installation problem

2000-11-08 Thread duncan

I'm trying to do the APACI config with:

SSL_BASE=../openssl/openssl-0.9.6 ./configure [options]

I've also tried SSL_BASE=/usr/bin where I can see that the openssl
binary is.

Either way, I get this:

Configuring for Apache, Version 1.3.14
 + using installation path layout: RedHat (config.layout)
Creating Makefile
Creating Configuration.apaci in src
[rules and modules...]
Error: Cannot find SSL binaries under
/usr/local/src/openssl/openssl-0.9.6
Creating Makefile in src
 + configured for Linux platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
o rewrite_module uses ConfigStart/End
 + using -lndbm for DBM support
  enabling DBM support for mod_rewrite
o db_auth_module uses ConfigStart/End
  using Berkeley-DB/2.x for mod_auth_db (-ldb)
o ssl_module uses ConfigStart/End
  + SSL interface: mod_ssl/2.7.1
  + SSL interface build type: DSO
  + SSL interface compatibility: disabled
  + SSL interface experimental code: disabled
  + SSL interface conservative code: disabled
  + SSL interface vendor extensions: disabled
  + SSL interface plugin: Built-in SDBM
  + SSL library path: /usr/local/src/openssl/openssl-0.9.6

So my question is: What exactly are the "openssl" binaries it's looking
for?  I configured OpenSSL with --prefix=/usr --openssldir=/var/ssl/  So
my guess is that all the binaries are in /usr/bin with the 'openssl'
binary.  Also, why doesn't this APACI config end with an error?  Is it
finding the binaries on its own?

Any help would be appreciated,
Duncan Leaf

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: installation problem : apache + openssl + modssl + jserv on AIX

2000-08-25 Thread Mads Toftum

On Fri, Aug 25, 2000 at 03:13:37AM +, Sandy Yung wrote:
 Hi,
 
 I have successfully installed apache_1.3.12, openss0.9.5a and modssl 2.6.6 
 on AIX 4. And it runs happily. But when after i install jserv with the 
 following,
 
 ./configure --prefix=/usr/local/jserv \
 --with-apxs=/usr/local/apache/bin/apxs \
 --enable-EAPI \
 --enable-compressed-jar
 
 and added "Include /usr/local/apache/conf/jserv/jserv.conf" to httpd.conf, i 
 run apachectl startssl, core dumped! The same result when i run apachectl 
 start. Do anyone know the reason?

Shared modules are not always that easy on Aix ;-)
 
 I tried apache + jserv without ssl, and it works fine.
 
What about apache + mod_ssl - jserv?

Try getting a backtrace: http://www.modssl.org/docs/2.6/ssl_faq.html#report-backtrace

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



installation problem : apache + openssl + modssl + jserv on AIX

2000-08-24 Thread Sandy Yung

Hi,

I have successfully installed apache_1.3.12, openss0.9.5a and modssl 2.6.6 
on AIX 4. And it runs happily. But when after i install jserv with the 
following,

./configure --prefix=/usr/local/jserv \
--with-apxs=/usr/local/apache/bin/apxs \
--enable-EAPI \
--enable-compressed-jar

and added "Include /usr/local/apache/conf/jserv/jserv.conf" to httpd.conf, i 
run apachectl startssl, core dumped! The same result when i run apachectl 
start. Do anyone know the reason?

I tried apache + jserv without ssl, and it works fine.

Have anyone tried apache + ssl + jserv on AIX successfully??

Thanks!
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



installation problem

1999-12-26 Thread Frances Russell
I am a total novice and tried to use the step-by-step installation illustration given in Examples and Tests on the modssl site.  This is what I did:

1.	Got the tar files: apache_1.3.9, mod_ssl-2.4.9-1.3.9 and openssl-0.9.4.

2.	The instructions don't mention where to put the files to untar them so I put them in /usr/local/apache and untarred them from there

3.	I ran ./config then make on openssl-0.9.4 (this appeared to work fine)

4.	I tried to build and  install the ssl-aware apache.  The following is the output:

[root@oscar openssl-0.9.4]# cd ..
[root@oscar apache]# cd mod_ssl-2.4.9-1.3.9
[root@oscar mod_ssl-2.4.9-1.3.9]# ./configure -- with-apache=../apache_1.3.9 --with- ssl=../openssl-0.9.4 --pref
ix=/usr/local/apache
Configuring mod_ssl/2.4.9 for Apache/1.3.9
+ Apache location: ../apache_1.3.9 (Version 1.3.9)
+ OpenSSL location: ../openssl-0.9.4
+ Auxiliary patch tool: ./etc/patch/patch (local)
+ Applying packages to Apache source tree:
o Extended API (EAPI)
h¡%openssl-0.9.4/crypto/ripemd/rmdtest.c q openssl-0.9.4/crypto/rsa/ ¡%openssl- 0.9.4/crypto/rsa/Makefile.ssl )   o SSL Support
o SSL Configuration Additions
o SSL Module Documentation
o Addons
Done: source extension and patches successfully applied.



Configuring for Apache, Version 1.3.9
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Error: Cannot find SSL binaries under /usr/local/apache/openssl-0.9.4
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ checking for system header files
+ adding selected modules
o ssl_module uses ConfigStart/End
+ SSL interface: mod_ssl/2.4.9
+ SSL interface build type: OBJ
+ SSL interface compatibility: enabled
+ SSL interface experimental code: disabled
+ SSL interface vendor extensions: disabled
+ SSL interface plugin: Built-in SDBM
+ SSL library path: /usr/local/apache/openssl-0.9.4
./configure:Error: APACI failed
[root@oscar mod_ssl-2.4.9-1.3.9]#


Can someone please tell me what to do from here?

I am running a small private network with internet access through a simple dial-up account with an ISP.  The Linux server is working fine distributing mail and acting as a proxy for the workstations. But the workstations cannot access secure sites.  I assume from this that I have to add ssl to the apache server?  Is there a simpler way?

Thanks

Frances Russell

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]


Re: Installation Problem..

1999-12-11 Thread Ralf S. Engelschall

On Fri, Dec 10, 1999, P.K.B. Hari Gopal wrote:

 I have installed openssl-0.9.4 without any errors on WindowNT system.
 During my installation process of mod_ssl-2.4.9-1.3.9 it asked to copy
 "ssleay.exe" from open32dll directory of openssl-0.9.4. But I could not
 find that file in open32dll directory, infact nowhere in my system.
 Where can I get that file? 
 Is some thing wrong with my installation of
 openssl-0.9.4 or mistake in instruction given in mod_ssl?

That's just a bug in INSTALL.W32: copy openssl.exe instead, please.

 When I proceded to continue installation without considering that step,
 I got following errors apart from warning messages.
 mod_ssl.h(92) : fatal error C1083: Cannot open include file:
 'openssl/ssl.h
  such file or directory

Another bug in INSTALL.W32. Follow these steps please:

$ md p:\openssl
$ md p:\openssl\bin
$ md p:\openssl\lib
$ md p:\openssl\include
$ md p:\openssl\include\openssl
$ copy /b inc32\*   p:\openssl\include\openssl
$ copy /b out32dll\ssleay32.lib p:\openssl\lib
$ copy /b out32dll\libeay32.lib p:\openssl\lib
$ copy /b out32dll\ssleay32.dll p:\openssl\bin
$ copy /b out32dll\libeay32.dll p:\openssl\bin
$ copy /b out32dll\openssl.exe  p:\openssl\bin


   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Installation Problem..

1999-12-10 Thread P.K.B. Hari Gopal

Hello,
I have installed openssl-0.9.4 without any errors on WindowNT system.
During my installation process of mod_ssl-2.4.9-1.3.9 it asked to copy
"ssleay.exe" from open32dll directory of openssl-0.9.4. But I could not
find that file in open32dll directory, infact nowhere in my system.
Where can I get that file? Is some thing wrong with my installation of
openssl-0.9.4 or mistake in instruction given in mod_ssl?
When I proceded to continue installation without considering that step,
I got following errors apart from warning messages.
mod_ssl.h(92) : fatal error C1083: Cannot open include file:
'openssl/ssl.h
 such file or directory

NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual
Studio\VC98\
MAKE.EXE"' : return code '0x2'
Stop.

Can any body help how to install it sucessfully?
Thanks in advance.
Regards
Hari.

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Installation Problem..

1999-12-10 Thread lin geng


-Original Message-
From: P.K.B. Hari Gopal [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Friday, December 10, 1999 6:57 AM
Subject: Installation Problem..


Hello,
I have installed openssl-0.9.4 without any errors on WindowNT system.
During my installation process of mod_ssl-2.4.9-1.3.9 it asked to copy
"ssleay.exe" from open32dll directory of openssl-0.9.4. But I could not
find that file in open32dll directory, infact nowhere in my system.
Where can I get that file? Is some thing wrong with my installation of
openssl-0.9.4 or mistake in instruction given in mod_ssl?
When I proceded to continue installation without considering that step,
I got following errors apart from warning messages.
mod_ssl.h(92) : fatal error C1083: Cannot open include file:
'openssl/ssl.h
 such file or directory


It is called Openssl.exe now. it should be in out32dll directory.
They are all specified in the mod_ssl documentation,  install.w32.  Follow
the directions there.



NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"D:\Program Files\Microsoft Visual
Studio\VC98\
MAKE.EXE"' : return code '0x2'
Stop.

Can any body help how to install it sucessfully?
Thanks in advance.
Regards
Hari.

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Installation Problem

1999-12-03 Thread P.K.B. Hari Gopal

Hello Everyone,
I am a new addition to this list. I have got some installation
problem in mod-ssl. I have downloaded Windows Versions of
apache_1.3.9.tar.gz, mod_ssl-2.4.9-1.3.9.tr.gz, openssl-0.9.4.tr.gz and
unpacked into my "D" drive. I have installed the Open SSL successfully
and the test.bat given successful results. In the install.win32 that
comes with Mod-ssl, it is given at step 3 that, copy ssleay32.lib,
libeay32.lib into openssl\lib and ssleay.exe, ssleay32.dll, libeay32.dll
into openssl\bin directories. I have got all the files except ssleay.exe
in out32dll directory. I have got one file "ssleay.exp" instead. I have
put the same in openssl\bin directory, thinking it is a typo. I
proceeded to step 4 where I need to run the configure.bat file. But it
is giving error "Can't execute configure.bat". I don't know what to do.
Can anybody help me to successfully install it.
One more point is that, I have not installed my Apache Web servet
yet. Do i need to do that first and proceed for Mod-SSL.  Is it
necessary that I need to install Apache Web Server manually from
Tarballs or else is the Apache 1.3.9 binary will also do for this
purpose. Some urgent help please from anyone...
 Thanks in advance. Regards
-P.Hari Gopal

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Installation Problem

1999-12-03 Thread Daniel Reichenbach

 put the same in openssl\bin directory, thinking it is a typo. I
 proceeded to step 4 where I need to run the configure.bat file. But it
 is giving error "Can't execute configure.bat". I don't know what to do.
 Can anybody help me to successfully install it.
Are you possibly using Win95 or Win98 ? Did you install ActivePerl?
Perl is required to run configure.bat.

Daniel Reichenbach

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Probable simple installation problem

1999-11-22 Thread David Molloy

Hi all,

Being a man of relative low expertise at UNIX I've been thrown
in the deep end as I have to get this module working.  I have previously
got Apache to work with JServ and was happy up until I needed SSL.
I have followed the Joe Average instructions in the INSTALL file
but after I configure like it says I try to make and it doesn't work.
What seems to be occuring is that the module is nuking the contents of
the various Makefiles.  I just untarred the apache download again into
a seperate directory and ran the mod_ssl config again and it has done
the same thing.  Anyone have any ideas please?  Thanks in advance.

Details:
Solaris 2.5.1
Apache 1.3.9
mod_ssl-2.4.8-1.3.9
jserv shouldn't be an issue really.

Typing:  ./configure --with-apache=/usr/locals/dmolloy/Installs/apache_1.3.9
 --with-ssl=/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
 --prefix=/usr/local/apache
 --enable-shared=ssl

Output:
Configuring mod_ssl/2.4.8 for Apache/1.3.9
 + Apache location: /usr/locals/dmolloy/Installs/apache_1.3.9 (Version
1.3.9)
 + OpenSSL location: /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
 + Auxiliary patch tool: ./etc/patch/patch (local)
 + Applying packages to Apache source tree:
   o Extended API (EAPI)
   o Distribution Documents
   o SSL Module Source
   o SSL Support
   o SSL Configuration Additions
   o SSL Module Documentation
   o Addons
Done: source extension and patches successfully applied.

Configuring for Apache, Version 1.3.9
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
 + enabling mod_so for DSO support
Creating Makefile in src
 + configured for Solaris 270 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
o ssl_module uses ConfigStart/End
  + SSL interface: mod_ssl/2.4.8
  + SSL interface build type: DSO
  + SSL interface compatibility: enabled
  + SSL interface experimental code: disabled
  + SSL interface vendor extensions: disabled
  + SSL interface plugin: Vendor DBM (libc)
Error: Cannot find SSL binaries under
/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
  + SSL library path: /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9

Now proceed with the following commands:
 $ cd /usr/locals/dmolloy/Installs/apache_1.3.9
 $ make
 $ make certificate
 $ make install


So I head on over to Apache directory and type make.
Output:
make: Fatal error: Don't know how to make target `all'
Current working directory /usr/locals/dmolloy/Installs/apache_1.3.9/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /usr/locals/dmolloy/Installs/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `build'


Examining the Makefile in the apache src directory I get this:

##
##  Apache Makefile, automatically generated by Configure script.
##  Hand-edited changes will be lost if the Configure script is re-run.
##  Sources: - ./Makefile.config (via Configuration.apaci)
##   - ./Makefile.tmpl
##


Any help would be greatly appreciated - thanks.

David Molloy
Unix Baby.

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Probable simple installation problem

1999-11-22 Thread Ralf S. Engelschall

On Mon, Nov 22, 1999, David Molloy wrote:

   Being a man of relative low expertise at UNIX I've been thrown
 in the deep end as I have to get this module working.  I have previously
 got Apache to work with JServ and was happy up until I needed SSL.
 I have followed the Joe Average instructions in the INSTALL file
 but after I configure like it says I try to make and it doesn't work.
 What seems to be occuring is that the module is nuking the contents of
 the various Makefiles.  I just untarred the apache download again into
 a seperate directory and ran the mod_ssl config again and it has done
 the same thing.  Anyone have any ideas please?  Thanks in advance.
 
 Details:
 Solaris 2.5.1
 Apache 1.3.9
 mod_ssl-2.4.8-1.3.9
 jserv shouldn't be an issue really.
 
 Typing:  ./configure --with-apache=/usr/locals/dmolloy/Installs/apache_1.3.9
  --with-ssl=/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
  --prefix=/usr/local/apache
  --enable-shared=ssl
 [...]
 Error: Cannot find SSL binaries under
 /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
   + SSL library path: /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
 
 [...]
 Any help would be greatly appreciated - thanks.

You can help yourself easily by just recognizing the above error. As it says,
OpenSSL wasn't found under the directory you specified with --with-ssl.
That's clear, because you specified the mod_ssl directory.  If you read
mod_ssl's INSTALL document carefully, you will recognize that --with-ssl
specifies the directory where OpenSSL can be found, not the directory where
mod_ssl stays.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Probable simple installation problem

1999-11-22 Thread Cliff Woolley

 "David Molloy" [EMAIL PROTECTED] 11/22/99 10:34AM 

Typing:  ./configure
--with-apache=/usr/locals/dmolloy/Installs/apache_1.3.9

--with-ssl=/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
 --prefix=/usr/local/apache
 --enable-shared=ssl
 [...]
Error: Cannot find SSL binaries under
/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
  + SSL library path:
/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9

You're confusing the mod_ssl *interface* to the SSL library (called
OpenSSL) with the library itself.  Go to http://www.openssl.org/ and
download the latest copy of the OpenSSL library.  Unpack that first,
then back up and re-run your mod_ssl configuration.  This time, set the
path on --with-ssl to be the path to the openssl tree, *not* the path to
the mod_ssl tree.

Hope this helps,
--Cliff

Cliff Woolley
Central Systems Software Administrator
Washington and Lee University
http://www.wlu.edu/~jwoolley/

Work: (540) 463-8089
Pager: (540) 462-2303
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Probable simple installation problem

1999-11-22 Thread mads

[SNIP]
 --with-ssl=/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
[SNIP]
 Error: Cannot find SSL binaries under
 /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
   + SSL library path: 
 /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
[SNIP]

The --with-ssl should be pointing to your openssl installation -
_not_ to your mod_ssl source tree.

vh.

Mads Toftum, MT165-RIPE
-- 
Cynic, n.:
A blackguard whose faulty vision sees things as they are, not
as they ought to be.  Hence the custom among the Scythians of plucking
out a cynic's eyes to improve his vision.
-- Ambrose Bierce, "The Devil's Dictionary"

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: modssl, installation problem.

1999-07-13 Thread Ralf S. Engelschall

On Mon, Jul 12, 1999, [EMAIL PROTECTED] wrote:

 Hi, I've already installed modssl with tar.gz package, but, 
 some others modules cause problemes. Now, I have to install 
 mod_ssl on a rpm_based apache. I can't uninstall everything 
 and redo all from the beginning. I must install it from 
 rpm. 
 I have 2 questions, the first one, just to be sure.
 does openssl is a free REMPLACEMENT to SSLeay ???

OpenSSL is the successor to SSLeay, yes.
 
 And, second,.. the most important. how to fix this error 
 message.
 Cannot load /usr/lib/apache/libssl.so into server: 
 /usr/lib/apache/libssl.so: undefined symbol: ap_global_ctx
 I get this message when a restart the apache server. 

Seems like your Apache core part isn't compiled with EAPI.
A plain Apache doesn't work.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: modssl, installation problem.

1999-07-13 Thread Khimenko Victor

12-Jul-99 19:25 you wrote:
 Hi, I've already installed modssl with tar.gz package, but,
 some others modules cause problemes. Now, I have to install
 mod_ssl on a rpm_based apache.

It's not possible. End of story.

 I can't uninstall everything and redo all from the beginning.
 I must install it from rpm.
 I have 2 questions, the first one, just to be sure.
 does openssl is a free REMPLACEMENT to SSLeay ???

It's SUCCESSOR for SSLeay. Not drop-in replacement.

 And, second,.. the most important. how to fix this error
 message.
 Cannot load /usr/lib/apache/libssl.so into server:
 /usr/lib/apache/libssl.so: undefined symbol: ap_global_ctx
 I get this message when a restart the apache server.

And you should :-) You need EAPI in your apache. You can not add it without
recompilation. End of story.


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: modssl, installation problem.

1999-07-13 Thread Hakan Tandogan

On Mon, 12 Jul 1999, you wrote:
 12-Jul-99 19:25 you wrote:
  Hi, I've already installed modssl with tar.gz package, but,
  some others modules cause problemes. Now, I have to install
  mod_ssl on a rpm_based apache.
 
 It's not possible. End of story.
 

Actually, there are mod_ssl-RPM's on www.modssl.org. Just look
into the contrib directory... 

--
Hakan Tandogan   [EMAIL PROTECTED]

ICONSULT Tandogan - Egerer GbR   Tel.: +49-9131-9047-11
Memelstrasse 38 - D-91052 Erlangen   Fax.: +49-9131-9047-77
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: modssl, installation problem.

1999-07-13 Thread Dmitry Sirik

Hi !
  And, second,.. the most important. how to fix this error
  message.
  Cannot load /usr/lib/apache/libssl.so into server:
  /usr/lib/apache/libssl.so: undefined symbol: ap_global_ctx
  I get this message when a restart the apache server.

 And you should :-) You need EAPI in your apache. You can not add it
without
 recompilation. End of story.

And try to build OpenSSL (or SSLeay) and Apache with "PIC" option (not
"pic").

Best regards,
Dmitry Sirik
VINITI
e-mail: [EMAIL PROTECTED]



__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



modssl, installation problem.

1999-07-12 Thread ssl-smk

Hi, I've already installed modssl with tar.gz package, but,
some others modules cause problemes. Now, I have to install
mod_ssl on a rpm_based apache. I can't uninstall everything
and redo all from the beginning. I must install it from
rpm.
I have 2 questions, the first one, just to be sure.
does openssl is a free REMPLACEMENT to SSLeay ???

And, second,.. the most important. how to fix this error
message.
Cannot load /usr/lib/apache/libssl.so into server:
/usr/lib/apache/libssl.so: undefined symbol: ap_global_ctx
I get this message when a restart the apache server.

please help me !

Mathieu

__
Boîte aux lettres - Caramail - http://www.caramail.com




Re[1]: modssl, installation problem.

1999-07-12 Thread ssl-smk

Ok, I understand, but, does anyone I've tryed this set of
RPM ?

apache-mod_ssl-1.3.6.2.3.5-2.i386.rpm
apache-mod_ssl-devel-1.3.6.2.3.5-2.i386.rpm

 ---Message d'origine---
 12-Jul-99 19:25 you wrote:
  Hi, I've already installed modssl with tar.gz package,
but,
  some others modules cause problemes. Now, I have to
install
  mod_ssl on a rpm_based apache.

 It's not possible. End of story.

  I can't uninstall everything and redo all from the
beginning.
  I must install it from rpm.
  I have 2 questions, the first one, just to be
sure.
  does openssl is a free REMPLACEMENT to SSLeay ???

 It's SUCCESSOR for SSLeay. Not drop-in replacement.

  And, second,.. the most important. how to fix this
error
  message.
  Cannot load /usr/lib/apache/libssl.so into server:
  /usr/lib/apache/libssl.so: undefined symbol:
ap_global_ctx
  I get this message when a restart the apache server.

 And you should :-) You need EAPI in your apache. You can
not add it without
 recompilation. End of story.






__
Boîte aux lettres - Caramail - http://www.caramail.com




Installation problem

1999-03-04 Thread Gilles L. Chong Hok Yuen

Hi,
here are my facts: UNIX solaris 2.6, Apache 1.3.4, SSLeay 0.9.0b,
mod_ssl-2.2.3-1.3.4

Ive installed SSLeay, Apache and going thru the installation process of
mod_ssl. Configuring with Apache (./configure
--with-apache=../apache_1.3.4) no prob. But when i try to configure with
SSLeay (./configure --with-ssleay=../SSLeay-0.9.0b) gives the error
message:
"./configure:Error: Bad argument line"

Also if i try the way:
# ./configure --with-apache=../apache_1.3.4
(runs well. Get the "Done: source extension and patches successfully
applied." message)

(From here, i follow the instructions given after the ./configure
--with-apache=../apache_1.3.4 command)
# cd ../apache_1.3.4
#SSL_BASE=../SSLeay-0.9.0b ./configure ... --enable-module=ssl
I get "SSL_BASE=../SSLeay-0.9.0b: Command not found"

Then obviously i cant run the "make certificate" command.

Any advice/suggestion?
Cheers,

G.
--
Gilles Chong ([EMAIL PROTECTED], [EMAIL PROTECTED])
Systems Engineer, Internet Division
CSA Automated Pte Ltd, Singapore.


__
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Installation problem

1999-03-04 Thread Ralf S. Engelschall

On Thu, Mar 04, 1999, Gilles L. Chong Hok Yuen wrote:

 here are my facts: UNIX solaris 2.6, Apache 1.3.4, SSLeay 0.9.0b,
 mod_ssl-2.2.3-1.3.4
 
 Ive installed SSLeay, Apache and going thru the installation process of
 mod_ssl. Configuring with Apache (./configure
 --with-apache=../apache_1.3.4) no prob. 

As expected...

 But when i try to configure with
 SSLeay (./configure --with-ssleay=../SSLeay-0.9.0b) gives the error
 message:
 "./configure:Error: Bad argument line"

Correct. What should mod_ssl do with just SSLeay?  Apache is not optional. Run
`./configure' or `./configure --help' and you clearly see (even in _BOLD_ on
xterms):

| ./configure:Error: Bad argument line
| ./configure:Usage: ./configure [mod_ssl options] [APACI options]
| mod_ssl feedback options:
|   --help  ...this message[OPTIONAL]
|   --quiet ...configure totally quiet [OPTIONAL]
|   --verbose   ...configure with verbosity[OPTIONAL]
|   --force ...configure with disabled checks  [OPTIONAL]
|   --expert...configure without user hints[OPTIONAL]
| mod_ssl configure options:
|   --with-apache=DIR   ...path to Apache 1.3.x source tree[REQUIRED]

|   --with-apxs[=FILE]  ...path to APXS program[OPTIONAL]
|   --with-ssleay=DIR   ...path to SSLeay 0.9.x source tree[OPTIONAL]
|   --with-rsaref=DIR   ...path to RSAref 2.0 source tree  [OPTIONAL]
|   --with-crt=FILE ...path to SSL X.509 certificate file  [OPTIONAL]
|   --with-key=FILE ...path to SSL RSA private key file[OPTIONAL]
|   --with-patch=FILE   ...path to your vendor 'patch' program [OPTIONAL]
|   --with-eapi-only...apply EAPI to Apache source only[OPTIONAL]
| APACI configure options: [OPTIONAL]
|   --prefix=DIR...installation prefix for Apache
|   --...   ...see INSTALL file of Apache for more options!
| 

But ok, "Bad argument line" is perhaps too less.  It's now replaced by "Bad
argument line: missing --with-apache=DIR".

 Also if i try the way:
 # ./configure --with-apache=../apache_1.3.4
 (runs well. Get the "Done: source extension and patches successfully
 applied." message)
 
 (From here, i follow the instructions given after the ./configure
 --with-apache=../apache_1.3.4 command)
 # cd ../apache_1.3.4
 #SSL_BASE=../SSLeay-0.9.0b ./configure ... --enable-module=ssl
 I get "SSL_BASE=../SSLeay-0.9.0b: Command not found"
 
 Then obviously i cant run the "make certificate" command.

Then you're not using a Bourne-Shell like shell.  Instead I guess you're using
a C-Shell like shell.  Then either use

$ env SSL_BASE=../SSLeay-0.9.0b ./configure ... --enable-module=ssl

or 

$ setenv SSL_BASE ../SSLeay-0.9.0b 
$ ./configure ... --enable-module=ssl

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]