2009/10/27 Moacir de Oliveira <moacirdeoliveira....@gmail.com>: > Hi Tiago, > >> :~/PHP/pt_BR/trunk$ phd -d preface.xml >> [01:43:04 - VERBOSE_INDEXING] Indexing... >> [01:43:04 - E_WARNING] /usr/local/bin/phd:13 >> fopen(/usr/local/lib/php// >> phpdotnet/phd/ReaderKeeper.php): failed to open stream: No such file or >> directory >> PHP Fatal error: Class 'phpdotnet\phd\ReaderKeeper' not found in >> /usr/local/lib/php/phpdotnet/phd/Render.php on line 0 >> >> Fatal error: Class 'phpdotnet\phd\ReaderKeeper' not found in >> /usr/local/lib/php/phpdotnet/phd/Render.php on line 0 > > This problem is already fixed in svn. And how phd from trunk has a lot of > fixes and new features, you have to add the following line: > > $ pear install -f package_generic.xml
This is a bad practice as it forces the installation without checking the required dependencies (like, in the case of the PDF package, it doesnt check for pecl/haru). -Hannes