Hi ,
I have download mod_ssl  ..
But I cant install this package , is there any solution to install this
package on Win32/win2003 environment ?
>From my understanding, I should use a $ shell to compile PERL and MOD_SSL 
So From Where I can get this shell ?

>From the INSTALL.32 file , it suggests me to install the following packages


To use mod_ssl you need at least the following two packages:

   o  Package:      Apache 
      Version:      1.3.x
      Description:  Apache Group HTTP Server
      Homepage:     http://www.apache.org/
      Distribution: http://www.apache.org/dist/
      Tarball:      apache_1.3.x.tar.gz
      Location:     SF, USA
      Author(s):    The Apache Group <[EMAIL PROTECTED]>

   o  Package:      mod_ssl
      Version:      2.8.x
      Description:  Apache Interface to OpenSSL
      Homepage:     http://www.modssl.org/
      Distribution: ftp://ftp.modssl.org/source/
      Tarball:      mod_ssl-2.8.x-1.3.x.tar.gz
      Location:     Zurich, Switzerland, Europe
      Author(s):    Ralf S. Engelschall <[EMAIL PROTECTED]>

  If you have the OpenSSL package not already installed on your system you
  additionally need the following package:

   o  Package:      OpenSSL
      Version:      0.9.x
      Description:  Open Source Toolkit for SSL/TLS
      Homepage:     http://www.openssl.org/
      Distribution: ftp://ftp.openssl.org/source/
      Tarball:      openssl-0.9.x.tar.gz
      Location:     Zurich, Switzerland, Europe
      Author(s):    The OpenSSL Project

  Finally you need the following auxiliary packages already installed
  (CygWin for unpacking the tarballs with GZip and Perl for building
OpenSSL):

   o  Package:      CygWin32 
      Version:      B20
      Description:  The Unix tools for Win32
      Homepage:     http://sourceware.cygnus.com/cygwin/
      Distribution: ftp://sourceware.cygnus.com/pub/cygwin/
      Tarball:      usertools.exe
      Location:     USA
      Author(s):    Cygnus
 
   o  Package:      Perl
      Version:      5.004 or 5.005
      Description:  The Practical Extraction and Reporting Language
      Homepage:     http://www.perl.com/
      Distribution: http://www.perl.com/CPAN/src/5.0/
      Tarball:      perl5.00402-bindist04-bc.zip
      Location:     USA
      Author(s):    Larry Wall

  And finally you need MS Visual C++ 5.0 
  (Sorry, not free software :-(, but Apache only supports this compiler)

   o  Package:      Visual C++ Std. (or Pro)
      Version:      5.0
      Description:  The Microsoft C/C++ Compiler Framework
      Homepage:     http://www.microsoft.com/vstudio/
      Distribution: -
      Tarball:      -
      Location:     USA
      Author(s):    Microsoft Corp.
--------------------------------------------
I ve been trying to install the CRT for 2 days , Due to the mod_ssl
installation problem, I cant do anythink
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Wednesday, January 18, 2006 10:48 AM
To: openssl-users@openssl.org
Subject: RE: Calling 'openssl' utility as a C function?

Hi,
I have downloaded the mod_ssl-2.8.23-1.3.33.tar.gz, 
but my apache version is 1.3.27 ,so do I have to get
mod_ssl-2.8.23-1.3.27.tar.gz  version ?
while applying the patch , I followed the following instruction

" cd /usr/local/
tar -xvzf mod_ssl-2.8.12-1.3.27.tar.gz
cd mod_ssl-2.8.12-1.3.27/
./configure --with-apache=../apache_1.3.27 "

But unfortunately my command prompt gives me 'tar' is not recognized as an
internal or external command, ...
I hope you ll help me to apply my patch  ...

My Apache is running on Windows2003 server  .. 

Any Help will most welcome ,
Regards,
Kadir

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Wednesday, January 18, 2006 10:08 AM
To: openssl-users@openssl.org
Subject: RE: Calling 'openssl' utility as a C function?

Hi , 
Thanks for you time ,
So, Can you plz help me  how to enable mod_ssl  ..

I think This is the problem we r facing  .

 

Thanks


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Girish Venkatachalam
Sent: Tuesday, January 17, 2006 8:31 PM
To: openssl-users@openssl.org
Subject: RE: Calling 'openssl' utility as a C function?

Dear Kadir,

Did you enable mod_ssl while building httpd? 

Is mod_ssl listed in "httpd -l"?

Most likely httpd doesn't recognize the directive
"SSLEngine" since mod_ssl is not able to see it. 

Hope this helps.

Also this mail belongs to Apache mailing list. :-)

