RE: [users@httpd] error in apache installation. "checking whether the C compiler works... no" "configure: error: C compiler cannot create executables"

2014-03-19 Thread ayaskanta.praharaj
Hi Jim, Attached is the config.log. I see the last entry as "target_vendor='unknown'" but there is no clear mention that anything is wrong with C compiler. Regards Ayaskant From: Jim Jagielski [j...@jagunet.com] Sent: Wednesday, March 19, 2014 9:19 PM To:

Re: [users@httpd] split the error_log for each virtual host in Apache 2.2

2014-03-19 Thread Rich Bowen
On 03/19/2014 02:26 PM, Ren, Lingyun wrote: Hi, I am trying to implement the dynamic virtual host with Rewrite in Apache 2.2. The codes are shown bellow, RewriteEngine on RewriteCond %{HTTP_HOST} ^(.+)\.domain\.com$ [NC] RewriteRule ^(.*) /home/%1/public_html$1 # record all error_log ent

[users@httpd] split the error_log for each virtual host in Apache 2.2

2014-03-19 Thread Ren, Lingyun
Hi, I am trying to implement the dynamic virtual host with Rewrite in Apache 2.2. The codes are shown bellow, RewriteEngine on RewriteCond %{HTTP_HOST} ^(.+)\.domain\.com$ [NC] RewriteRule ^(.*) /home/%1/public_html$1 # record all error_log entries for virtual hosts ErrorLog logs/cust-logs/vh

Re: [users@httpd] error in apache installation. "checking whether the C compiler works... no" "configure: error: C compiler cannot create executables"

2014-03-19 Thread Jim Jagielski
On Mar 19, 2014, at 11:14 AM, ayaskanta.praha...@wipro.com wrote: > ... > checking whether the C compiler works... no > configure: error: in `/u03/backup/Apps_stage/apache/httpd-2.4.9/srclib/apr': > configure: error: C compiler cannot create executables > See `config.log' for more details Have y

[users@httpd] error in apache installation. "checking whether the C compiler works... no" "configure: error: C compiler cannot create executables"

2014-03-19 Thread ayaskanta.praharaj
Hi, I am installing latest apache http server in Linux64 bit system. I have done the below steps but gettting the error "checking whether the C compiler works... no" "configure: error: C compiler cannot create executables" even though there are gcc, gcc++ packages already installedin Linux.