Re: make: command not found , while installing mod_ssl

2006-01-29 Thread Kyle Hamilton
You don't have the C compiler or developer tools installed.  Install
those, and 'make' will be installed, along with gcc.

-Kyle H

On 1/29/06, kadir iscmng <[EMAIL PROTECTED]> wrote:
>
>
> Hi ..
>
> I m using Cygwin , While installing mod_ssl I got the following  error ..
>
> "
>
> [EMAIL PROTECTED] ~/mod_ssl-2.8.25-1.3.34
>
> $ ./configure --with-apache=../apache_1.3.34
>
> Configuring mod_ssl/2.8.25 for Apache/1.3.34
>
>  + Apache location: ../apache_1.3.34 (Version 1.3.34)
>
>  + Auxiliary patch tool: ./etc/patch/patch (local)
>
> ./configure:Error: Building of 'patch' tool failed:
>
> -
>
> checking for fcntl.h... (cached) yes
>
> checking for rename... (cached) yes
>
> checking for pathconf... (cached) yes
>
> checking for strerror... (cached) yes
>
> checking for long file names... (cached) yes
>
> creating ./config.status
>
> creating Makefile
>
> creating config.h
>
> config.h is unchanged
>
> ./configure: line 435: make: command not found
>
> -
>
> Hint: Either try to build 'patch' under etc/patch/
>
> Hint: manually and re-run this 'configure' script
>
> Hint: or provide us the path to your vendor 'patch'
>
> Hint: program via the --with-patch=FILE option (but
>
> Hint: expect perhaps failures when applying patches!)
>
> "
>
> i cant understand the exact the problem above  ..
>
> I hope you will help me what I should exactly do to install mod_ssl  ..
>
> By the way There was no package of mod_ssl for Cygwin to be installed  ..
>
> Thanks for advance
>
>
>
>
>
> Your sincerely
>
>
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


RE: make: command not found , while installing mod_ssl

2006-01-30 Thread kadir iscmng
Thanks for the reply ,
In fact I know that, I ve installed GCC ..
I ll try to install C Compiler  ..
But Can you plz advice me  Where  I can get C Compiler , or developer tools 
I got Visual C++, so Does it meet my requirement  ? 
Any help will most appreciated  ,

Thanks
Kadir
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton
Sent: Monday, January 30, 2006 12:09 PM
To: openssl-users@openssl.org
Subject: Re: make: command not found , while installing mod_ssl

You don't have the C compiler or developer tools installed.  Install
those, and 'make' will be installed, along with gcc.

-Kyle H

On 1/29/06, kadir iscmng <[EMAIL PROTECTED]> wrote:
>
>
> Hi ..
>
> I m using Cygwin , While installing mod_ssl I got the following  error ..
>
> "
>
> [EMAIL PROTECTED] ~/mod_ssl-2.8.25-1.3.34
>
> $ ./configure --with-apache=../apache_1.3.34
>
> Configuring mod_ssl/2.8.25 for Apache/1.3.34
>
>  + Apache location: ../apache_1.3.34 (Version 1.3.34)
>
>  + Auxiliary patch tool: ./etc/patch/patch (local)
>
> ./configure:Error: Building of 'patch' tool failed:
>
> -
>
> checking for fcntl.h... (cached) yes
>
> checking for rename... (cached) yes
>
> checking for pathconf... (cached) yes
>
> checking for strerror... (cached) yes
>
> checking for long file names... (cached) yes
>
> creating ./config.status
>
> creating Makefile
>
> creating config.h
>
> config.h is unchanged
>
> ./configure: line 435: make: command not found
>
> -
>
> Hint: Either try to build 'patch' under etc/patch/
>
> Hint: manually and re-run this 'configure' script
>
> Hint: or provide us the path to your vendor 'patch'
>
> Hint: program via the --with-patch=FILE option (but
>
> Hint: expect perhaps failures when applying patches!)
>
> "
>
> i cant understand the exact the problem above  ..
>
> I hope you will help me what I should exactly do to install mod_ssl  ..
>
> By the way There was no package of mod_ssl for Cygwin to be installed  ..
>
> Thanks for advance
>
>
>
>
>
> Your sincerely
>
>
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]

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


RE: make: command not found , while installing mod_ssl

2006-01-30 Thread Scott Brown
JFYI---

It sounds to me like you are trying to get an implementation of Apache and
mod_ssl running on Windows, and you have migrated to Cygwin for lack of luck
on the task.

Rather than trying to make all this stuff, might I suggest downloading and
installing pre-built packages?:

http://www.opensa.org/

For Apache, and:

http://www.slproweb.com/products/Win32OpenSSL.html

For OpenSSL.

Your life could be made significantly easier...

If you are really stuck on compiling them, I would suggest not compiling
them for Cygwin, which is about useless. You should compile them for
Windows.

