PHP expert |
|
Hoi, weer een vraag over de installatie van webserver-dingen .
Ik heb linux (fedora core 4), apache, php5 en mysql geinstalleerd (met yum), en nu wil ik APD installeren.
Als ik typ: "pear install apd" <-- zo staat het op php.net, dan krijg ik:
pear install apd
downloading apd-1.0.1.tgz ...
Starting to download apd-1.0.1.tgz (36,643 bytes)
..........done: 36,643 bytes
15 source files, building
running: phpize
sh: phpize: command not found
`phpize' failed
pear install apd downloading apd-1.0.1.tgz ... Starting to download apd-1.0.1.tgz (36,643 bytes) ..........done: 36,643 bytes 15 source files, building running: phpize sh: phpize: command not found `phpize' failed
Hoe kan ik dit oplossen?
BTW: Vorige probleem met PHP-DOM is opgelost door:
yum install php-xml
:)
Alvast bedankt!
|