Link to home
Start Free TrialLog in
Avatar of coolispaul
coolispaulFlag for United States of America

asked on

apxs not installed when trying to install mod_gzip

Hi,

Im trying to install mod_gzip but have found that i cantt because apxs isnt installed on apache. I get a bad command error.

How can i go about installing apxs so that i can install mod_gzip on the server?

Thanks
Avatar of gheist
gheist
Flag of Belgium image

Operating system name and version, please?
Avatar of coolispaul

ASKER

its unix - how can i find the version

Thanks
GNU bash, version 3.1.17(1)-release (i486-pc-linux-gnu)

does this help

Thanks
uname -a
gcc -v | tail -1

Thank you.
(further instructions to detect package management system ma follow)
$ uname -a
Linux linux-andrew 2.6.22.9-0.4-default #1 SMP 2007/10/05 21:32:04 UTC x86_64 x86_64 x86_64 GNU/Linux
$ gcc -v 2>&1 | tail -1
gcc version 4.2.1 (SUSE Linux)
hi,

so could you explain how i go about installing apxs - ultimately i want to install mod gzip

thanks
Post you operating system&version. Generic methods on apache.org are undesirable for most systems.
not sure if this helps

perl-Apache-ASP         -           2.59-ubuntu6.06.build82070918.10
Ok, fine. You have Ubuntu linux v 6.0.6

apt-cache search apache
apt-cache search gzip

apt-get (whatever is mod_gzip named)

DO NOT BUILD SOURCE
hi,

i tried running those commands when logged onto the server with putty but it says the command is not found

cheers
You need to become root user

sudo bash

# enter command here
Hi,

I get returned the following message;

bash: apt-cache: command not found

thanks
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial