I'm working on a project but I needed to install some PEAR-libraries
I need to install DB, XML_Util, XML_Parser and XML_Serializer.
When I do
Code:
Jasper:/home/jasper# pear list
PHP Warning:  Module 'mysql' already loaded in Unknown on line 0
Installed packages, channel pear.php.net:
=========================================
Package        Version State
Archive_Tar    1.3.1   stable
Console_Getopt 1.2     stable
DB             1.7.13  stable
PEAR           1.4.11  stable
XML_Parser     1.2.8   stable
I still need to install some libraries but mind the warning on top of my output. So that's what I did but I stil get the warning. I just can't find what's the cause of that. Typed it in google but not much exact hits...

Anyone who knows this problem?