Problems to install libray "pdo.so" and "pdo_mysql.so"

hi!

i have problems to install piwik.
I have problems with this mesage:

On a Linux server you can compile php with the following option --with-pdo-mysql In your php.ini, add the following lines
extension=pdo.so
extension=pdo_mysql.so

I search very more into google and this page but i don’t have any solution.
anybody helpme???

pdo and pdo_mysql are required php extensions; these are built by default unless your distro customized it differently.

Your immediate choices are to rebuild php yourself, or submit a request to your distro provider.

i download the new version of php and i recompiled this.
It’s run correctly!!!

very thanks.

[quote=vipsoft @ May 28 2009, 05:07 PM]pdo and pdo_mysql are required php extensions; these are built by default unless your distro customized it differently.

Your immediate choices are to rebuild php yourself, or submit a request to your distro provider.[/quote]

I am using a shared windows hosting and facing the same issue. can i rebuild php from my side, since the hosting providers are not willing to do so?