RE: error while executing make command (fixed) -- next: HTTPS with apache + mod_ssl issue

2009-05-21 Thread Neerav Singh
working thanks to all u guys1!! Regards Neerav Singh. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson Sent: Wednesday, May 20, 2009 5:30 AM To: openssl-users@openssl.org Subject: RE: error while executing

RE: error while executing make command (fixed) -- next: HTTPS with apache + mod_ssl issue

2009-05-19 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Neerav Singh Sent: Tuesday, 19 May, 2009 03:37 snip part I don't understand complaint I also tried using openssl as below I generated the key as below $ openssl genrsa -des3 -out ca.key 1024 snip But

RE: error while executing make command

2009-05-14 Thread Neerav Singh
: error while executing make command On Wed, May 6, 2009 at 11:38 AM, Neerav Singh neerav.si...@tatatel.co.in wrote: Hey Guys Somebody help please Who can I turn off ANSI mode? Neerav, this issue is veering off OpenSSL and into the system internals arena. With this kind of thing

error while executing make command (fixed) -- next: HTTPS with apache + mod_ssl issue

2009-05-14 Thread Ger Hobbelt
On Thu, May 14, 2009 at 3:17 PM, Neerav Singh neerav.si...@tatatel.co.in wrote: Hi Ger Thanks a lot for the invaluable information, I opened my mind I had to read a lot in order to get what you were suggesting, but worthwhile!! I tried a lot by setting different CFLAGS, got in the code,

Re: error while executing make command (fixed) -- next: HTTPS with apache + mod_ssl issue

2009-05-14 Thread Kyle Hamilton
...and don't forget to read the Apache documentation on mod_ssl. http://docs.apache.org/ is your friend. -Kyle H On Thu, May 14, 2009 at 2:37 PM, Ger Hobbelt g...@hobbelt.com wrote: On Thu, May 14, 2009 at 3:17 PM, Neerav Singh neerav.si...@tatatel.co.in wrote: Hi Ger Thanks a lot for the

RE: error while executing make command

2009-05-06 Thread Neerav Singh
Hey Guys Somebody help please Who can I turn off ANSI mode? Regards Neerav From: Neerav Singh Sent: Monday, May 04, 2009 9:52 AM To: 'openssl-users@openssl.org' Subject: RE: error while executing make command Does anyone have any idea on this? Please

Re: error while executing make command

2009-05-06 Thread Ger Hobbelt
On Wed, May 6, 2009 at 11:38 AM, Neerav Singh neerav.si...@tatatel.co.in wrote: Hey Guys Somebody help please Who can I turn off ANSI mode? Neerav, this issue is veering off OpenSSL and into the system internals arena. With this kind of thing (access rights for dev tools like 'ar', etc.

RE: error while executing make command

2009-04-29 Thread Neerav Singh
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Jeremy Farrell Sent: Sunday, April 26, 2009 5:57 AM To: openssl-users@openssl.org Subject: RE: error while executing make command The message says that you don't have permission to execute ar

RE: error while executing make command

2009-04-29 Thread Neerav Singh
: error while executing make command Hi Jeremy The libcrypto.a file is a system file should I give permission to replace it, as the ar r command is trying to replace the file. Would it cause any problems? Or is the problem here-ebcdic.c, line 217: warning: empty translation unit Please suggest

RE: error while executing make command

2009-04-25 Thread Neerav Singh
Hi guys Please help in solving the error Regards Neerav Singh Tata Consultancy Services From: Neerav Singh Sent: Thursday, April 23, 2009 5:17 PM To: 'openssl-users@openssl.org' Subject: RE: error while executing make command Hi all Sorry! Please check

RE: error while executing make command

2009-04-25 Thread Jeremy Farrell
Singh Sent: Saturday, April 25, 2009 10:10 AM To: openssl-users@openssl.org Subject: RE: error while executing make command Hi guys Please help in solving the error Regards Neerav Singh Tata Consultancy

RE: error while executing make command

2009-04-23 Thread Neerav Singh
Regards Neerav Singh Tata Consultancy Services Ltd -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton Sent: Friday, April 10, 2009 2:58 PM To: openssl-users@openssl.org Subject: Re: error while executing make command

RE: error while executing make command

2009-04-23 Thread Neerav Singh
' make: *** [sub_all] Error 1 Thanks Neerav From: Neerav Singh Sent: Thursday, April 23, 2009 3:29 PM To: 'openssl-users@openssl.org' Subject: RE: error while executing make command Hi Guys was able to install the package but now I have run into another

RE: error while executing make command

2009-04-23 Thread Ronald Hatcher
: error while executing make command Hi Guys was able to install the package but now I have run into another problem I am getting the below error when I execute the make command ebcdic.c, line 217: warning: empty translation unit I found some where that make update would help but it did

RE: error while executing make command

2009-04-10 Thread Neerav Singh
...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton Sent: Monday, March 30, 2009 12:13 PM To: openssl-users@openssl.org Subject: Re: error while executing make command This indicates that your platform does not have the standard include files installed. (They're usually

Re: error while executing make command

2009-04-10 Thread Kyle Hamilton
: error while executing make command This indicates that your platform does not have the standard include files installed.  (They're usually to be found in /usr/include, but it might require an additional package being installed for platform header files.) -Kyle H

Re: Re: error while executing make command

2009-04-10 Thread hzdavid2009
hi, It is the first time to come here. I am a freshman. I am from China. I am glad to meet everyone. 2009-04-10 发件人: Kyle Hamilton 发送时间: 2009-04-10 17:30:07 收件人: openssl-users 抄送: 主题: Re: error while executing make command It should be on your Solaris install DVD. -Kyle H

Re: error while executing make command

2009-04-06 Thread Ugendreshwar Kudupudi
To: openssl-users@openssl.org Subject: Re: error while executing make command This indicates that your platform does not have the standard include files installed. (They're usually to be found in /usr/include, but it might require an additional package being installed for platform header

Re: error while executing make command

2009-03-30 Thread Kyle Hamilton
This indicates that your platform does not have the standard include files installed. (They're usually to be found in /usr/include, but it might require an additional package being installed for platform header files.) -Kyle H On Sun, Mar 29, 2009 at 9:40 PM, Neerav Singh

RE: error while executing make command

2009-03-30 Thread Neerav Singh
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Kyle Hamilton Sent: Monday, March 30, 2009 12:13 PM To: openssl-users@openssl.org Subject: Re: error while executing make command This indicates that your platform does not have the standard include files installed. (They're usually

error while executing make command

2009-03-29 Thread Neerav Singh
Hi guys I m new to SSL. I am trying to install openssl-0.9.6c with apache_1.3.34. I have Sunstudio12 installed in the server, I also have gcc version 3.4.6 The ./config command is running perfectly but when I try to run make command I am getting below error Does this error point to some