Ik heb apache 2 lopen met PHP 4.3.9, nu wil ik hier PHP5 bij doen(.php en .php5 etc.). Ik heb de source gedownload en geinstalleerd met ./configure --with-mysql, daarna make en make install. Dat is prima gegaan alleen nu moet ik hem laden in Apache alleen ik kan nergens libphp5.so vinden, deze moet ik dan met LoadModule laden.
Iemand een idee?
hier nog wat info na de install:
Iemand een idee?
hier nog wat info na de install:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| [root@linux-server php-5.0.3]# make install Installing PHP SAPI module: cgi Installing PHP CGI into: /usr/local/bin/ Installing PEAR environment: /usr/local/lib/php/ [PEAR] Archive_Tar - installed: 1.1 [PEAR] Console_Getopt - installed: 1.2 [PEAR] PEAR - installed: 1.3.3 Wrote PEAR system config file at: /usr/local/etc/pear.conf You may want to add: /usr/local/lib/php to your php.ini include_path [PEAR] XML_RPC - installed: 1.1.0 Installing build environment: /usr/local/lib/php/build/ Installing header files: /usr/local/include/php/ Installing helper programs: /usr/local/bin/ program: phpize program: php-config program: phpextdist [root@linux-server php-5.0.3]# |
[ Voor 54% gewijzigd door Y0ur1 op 04-03-2005 14:14 ]