Hi everybody,
Hi David Rees,

I have Caldera OpenLinux eServer 2.3 running; I followed exactly the steps
mentioned below , but I got some problems:
1. congiguring Apache, the --enable-shared=max and the --enable-module=most
commands were not recognized; I just skipped them and followed the
"on-screen order" with --enable-module=ssl. So, what went wrong?

2. when configuring ApacheJServ-1.1.2 I got two configuration warnings:
        - --with-jsdk=/usr/local/JSDK2.0/lib/jsdk.jar:invalid host type
        - --with-jdk=/usr/local/jdk: invalid host type
        - error: can only configure for one host and one target at a time

So what does this mean (typical Newbie question?)? What went wrong and how
can I fix it? Any help would be greatly appreciated

Thanks a lot

Elke

> -----Urspr�ngliche Nachricht-----
> Von: David Rees [mailto:[EMAIL PROTECTED]]
> Gesendet am: Freitag, 6. Oktober 2000 22:48
> An: [EMAIL PROTECTED]
> Betreff: RE: JServ and mod_ssl together
> 
> Rick,
> 
> The mod_ssl instructions work very well.
> 
> Here are the exact steps (which assume you are using bash, 
> mostly from the
> INSTALL document in the mod_ssl package) I use to install:
> 
> $ gzip -d -c apache_1.3.12.tar.gz | tar xvf -
> $ gzip -d -c mod_ssl_2.6.6-1.3.12.tar.gz | tar xvf -
> $ gzip -d -c openssl-0.9.6.tar.gz | tar xvf -
> $ gzip -d -c mm-1.1.3.tar.gz | tar xvf -
> $ gzip -d -c ApacheJServ-1.1.2.tar.gz | tar xvf -
> 
> $ cd openssl-0.9.6
> $ sh config
> $ make
> $ make test
> $ cd ..
> 
> $ cd mm-1.1.3
> $ ./configure --disable-shared
> $ make
> $ make test
> $ cd ..
> 
> $ cd mod_ssl-2.6.6-1.3.12
> $ ./configure --with-apache=../apache_1.3.12
> $ cd ..
> 
> $ cd apache_1.3.12
> $ SSL_BASE=../openssl-0.9.6 \
>   EAPI_MM=../mm-1.1.3 \
>   ./configure --enable-shared=max --enable-module=most
> $ make
> $ make certificate
> $ make install
> $ cd ..
> 
> $ cd ApacheJServ-1.1.2
> $ ./configure --with-apxs=/usr/local/apache/bin/apxs \
>   --with-jsdk=/usr/local/JSDK2.0/lib/jsdk.jar \
>   --with-jdk=/usr/local/jdk \
>   --enable-EAPI
> 
> $ make
> $ make install
> $ cd ..
> 
> Those are the exact steps I follow to get 
> Apache/mod_ssl/JServ working on my
> machines.  If they do not work, please give us the exact 
> problems you are
> having, a simple "it doesn't work" does not help us trouble-shoot the
> problems you are having.
> 
> -Dave
> 
> > I'm still have in a tough time getting JServ and mod_ssl 
> running at the
> > same time.
> >
> > I've been trying to install apache utilizing the  DSO 
> feature, but I'm
> > having a har time getting mod_ssl to install.  I'm getting 
> all kinds of
> > strange errors.
> >
> > Is there somewhere on the net that has a really solid 
> methodology on how
> > to install packages using DSO.  The straight documentation 
> on the apache
> > site is not much help.  The mod_ssl documentation, apache 
> documentation,
> > and the instructions in this apache book I have are all 
> different and
> > none of them have really worked.
> 
> ______________________________________________________________________
> 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]

Reply via email to