hey all,
i was wondering if anyone could help me out with this one
im trying to install apache 1.3.20 , php 4.0.5 and pdflib-4.0.1
heres what im doing:
apache:
./configure --enable-module-most --enable-shared=max
make
make install
pdflib:
./configure --enable-cxx --enable-shared=pdflib
make
make install
php:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-pdflib=/usr/lib
make
make install
everythings grand the when i try to start apache i get:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started
🙁
does anyone know what this could be, im new to this so its probably something really obvious and simple 🙂 id greatly appreciate any help or comments
thanks
Dara