Hi,
sathya.zend wrote:
Fatal error: require_once() [function.require]: Failed opening required
'Zend/Loader/Autoloader.php'
(include_path='.:/usr/share/php5:/usr/share/pear:/usr/share/php/libzend-framework-php/zend')
in /var/www/works/zend/social/testbox/library/Zend/Application.php on line
80
The library folder containing the 'Zend' folder should be on the include
path. As you can see your 'library/Zend/Application.php' did not fail,
so the parent directory of this library folder is on the includepath.
I suppose you should change
/usr/share/php/libzend-framework-php/zend
into
/usr/share/php/libzend-framework-php/zend/library
in your php.ini
HTH,
Gerard