First off I've never done this before.
I'm trying to update php from 4.1.2 to 4.3.2RC1
my apache version is: Apache/1.3.26
my debian version is: 3.0 (according to /etc/debian_version)
i followed the instructions on:
http://www.php.net/manual/en/install.apache.php
I've also read the INSTALL file included in the tarball, but i'm not sure about DSO (dynamic apache module) and a static module. What does that mean, I couldn't find anything on that in the installation instructions.
I followed the static compiling instructions.
i did:
./configure --with-mysql
(no problems, that i noticed)
then i did (where my problem occurred):
make
it took a while and when i got back i saw this at the end:
ext/mysql/libmysql/my_tempnam.o: In function my_tempnam':
/home/sijis/php-4.3.2RC1/ext/mysql/libmysql/my_tempnam.c:103: the use oftempnam' is dangerous, better use `mkstemp'
i'm not sure what that does or means, but i next did:
make ./install
and it did some stuff and it finished without a problem.
my next step was to see if the update took place, so i created a file and did <?php phpinfo() ?>
On the very top i see: PHP Version 4.1.2
so that means nothing happend. 🙁
I tried starting and stopping apache, but i noticed no changes.
What did i do wrong? Could it be that error that i got when doing 'make'?
Any help would be greatful.
thanks.