Using Lampp in Ubuntu, I set the include_path of my php.ini to "/usr/share/php/libzend-framework-php" for me to get to zend library.
But when I use it in a code, like say:
require_once "Zend/Loader/Autoloader.php";
I'm getting an error- "failed to open stream: No such file or directory". I'm totally lost. I don't know why my script aren't getting the file when it is actually there.