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]


  

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

2008-07-12 Thread Graeme Fowler
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]



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

2008-07-11 Thread Krist van Besien
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?

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


  

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

2008-07-10 Thread Tom Donovan

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]



Re: [EMAIL PROTECTED] Problem Installing Apache 2.2.2 on Linux

2006-06-20 Thread Xuekun Hu

Hi, Utkarsh

Did you fix this issue? I also met the same situation on SLES10 RC2
(2.6.16.18-1.8-smp).

Thx, Xuekun

On 5/1/06, Utkarsh Sharma [EMAIL PROTECTED] wrote:

Hi,

I tried to install Apache web server on Linux(CentOS).I have downloaded
and installed it in the default dir i.e /usr/local/apache2.Now when i run
apachectl start in the /usr/local/apache2/bin , thr is a msg that this
command does not exit.

The undermentioned is the sequence of steps that i performed as root...
1 ./configure
2 make
3 make install
4 usr/local/apache2/bin/apachectl start
(Now it's here i'm getting the problem)

Plz tell what to do?

--
Utkarsh




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




-
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 Installing Apache 2.2.2 on Linux

2006-05-01 Thread Utkarsh Sharma
Hi,

I tried to install Apache web server on Linux(CentOS).I have downloaded
and installed it in the default dir i.e /usr/local/apache2.Now when i run
apachectl start in the /usr/local/apache2/bin , thr is a msg that this
command does not exit.

The undermentioned is the sequence of steps that i performed as root...
1 ./configure
2 make
3 make install
4 usr/local/apache2/bin/apachectl start
(Now it's here i'm getting the problem)

Plz tell what to do?

--
Utkarsh




-
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 2.2.2 on Linux

2006-05-01 Thread Rich Bowen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Utkarsh Sharma wrote:
 Hi,
 
 I tried to install Apache web server on Linux(CentOS).I have downloaded
 and installed it in the default dir i.e /usr/local/apache2.Now when i run
 apachectl start in the /usr/local/apache2/bin , thr is a msg that this
 command does not exit.
 
 The undermentioned is the sequence of steps that i performed as root...
 1 ./configure
 2 make
 3 make install
 4 usr/local/apache2/bin/apachectl start
 (Now it's here i'm getting the problem)

/usr/local/apache2/bin/apachectl not usr/local/apache2/bin/apachectl

Note the leading /

- --
Rich Bowen
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEVgtAXP03+sx4yJMRAsehAJ9aBKml1Tc79KqHXfvQugldZc+ezgCgrVAx
9e0tRCw7VvRSzDOMhJVF3Wk=
=brlD
-END PGP SIGNATURE-

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