regards,
Girish

--- kadir iscmng <[EMAIL PROTECTED]> wrote:

> Hi ,
> 
> We got SSL Certification from the Verisign  ..
> 
> Now , We have problem with the installation of .Cert
> 
> Our WEB server uses Apache server on Windows 2003
> server Operation System .
> 
> I tried to install that CERT  according to the Steps
> on Verisign Site ..
> 
> When I  try to modify the httpd.config file  .. 
> 
> I got  following error  .
> 
> "Syntax error on line [some number] of
> c:/appserv/apache/conf/httpd.conf:
> Invalid command ' SSLEngine', perhaps mis-spelled or
> defined by a module not
> included in the server configuration
> "
> My Apache server is 1.3.27 , I had used OpenSSL to
> generate the key  ..
> By the way I downloaded the openssl-0.9.8a.tar.gz ..
> but I cant install it  
> Plz Help me to install the cert  ..
> I cant get enough information from the Verisign
> Support  ..
> .
> 
> Thanks ,
> Kadir
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Gerrit E.G.
> 'Insh_Allah' Hobbelt
> Sent: Tuesday, January 17, 2006 7:38 PM
> To: openssl-users@openssl.org
> Subject: Re: Calling 'openssl' utility as a C
> function?
> 
> I ported OpenSSL a few years back to embedded
> environments for 
> EtcBin/EbsNet (http://www.ebsnetinc.com/); what I
> did (among other 
> things) is extend the use of the 'MONOLITH' #define
> to create a 
> single has-it-all demo application with a
> telnet-based interface.
> 
> Yes, this requires some code changes, but only
> minimal changes to 
> the actual OpenSSL library, easing its upgrade path
> when new 
> OpenSSL releases come available.
> 
> In your case, as you specifically state you won't
> have any user 
> interaction, you can take option #1 (create an
> argv[] array in 
> code), while renaming the main() function to
> something suitable 
> (like the MONOLITH #define does to some apps/ in
> OpenSSL).
> 
> OR - which I'd do if the changes have more impact or
> when the code 
> is for production purposes instead of just demo
> value - extract 
> the relevant code snippets from the OpenSSL apps\
> sources and go 
> from there. Makes for cleaner code, if you plan to
> add/change the 
> functionality significantly.
> 
> HTH
> 
> Ger
> 
> PS: please note that you may have to port several C
> run-time 
> library calls in the OpenSSL code proper, depending
> on the 
> functionality available in your own C run-time
> library; some 
> preprocessor macros will help here to keep the
> OpenSSL code intact 
> (and thus easier to upgrade), while rerouting the C
> run-time 
> library calls to your own functions at compile time.
> 
> 
> PPS: I won't go into the actual quality of the
> 'security' offered 
> by such an embedded CA; it depends on many
> parameters and there 
> have been quite a few discussions about that in the
> past in these 
> mailing lists. You might wish to check out the
> mailing list 
> archives if this is important to you.
> 
> 
> 
> 
> 
> On Wed Jan 11 05:05:10 PST 2006, Amir Yiron 
> <[EMAIL PROTECTED]> wrote:
> 
> >> Hello,
> >> 
> >> I need my embedded application to be capable of
> creating a CA 
> >> and creating SSL certificate.
> >> My operating system is eCos, which means I don't
> have shell or 
> >> any scripts, and I can't run utilities (However,
> I have a file 
> >> system!).
> >> I can only use a C interface.
> 
>
______________________________________________________________________
> OpenSSL Project                                
> http://www.openssl.org
> User Support Mailing List                   
> openssl-users@openssl.org
> Automated List Manager                          
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to