Hello everybody, I'm trying to add xmlrpc package in php5 on debian server. But I'm afraid that it will end with deleting other packages and mess up with other previous settings. I've tried.. $sudo aptitude install php5-xmlrpc I'm sorry I can't post the message because it in Japanese, but the main point is.. I have to delete/remove packages below in order to proceed with xmlrpc installation. 1) libapache2-mod-php5 2) php-pear 3) php5-cli 4) php5-odbc 5) php5-pgsql 6) php5-suhosin [Y/n/q] How do I can install xmlrpc package only without disturbing other package above. I don't want to mess up with other settings. And how can I check whether xmlrpc is successfully installed or not? In phpinfo() Core, there are statements as below xmlrpc_error_number 0 0 xmlrpc_errors Off Off From message above I though that xmlrpc is already installed but I didn't find any xml_rpc extension in php.ini Thank you in advanced.