All you really need (I believe) is ActiveState Perl and a C compiler. You
can download the Microsoft C compiler here:

ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe

Be sure to add the path to nmake15.exe to your windows environment variable
PATH, so that Perl can find it. You may also need to re-configure Perl so it
knows which cc to look for. It may be possible to just directly fix this in
the ./configure file.

Thanks


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Monday, January 30, 2006 7:53 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

Thanks for the reply ,
In fact I know that, I ve installed GCC ..
I ll try to install C Compiler  ..
But Can you plz advice me  Where  I can get C Compiler , or developer tools 
I got Visual C++, so Does it meet my requirement  ? 
Any help will most appreciated  ,

Thanks
Kadir
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton
Sent: Monday, January 30, 2006 12:09 PM
To: openssl-users@openssl.org
Subject: Re: make: command not found , while installing mod_ssl

You don't have the C compiler or developer tools installed.  Install
those, and 'make' will be installed, along with gcc.

-Kyle H

On 1/29/06, kadir iscmng <[EMAIL PROTECTED]> wrote:
>
>
> Hi ..
>
> I m using Cygwin , While installing mod_ssl I got the following  error ..
>
> "
>
> [EMAIL PROTECTED] ~/mod_ssl-2.8.25-1.3.34
>
> $ ./configure --with-apache=../apache_1.3.34
>
> Configuring mod_ssl/2.8.25 for Apache/1.3.34
>
>  + Apache location: ../apache_1.3.34 (Version 1.3.34)
>
>  + Auxiliary patch tool: ./etc/patch/patch (local)
>
> ./configure:Error: Building of 'patch' tool failed:
>
> -
>
> checking for fcntl.h... (cached) yes
>
> checking for rename... (cached) yes
>
> checking for pathconf... (cached) yes
>
> checking for strerror... (cached) yes
>
> checking for long file names... (cached) yes
>
> creating ./config.status
>
> creating Makefile
>
> creating config.h
>
> config.h is unchanged
>
> ./configure: line 435: make: command not found
>
> -
>
> Hint: Either try to build 'patch' under etc/patch/
>
> Hint: manually and re-run this 'configure' script
>
> Hint: or provide us the path to your vendor 'patch'
>
> Hint: program via the --with-patch=FILE option (but
>
> Hint: expect perhaps failures when applying patches!)
>
> "
>
> i cant understand the exact the problem above  ..
>
> I hope you will help me what I should exactly do to install mod_ssl  ..
>
> By the way There was no package of mod_ssl for Cygwin to be installed  ..
>
> Thanks for advance
>
>
>
>
>
> Your sincerely
>
>
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]

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


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


RE: make: command not found , while installing mod_ssl

2006-01-30 Thread kadir iscmng
Thanks For your time  ..,
You understand me very good What I m trying to do, As you know  I m trying
to implement of Apache and mod_ssl on Windows, To do this I m using Cygwin
.. But I cant manage to implement Mod_ssl by cygwin ...

I downloaded the following packages except C Compiler..
I think the link was changed or broken  ..
ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe
if it s possible, give me another working link  to download the package 

Thanks in advance

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Brown
Sent: Tuesday, January 31, 2006 1:13 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

JFYI---

It sounds to me like you are trying to get an implementation of Apache and
mod_ssl running on Windows, and you have migrated to Cygwin for lack of luck
on the task.

Rather than trying to make all this stuff, might I suggest downloading and
installing pre-built packages?:

http://www.opensa.org/

For Apache, and:

http://www.slproweb.com/products/Win32OpenSSL.html

For OpenSSL.

Your life could be made significantly easier...

If you are really stuck on compiling them, I would suggest not compiling
them for Cygwin, which is about useless. You should compile them for
Windows.

All you really need (I believe) is ActiveState Perl and a C compiler. You
can download the Microsoft C compiler here:

ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe

Be sure to add the path to nmake15.exe to your windows environment variable
PATH, so that Perl can find it. You may also need to re-configure Perl so it
knows which cc to look for. It may be possible to just directly fix this in
the ./configure file.

Thanks


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Monday, January 30, 2006 7:53 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

Thanks for the reply ,
In fact I know that, I ve installed GCC ..
I ll try to install C Compiler  ..
But Can you plz advice me  Where  I can get C Compiler , or developer tools 
I got Visual C++, so Does it meet my requirement  ? 
Any help will most appreciated  ,

Thanks
Kadir
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton
Sent: Monday, January 30, 2006 12:09 PM
To: openssl-users@openssl.org
Subject: Re: make: command not found , while installing mod_ssl

You don't have the C compiler or developer tools installed.  Install
those, and 'make' will be installed, along with gcc.

-Kyle H

