Installation Prob Zend!?

Hello,

I have two servers, both same to Lighttpd at once, and once Apache2.
same PHP version.

When everything works properly lighty

this here is the Apache:

Warning: require_once (Zend / Session / Abstract.php) [function.require-once]: failed to open stream: No such file or directory in / var/www/web1/html/piwik/libs/Zend/Session.php on line 29

Fatal error: require_once () [function.require]: Failed opening required ‘Zend / Session / Abstract.php’ (include_path =’.’) in / var/www/web1/html/piwik/libs/Zend/Session.php on line 29

can someone help me?

Sorry. Piwik won’t run on your crippled server as it appears your sysadmin/hosting provider has disabled both set_include_path() and ini_set().

this is a VPS where this does not work. with the pure server with lighttpd so that works.
ranging VPS root pick the right matters to the extent that I can use piwik?

You can try removing all the require_once statements from the Zend Framework (libs/Zend) so that the autoloader is used.