Re: [EMAIL PROTECTED] problem installing apache

2008-07-14 Thread Infocom Admin
nopes... it doesn't work with setenforce 0 either..
 


--- On Sat, 7/12/08, Graeme Fowler [EMAIL PROTECTED] wrote:

From: Graeme Fowler [EMAIL PROTECTED]
Subject: Re: [EMAIL PROTECTED] problem installing apache (resending)
To: users@httpd.apache.org
Date: Saturday, July 12, 2008, 8:53 AM

On Fri, 2008-07-11 at 18:27 -0700, Infocom Admin wrote:
 Yes it has write pemission too...

SELinux. It's probably in enforcing mode (rather than permissive) and is
preventing you doing things you believe you can.

Try setenforce 0 as root, and run make install again. Then to turn
SELinux back into enforcing mode, setenforce 1.

Of course, this assumes you have created an SELinux policy to allow you
to modify and execute things in /usr/local...

Graeme


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

[EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Infocom Admin
Hi
  I recently managed to install apache 2.2.9 with mpm worker enabled . But when 
I try to start the httpd service, it fails saying:
 
 [crit] Apache is running a threaded MPM, but your PHP Module is not compiled 
to be threadsafe.  You need to recompile PHP
 
    How do i compile php module to be threadsafe ? I am using php5.2.6
 
 


  

Re: [EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Infocom Admin
The thing is , so far as i remember, i never enabled this option while 
compiling php..
 
but cannot understand why it is saying so this time ...


--- On Mon, 7/14/08, Darvin Denmian [EMAIL PROTECTED] wrote:

From: Darvin Denmian [EMAIL PROTECTED]
Subject: Re: [EMAIL PROTECTED] problem with php +apache
To: users@httpd.apache.org, [EMAIL PROTECTED]
Date: Monday, July 14, 2008, 2:42 PM

Hi,

just use --enable-maintainer-zts  directive in configure script

On Mon, Jul 14, 2008 at 3:37 PM, Infocom Admin [EMAIL PROTECTED] wrote:
 Hi

   I recently managed to install apache 2.2.9 with mpm worker enabled . But
 when I try to start the httpd service, it fails saying:



  [crit] Apache is running a threaded MPM, but your PHP Module is not
 compiled to be threadsafe.  You need to recompile PHP



 How do i compile php module to be threadsafe ? I am using php5.2.6






-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Re: [EMAIL PROTECTED] problem installing apache (resending)

2008-07-11 Thread Infocom Admin
Yes i ran it as root...

--- On Fri, 7/11/08, Krist van Besien [EMAIL PROTECTED] wrote:

From: Krist van Besien [EMAIL PROTECTED]
Subject: Re: [EMAIL PROTECTED] problem installing apache (resending)
To: users@httpd.apache.org, [EMAIL PROTECTED]
Date: Friday, July 11, 2008, 4:12 AM

On Thu, Jul 10, 2008 at 21:00, Infocom Admin [EMAIL PROTECTED] wrote:

 But again , when I run make install command, it quits
saying:

Have your run make install as root?

Krist

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?


  

Re: [EMAIL PROTECTED] problem installing apache (resending)

2008-07-11 Thread Infocom Admin
Yes it has write pemission too...
 


--- On Thu, 7/10/08, Tom Donovan [EMAIL PROTECTED] wrote:

From: Tom Donovan [EMAIL PROTECTED]
Subject: Re: [EMAIL PROTECTED] problem installing apache (resending)
To: users@httpd.apache.org
Date: Thursday, July 10, 2008, 9:20 PM

Infocom Admin wrote:
 Hi
  I am trying to upgrade apache to version 2.2.9 on Red Hat  
 2.6.9-67.0.15.ELsmp. When I run the configure script with any option, it 
 gives a warning as below.
 
 configure: WARNING: Unrecognized options: --disable-actions,
--disable-cgi
 
 Though it gives warnings, it compiles smoothly when i run
make 
 command.
 

This one is benign.  Apache passes all your options to the apr, apr-util, and
httpd configures.

Prior to autoconf 2.62 any unrecognized options were silently ignored, and
Apache counted on this 
behavior.  Starting with 2.62 each configure complains about the options it
doesn't understand.

See http://www.gnu.org/software/autoconf/manual/html_node/Option-Checking.html
and https://issues.apache.org/bugzilla/show_bug.cgi?id=45221

You can quiet these messages with the --disable-option-checking switch.

 But again , when I run make install command, it quits
saying:
 
 Making install in support
 make[1]: Entering directory `/home/sam/httpd-2.2.9/support'
 make[2]: Entering directory `/home/sam/httpd-2.2.9/support'
 make[2]: Leaving directory `/home/sam/httpd-2.2.9/support'
 cp: preserving permissions for `/usr/local/apache2/modules/httpd.exp':

 Operation not supported
 make[1]: *** [install] Error 1
 make[1]: Leaving directory `/home/sam/httpd-2.2.9/support'
 make: *** [install-recursive] Error 1
 
 Even though I remove the previous file httpd.exp and run the 
 command again, it still says the same...
 
Do you have any ideas about this issue ?
 

Definitely a separate issue.   Do you have r+w access to /usr/local/... ?

-tom-

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

[EMAIL PROTECTED] problem with apache installation

2008-07-10 Thread Infocom Admin
Hi
 I am trying to upgrade apache to version 2.2.9 on Red Hat  
2.6.9-67.0.15.ELsmp. When I run the configure script with any option, it gives 
a warning as below.

configure: WARNING: Unrecognized options: --disable-actions, --disable-cgi

    Though it gives warnings, it compiles smoothly when i run make command.

    But again , when I run make install command, it quits saying:

Making install in support
make[1]: Entering directory `/home/sam/httpd-2.2.9/support'
make[2]: Entering directory `/home/sam/httpd-2.2.9/support'
make[2]: Leaving directory `/home/sam/httpd-2.2.9/support'
cp: preserving permissions for `/usr/local/apache2/modules/httpd.exp': 
Operation not supported
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/sam/httpd-2.2.9/support'
make: *** [install-recursive] Error 1

    Even though I remove the previous file httpd.exp and run the command 
again, it still says the same...

   Do you have any ideas about this issue ?

Thank you
  
    



  

[EMAIL PROTECTED] problem installing apache (resending)

2008-07-10 Thread Infocom Admin
Hi
 I am trying to upgrade apache to version 2.2.9 on Red Hat 
2.6.9-67.0.15.ELsmp. When I run the configure script with any option,
it gives a warning as below.

configure: WARNING: Unrecognized options: --disable-actions, --disable-cgi

    Though it gives warnings, it compiles smoothly when i run make command.

    But again , when I run make install command, it quits saying:

Making install in support
make[1]: Entering directory `/home/sam/httpd-2.2.9/support'
make[2]: Entering directory `/home/sam/httpd-2.2.9/support'
make[2]: Leaving directory `/home/sam/httpd-2.2.9/support'
cp: preserving permissions for `/usr/local/apache2/modules/httpd.exp': 
Operation not supported
make[1]: *** [install] Error 1
make[1]: Leaving directory
 `/home/sam/httpd-2.2.9/support'
make: *** [install-recursive] Error 1

    Even though I remove the previous file httpd.exp and run the command 
again, it still says the same...

   Do you have any ideas about this issue ?

Thank you

(posting again as previous one didn't appear in the list)