Ronald Wiplinger wrote:
Daniel-Constantin Mierla wrote:
you have to install DB package from php pear repository. I guess the command is:
pear install DB
I did that and come three lines further:
[Mon Sep 25 09:31:11 2006] [error] [client 192.168.250.108] PHP Warning: require_once(XML/RPC.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /srv/www/serweb/html/main_prepend.php on line 41 [Mon Sep 25 09:31:11 2006] [error] [client 192.168.250.108] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'XML/RPC.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/serweb/html/main_prepend.php on line 41
I added pear install XML_RPC and now it stops with a screen display: Function aggregate_methods() doesn't exists. Try install Classkit extension. http://pecl.php.net/package/classkit
classkit is discontinued, but suggests to use runkit.
I downloaded runkit and tried: # pear install runkit 14 source files, building running: phpize sh: phpize: command not found ERROR: `phpize' failed
I tried to find it: # pear install phpize No releases available for package "pear.php.net/phpize" Cannot initialize 'phpize', invalid or missing package file Package "phpize" is not valid install failed
What is the right way to do?
I found that I have to install php-devel, now I am here:
# pear install runkit 14 source files, building running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20050922 Zend Extension Api No: 220051025 ERROR: `phpize' failed
Any hints how to solve that?
bye
Ronald