RE: [users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Chandrasekaran, Narasimhan (VDH)
[mailto:traw...@gmail.com] Sent: Saturday, April 26, 2014 8:47 PM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_ossl configuration for solaris 10 On Sat, Apr 26, 2014 at 8:25 PM, Chandrasekaran, Narasimhan (VDH) naras.chandraseka...@vdh.virginia.govmailto:naras.chandraseka...@vdh.virginia.gov

Re: [users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Cain Dickens
I downloaded the latest apache software but could not find the mod_ossl. Then i downloaded the openssl but now the c compiler on solaris is giving problem. Can someone please let me know how i should configure mod_ossl for solaris 10. At this time the apache/modules folder does not have any .so

RE: [users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Chandrasekaran, Narasimhan (VDH)
$ which gcc /usr/local/bin/gcc From: Cain Dickens [mailto:caindick...@gmail.com] Sent: Monday, April 28, 2014 9:05 AM To: Chandrasekaran, Narasimhan (VDH); users@httpd.apache.org Subject: Re: [users@httpd] mod_ossl configuration for solaris 10 Hi, Chandrasekaran. What is your c compiler ? is it gcc

Re: [users@httpd] mod_ossl configuration for solaris 10

2014-04-28 Thread Jesus Cea
On 28/04/14 15:06, Chandrasekaran, Narasimhan (VDH) wrote: I see gcc in there .. but the make command is not invoking it .. do EXPORT CC=gcc before the make. By default, Solaris is trying to use a non-installed compiler. Let it know you want to use GCC. Another option could be to delete your

Re: [users@httpd] mod_ossl configuration for solaris 10

2014-04-26 Thread Jeff Trawick
On Sat, Apr 26, 2014 at 7:33 PM, Chandrasekaran, Narasimhan (VDH) naras.chandraseka...@vdh.virginia.gov wrote: I downloaded the latest apache software but could not find the mod_ossl. Then i downloaded the openssl but now the c compiler on solaris is giving problem. Can someone please let me

RE: [users@httpd] mod_ossl configuration for solaris 10

2014-04-26 Thread Chandrasekaran, Narasimhan (VDH)
sorry it is the mod_ssl for apache 2.4.9 that i want to configure on solaris 10 64 bit OS From: Jeff Trawick [traw...@gmail.com] Sent: Saturday, April 26, 2014 8:08 PM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_ossl configuration for solaris 10

Re: [users@httpd] mod_ossl configuration for solaris 10

2014-04-26 Thread Jeff Trawick
On Sat, Apr 26, 2014 at 8:25 PM, Chandrasekaran, Narasimhan (VDH) naras.chandraseka...@vdh.virginia.gov wrote: sorry it is the mod_ssl for apache 2.4.9 that i want to configure on solaris 10 64 bit OS ok... What commands are you running and what errors do you get? What compiler is