danke erstmal für die antwort Mahony

wäre schön , wenn alles an so einfachen problemen scheitern würde^^
hier war es ein etwas tiefergehendes Problem.
Ich habe es aber jetzt ans laufen bekommen.
Auf die Idee hat mich dieses thema der englischen kollegen gebracht.
Engl. phpBB Forum
Hilfe brachte bei mir folgendes
1. Apache abschalten
2. console auf und folgendes:
Code: Alles auswählen
lvps####:/var/log/apache2 # smart install php5-pdo
Loading cache...
Updating cache... ############################################################################################################## [100%]
Computing transaction...
Installing packages (1):
php5-pdo-5.1.2-29.50@i586
65.8kB of package files are needed. 79.6kB will be used.
Confirm changes? (Y/n): Y
Committing transaction...
Preparing... ############################################################################################################## [ 0%]
1:Installing php5-pdo ############################################################################################################## [100%]
lvps####:/var/log/apache2 # smart install php5-pdo_sqlite
Loading cache...
Updating cache... ############################################################################################################## [100%]
Computing transaction...
Installing packages (2):
php5-pdo_sqlite-5.1.2-29.50@i586 php5-sqlite-5.1.2-29.50@i586
380.3kB of package files are needed. 711.7kB will be used.
Confirm changes? (Y/n): Y
Committing transaction...
Preparing... ############################################################################################################## [ 0%]
error: file /etc/php5/conf.d/sqlite.ini from install of php5-sqlite-5.1.2-29.50 conflicts with file from package php5-sqlite2-5.1.2-200608261852
error: file /usr/lib/php5/extensions/sqlite.so from install of php5-sqlite-5.1.2-29.50 conflicts with file from package php5-sqlite2-5.1.2-200608261852
Saving cache...
lvps####:/var/log/apache2 # smart remove php5-sqlite2-5.1.2-200608261852
Loading cache...
Updating cache... ############################################################################################################## [100%]
Computing transaction...
Removing packages (2):
php5-sqlite2-5.1.2-200608261852@i586 sb-publish-3.0.1-200610111507@noarch
365.3kB will be freed.
Confirm changes? (Y/n): sb-publish-3.0.1-200610111507@noarch
lvps####:/var/log/apache2 #
lvps####:/var/log/apache2 # smart remove php5-sqlite2-5.1.2-200608261852
Loading cache...
Updating cache... ############################################################################################################## [100%]
Computing transaction...
Removing packages (2):
php5-sqlite2-5.1.2-200608261852@i586 sb-publish-3.0.1-200610111507@noarch
365.3kB will be freed.
Confirm changes? (Y/n): Y
Committing transaction...
Preparing... ############################################################################################################## [ 0%]
1:Removing php5-sqlite2 ############################################################################################################## [ 50%]
lvps####:/var/log/apache2 # smart install php5-pdo_sqlite
Loading cache...
Updating cache... ############################################################################################################## [100%]
Computing transaction...
Installing packages (2):
php5-pdo_sqlite-5.1.2-29.50@i586 php5-sqlite-5.1.2-29.50@i586
380.3kB of package files are needed. 711.7kB will be used.
Confirm changes? (Y/n): Y
Committing transaction...
Preparing... ############################################################################################################## [ 0%]
1:Installing php5-sqlite ############################################################################################################## [ 50%]
2:Installing php5-pdo_sqlite ############################################################################################################## [100%]
Saving cache...
3. Apache neu starten
4. freuen das es geht
das problem war das die php-extension PDO nicht installiert war auf meinem VPS

bei der installation sieht man das es einen konflikt mit der vorhandenen sqlite extension gab. deinstallation der version und installation der neuen löste auch dieses problem.
HF