On 1/29/06, kadir iscmng <[EMAIL PROTECTED]> wrote:
>
>
> Hi ..
>
> I m using Cygwin , While installing mod_ssl I got the following  error ..
>
> "
>
> [EMAIL PROTECTED] ~/mod_ssl-2.8.25-1.3.34
>
> $ ./configure --with-apache=../apache_1.3.34
>
> Configuring mod_ssl/2.8.25 for Apache/1.3.34
>
>  + Apache location: ../apache_1.3.34 (Version 1.3.34)
>
>  + Auxiliary patch tool: ./etc/patch/patch (local)
>
> ./configure:Error: Building of 'patch' tool failed:
>
> -
>
> checking for fcntl.h... (cached) yes
>
> checking for rename... (cached) yes
>
> checking for pathconf... (cached) yes
>
> checking for strerror... (cached) yes
>
> checking for long file names... (cached) yes
>
> creating ./config.status
>
> creating Makefile
>
> creating config.h
>
> config.h is unchanged
>
> ./configure: line 435: make: command not found
>
> -
>
> Hint: Either try to build 'patch' under etc/patch/
>
> Hint: manually and re-run this 'configure' script
>
> Hint: or provide us the path to your vendor 'patch'
>
> Hint: program via the --with-patch=FILE option (but
>
> Hint: expect perhaps failures when applying patches!)
>
> "
>
> i cant understand the exact the problem above  ..
>
> I hope you will help me what I should exactly do to install mod_ssl  ..
>
> By the way There was no package of mod_ssl for Cygwin to be installed  ..
>
> Thanks for advance
>
>
>
>
>
> Your sincerely
>
>
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECT

RE: make: command not found , while installing mod_ssl

2006-02-01 Thread Scott Brown
All you would need are the two packages at the first two links, and you are
there.

You don't need the compiler, since these are pre-built installers.

Once they are installed, they will run natively on Windows, no need for
Cygwin.

After that, it's just a question of reading the manuals for Apache and
OpenSSL to get SSL going.

Initially for testing you will probably want to create a self-signed
certificate to be able to confirm that you are correctly configuring Apache,
and then you would want to generate a .csr and send it off to a trusted root
CA for signing.

All in the docs...



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Monday, January 30, 2006 11:04 PM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

Thanks For your time  ..,
You understand me very good What I m trying to do, As you know  I m trying
to implement of Apache and mod_ssl on Windows, To do this I m using Cygwin
.. But I cant manage to implement Mod_ssl by cygwin ...

I downloaded the following packages except C Compiler..
I think the link was changed or broken  ..
ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe
if it s possible, give me another working link  to download the package 

Thanks in advance

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Brown
Sent: Tuesday, January 31, 2006 1:13 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

JFYI---

It sounds to me like you are trying to get an implementation of Apache and
mod_ssl running on Windows, and you have migrated to Cygwin for lack of luck
on the task.

Rather than trying to make all this stuff, might I suggest downloading and
installing pre-built packages?:

http://www.opensa.org/

For Apache, and:

http://www.slproweb.com/products/Win32OpenSSL.html

For OpenSSL.

Your life could be made significantly easier...

If you are really stuck on compiling them, I would suggest not compiling
them for Cygwin, which is about useless. You should compile them for
Windows.

All you really need (I believe) is ActiveState Perl and a C compiler. You
can download the Microsoft C compiler here:

ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe

Be sure to add the path to nmake15.exe to your windows environment variable
PATH, so that Perl can find it. You may also need to re-configure Perl so it
knows which cc to look for. It may be possible to just directly fix this in
the ./configure file.

Thanks


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Monday, January 30, 2006 7:53 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

Thanks for the reply ,
In fact I know that, I ve installed GCC ..
I ll try to install C Compiler  ..
But Can you plz advice me  Where  I can get C Compiler , or developer tools 
I got Visual C++, so Does it meet my requirement  ? 
Any help will most appreciated  ,

Thanks
Kadir
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton
Sent: Monday, January 30, 2006 12:09 PM
To: openssl-users@openssl.org
Subject: Re: make: command not found , while installing mod_ssl

You don't have the C compiler or developer tools installed.  Install
those, and 'make' will be installed, along with gcc.

-Kyle H

