Sorry, hab mich gedanklich inzwischen zu sehr auf .deb eingeschossen.society said:Huschi, wie meinst du Komfiguriert?
Einfach neu kompilieren (php5) und bei configure alles von php4 übernehmen
Genau. Einfach alles davon kopieren. Dann einfach die ganzen '' entfernen und mysql usw mitcompilieren. Ab PHP5 musst du dasSandmann said:Meinst du damit die Parameter, die angezeigt werden, wenn ich phpinfo ausführe?
--with-mysql=/usr
Weil PHP5 braucht auch die t1lib.
1. Edit Makefile and change the following line to remove "install-sapi":
install_targets = install-sapi install-cli install-pear install-build install-headers install-programs
2. Issue the make install command again:
$ su -c "make install"
3. Add the PHP module & type instructions to the Apache configuration. As root, create a new file, /etc/apache2/conf.d/php5.conf that contains the following lines:
LoadModule php5_module /usr/lib/apache2/libphp5.so
AddType application/x-httpd-php php
We use essential cookies to make this site work, and optional cookies to enhance your experience.