Hello, Check the following steps 1. I could see the path variable is not set. Add the following lines to the homedirectory/.bash_profile PATH=$PATH:/usr/local/apache2/bin:/usr/local/bin/ now reboot the computer to take this effect, if the system can't rebooted then just execute this in the shell # PATH=$PATH:/usr/local/apache2/bin:/usr/local/bin/ # export $PATH
2. Change the file permission, none of the shell script should be with 777 permission(rwx,rwx,rwx) chmod 755 apxs 3. Make sure perl is installed in /usr/local/bin/perl, since I could see the script uses perl for its execution. # which perl add this output to PATH variable. or try deleting the first line in the * apxs* shell script(#!/usr/local/bin/perl -w) On 6 May 2010 15:59, Tapan Maheshwari <tapan...@yahoo.com> wrote: > > > --- On *Wed, 5/5/10, Sakthi Esakiappan <sakthi.esakiap...@mercuryminds.com > >* wrote: > > > From: Sakthi Esakiappan <sakthi.esakiap...@mercuryminds.com> > > Subject: Re: [us...@httpd] apxs: not found > To: users@httpd.apache.org > Date: Wednesday, May 5, 2010, 3:19 PM > > Also post > > cat /usr/local/apache2/bin/apxs > > On 5 May 2010 19:38, Hendrik Schmieder > <hendrik.schmie...@jedox.com<http://mc/compose?to=hendrik.schmie...@jedox.com> > > wrote: > >> Tapan Maheshwari schrieb: >> >> YES, >>> i am executing this command from this directory: /usr/local/apache2/bin >>> where apxs is present. >>> >>> again, apxs is not a binary, this is a text file.... >>> >>> Thanks, >>> >>> >> What is the output of >> ls -l /usr/local/apache2/bin/apxs ? >> >> Hendrik >> >> --------------------------------------------------------------------- >> 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: >> users-unsubscr...@httpd.apache.org<http://mc/compose?to=users-unsubscr...@httpd.apache.org> >> " from the digest: >> users-digest-unsubscr...@httpd.apache.org<http://mc/compose?to=users-digest-unsubscr...@httpd.apache.org> >> For additional commands, e-mail: >> users-h...@httpd.apache.org<http://mc/compose?to=users-h...@httpd.apache.org> >> >> > > > -- > With Regards, > Sakthi Esakiappan.M > Server Administrator > > MercuryMinds Technologies Pvt Ltd > www.mercuryminds.com "An E-Commerce mentor" > +91 44 45588587 > sakthi.esakiap...@mercuryminds.com<http://mc/compose?to=sakthi.esakiap...@mercuryminds.com> > www.mercuryminds.com > > Disclaimer: This message is intended only for the use of the individual or > entity to which it is addressed and may contain information that is > privileged, confidential and exempt from disclosure under applicable law. If > you have received this message in error, you are hereby notified that we do > not consent to any reading, dissemination, distribution or copying of this > message. If you have received this communication in error, please notify the > sender immediately and destroy the transmitted information. > > > > > --------------------------------------------------------------------- > 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: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > -- With Regards, Sakthi Esakiappan.M Server Administrator MercuryMinds Technologies Pvt Ltd www.mercuryminds.com "An E-Commerce mentor" +91 44 45588587 sakthi.esakiap...@mercuryminds.com www.mercuryminds.com Disclaimer: This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you have received this message in error, you are hereby notified that we do not consent to any reading, dissemination, distribution or copying of this message. If you have received this communication in error, please notify the sender immediately and destroy the transmitted information.