On 1/29/06, kadir iscmng <[EMAIL PROTECTED]> wrote:
>
>
> Hi ..
>
> I m using Cygwin , While installing mod_ssl I got the following  error ..
>
> "
>
> [EMAIL PROTECTED] ~/mod_ssl-2.8.25-1.3.34
>
> $ ./configure --with-apache=../apache_1.3.34
>
> Configuring mod_ssl/2.8.25 for Apache/1.3.34
>
>  + Apache location: ../apache_1.3.34 (Version 1.3.34)
>
>  + Auxiliary patch tool: ./etc/patch/patch (local)
>
> ./configure:Error: Building of 'patch' tool failed:
>
> -
>
> checking for fcntl.h... (cached) yes
>
> checking for rename... (cached) yes
>
> checking for pathconf... (cached) yes
>
> checking for strerror... (cached) yes
>
> checking for long file names... (cached) yes
>
> creating ./config.status
>
> creating Makefile
>
> creating config.h
>
> config.h is unchanged
>
> ./configure: line 435: make: command not found
>
> -
>
> Hint: Either try to build 'patch' under etc/patch/
>
> Hint: manually and re-run this 'configure' script
>
> Hint: or provide us the path to your vendor 'patch'
>
> Hint: program via the --with-patch=FILE option (but
>
> Hint: expect perhaps failures when applying patches!)
>
> "
>
> i

RE: make: command not found , while installing mod_ssl

2006-02-01 Thread kadir iscmng
Thanks for the reply , 

I installed all packages ..

But my https:// is still not working  .. 
I enabled ..
LoadModule of mod_ssl.so, Listen 443, and modified   Virtual Tag
 

I think that the problem is "SSLEngine on"

when I enable SSLEngine on , my http://server isnot working anymore 

When it is disabled like  # SSLEngine  on, the my http://server is
working  .. but not https://server 

How can I solve it ?
 

Thanks for your help and time !  ,

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Brown
Sent: Thursday, February 02, 2006 1:16 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

All you would need are the two packages at the first two links, and you are
there.

You don't need the compiler, since these are pre-built installers.

Once they are installed, they will run natively on Windows, no need for
Cygwin.

After that, it's just a question of reading the manuals for Apache and
OpenSSL to get SSL going.

Initially for testing you will probably want to create a self-signed
certificate to be able to confirm that you are correctly configuring Apache,
and then you would want to generate a .csr and send it off to a trusted root
CA for signing.

All in the docs...



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Monday, January 30, 2006 11:04 PM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

Thanks For your time  ..,
You understand me very good What I m trying to do, As you know  I m trying
to implement of Apache and mod_ssl on Windows, To do this I m using Cygwin
.. But I cant manage to implement Mod_ssl by cygwin ...

I downloaded the following packages except C Compiler..
I think the link was changed or broken  ..
ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe
if it s possible, give me another working link  to download the package 

Thanks in advance

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Brown
Sent: Tuesday, January 31, 2006 1:13 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

JFYI---

It sounds to me like you are trying to get an implementation of Apache and
mod_ssl running on Windows, and you have migrated to Cygwin for lack of luck
on the task.

Rather than trying to make all this stuff, might I suggest downloading and
installing pre-built packages?:

http://www.opensa.org/

For Apache, and:

http://www.slproweb.com/products/Win32OpenSSL.html

For OpenSSL.

Your life could be made significantly easier...

If you are really stuck on compiling them, I would suggest not compiling
them for Cygwin, which is about useless. You should compile them for

Windows.

All you really need (I believe) is ActiveState Perl and a C compiler. You
can download the Microsoft C compiler here:

ftp://ftp.microsoft.com/softlib/mslfiles/nmake15.exe

Be sure to add the path to nmake15.exe to your windows environment variable
PATH, so that Perl can find it. You may also need to re-configure Perl so it
knows which cc to look for. It may be possible to just directly fix this in
the ./configure file.

Thanks


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Monday, January 30, 2006 7:53 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl

Thanks for the reply ,
In fact I know that, I ve installed GCC ..
I ll try to install C Compiler  ..
But Can you plz advice me  Where  I can get C Compiler , or developer tools 
I got Visual C++, so Does it meet my requirement  ? 
Any help will most appreciated  ,

Thanks
Kadir
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton
Sent: Monday, January 30, 2006 12:09 PM
To: openssl-users@openssl.org
Subject: Re: make: command not found , while installing mod_ssl

You don't have the C compiler or developer tools installed.  Install
those, and 'make' will be installed, along with gcc.

-Kyle H

On 1/29/06, kadir iscmng <[EMAIL PROTECTED]> wrote:
>
>
> Hi ..
>
> I m using Cygwin , While installing mod_ssl I got the following  error ..
>
> "
>
> [EMAIL PROTECTED] ~/mod_ssl-2.8.25-1.3.34
>
> $ ./configure --with-apache=../apache_1.3.34
>
> Configuring mod_ssl/2.8.25 for Apache/1.3.34
>
>  + Apache location: ../apache_1.3.34 (Version 1.3.34)
>
>  + Auxiliary patch tool: ./etc/patch/patch (local)
>
> ./configure:Error: Building of 'patch' tool failed:
>
> -
>
> checking for fcntl.h... (cached) yes
>
> checking for rename... (cached) yes
>
> checking for pathconf... (cached) yes
>
> checking for strerror... (cached) yes
>