Hi Folks,
I have RedHat Linux 7.1. I had 7.0 last time but somehow I screwed up the GUI mode so I decided to wipe out the whole system and began from scratch.
Now, Apache-1.3.19 comes with Red Hat 7.1. But I there's no configure file to build it, so I download the latest version which is Apache-1.3.20. Now the problem is after I built all the apache and php for ODBC, my phpinfo() still shows me the older version. I build apache-1.3.20 and php-4.0.6 but in the phpinfo() file shows that I'm running apache-1.3.19 and php-4.0.4pl1(hp.tkosys.com/phpinfo.php)
I figured out that there's a file in /etc/rc.d/init.d/httpd that run Apache at /usr/sbin/httpd. Is it the right file or should be at /var/www/bin/httpd ?
I installed the latest unixODBC which is the 2.0.8 version.
I built these lines:
./configure --sysconfdir=/etc --enable-module=so
make
make install
Then I went to Apache-1.3.20 directory and built it with:
./configure --prefix=/var/www
I built PHP-4.0.6 with:
./configure --with-unixODBC=/usr/local/unixODBC-2.0.8 --with-apache=../apache-1.3.20 --with-esoob=../easysoft/oob/client --enable-versioning --enable-track-vars
make
make install
Then went back to Apache-1.3.20 directory and built it with:
./configure --prefix/var/www
make
make install
Does anyone know how to get these installation working? I got no errors during the installation but I think all the programs are still pointing to the older one.
Thanks for any help.
Best Regards,
Mike
TKO Systems, Ltd
Web Programmer