Yii on Ubuntu 6.10, having NO PDO

Hi

I have developed my first yii app, but unfortunatly when i deployed it on my production server (Ubuntu 6.10) i get follwoing error

[b][i]PHP Error

Description

YiiBase::include(PDO.php) [<a href=‘function.YiiBase-include’>function.YiiBase-include</a>]: failed to open stream: No such file or directory

Source File

/var/www/yii_1_1_4/framework/YiiBase.php(341)[/i][/b]

when i ran requiremnet check on the server i get the follwoing output for mysql

PDO MySQL extension Warning All DB-related classes This is required if you are using MySQL database.

is there to run yii anyway on this server, itried to installing pdo , but could not succeed, please help me

i don’t think so that yii can run without PDO…囧

try update your php and mysql.

You should install phppdo library, it is one more requirement.

If you cannot install, there is an extension for emulate pdo (but only if you cannot install on the host).

I am unable to install using apt-get, because support for ubuntu 6.10 has ended. please tell me in detail about any alternate way to install.

If you cannot install, use the extension for emulate.