Magento Installation via install script

Hi,
I tried to install Magento with the install script. I get the following error messages when trying:

Found http://www.magentocommerce.com:80/getmagento/1.3.1/magento-1.3.1.zip in cache ..

PHP module pdo_mysql is required ..

Enabling module in PHP configuration ..
.. done

Installing package php5-pdo_mysql ..
Installing package(s) with command apt-get -y --force-yes -f install php5-pdo_mysql ..

Reading package lists...
Building dependency tree...
E: Couldn't find package php5-pdo_mysql

.. install failed!

Installing package php-pdo_mysql ..
Installing package(s) with command apt-get -y --force-yes -f install php-pdo_mysql ..

Reading package lists...
Building dependency tree...
E: Couldn't find package php-pdo_mysql

.. install failed!

Module is not available even after installation!

I manually added

extension=pdo_mysql.so
extension=pdo.so

to the domains php.ini

after that i get:

Configuring Apache PHP settings ..
.. already done.

Now installing Magento version 1.3.1 ..

Installation script failed :

Warning: set_include_path() has been disabled for security reasons in /home/bettenland/public_html/magento/app/Mage.php on line 48

Warning: include_once(Mage/Core/functions.php): failed to open stream: No such file or directory in /home/bettenland/public_html/magento/app/Mage.php on line 50

Warning: include_once(): Failed opening 'Mage/Core/functions.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/bettenland/public_html/magento/app/Mage.php on line 50

Warning: include_once(Varien/Profiler.php): failed to open stream: No such file or directory in /home/bettenland/public_html/magento/app/Mage.php on line 51

Warning: include_once(): Failed opening 'Varien/Profiler.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/bettenland/public_html/magento/app/Mage.php on line 51

Fatal error: Class 'Varien_Profiler' not found in /home/bettenland/public_html/magento/app/Mage.php on line 419

More information on using this script can be found at http://www.magentocommerce.com/.

.. installation was only partially complete.

I don't have set_include_path in my "disable_functions" in my php.ini. So why does set include path not work.

Why does the installer not configure php.ini to work right away? I thought it would fix such php module issues.

Regards

Status: 
Closed (fixed)