I guess this is a linux issue and not just Apache but here goes.
I have uninstalled the RPM version on Apache 1.2.whatever, and then, thinking I was clever (and as advised by all u unix gurus), installed apache 2.0.43 using
./configure --prefix=/usr/local/apache-2.0.43 --enable-module=so
make, make install
It looked ok during installation but then when I try apachctl start it says
bash: apachectl: command not found
I am logged in as root so I guess there is no permissions issues.
what I done wrong, this time.
I have uninstalled the RPM version on Apache 1.2.whatever, and then, thinking I was clever (and as advised by all u unix gurus), installed apache 2.0.43 using
./configure --prefix=/usr/local/apache-2.0.43 --enable-module=so
make, make install
It looked ok during installation but then when I try apachctl start it says
bash: apachectl: command not found
I am logged in as root so I guess there is no permissions issues.
what I done wrong, this time.