Mod_gzip installation
I'm trying to install the mod_gzip package on our Apache server we are using Oracle 10g with Apache 1.3 everything is standard up to this point. (solaris 9)
I downloaded the mod_gzip files from sourceforce and placed them in
(apache_home)/src/modules/extra/gzip
I then tried to compile the source file to obtain the .so file but I am getting the following error???
bash-2.05$ make APXS=/dlt/sw/oracle/product/10.1.0/liasplay/Apache/Apache/bin/apxs
/dlt/sw/oracle/product/10.1.0/liasplay/Apache/Apache/bin/apxs -Wc,-Wall,-O3,-fomit-frame-pointer,-pipe -c mod_gzip.c mod_gzip_debug.c mod_gzip_compress.c -o mod_gzip.so
sh: /dlt/sw/oracle/product/10.1.0/liasplay/Apache/Apache/bin/apxs: not found
*** Error code 1
make: Fatal error: Command failed for target `build'
Any ideas???