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 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]