Hi.
I have installed the sanity test tarball (1.8.0-minimal) as follows:
/usr/share/zend-framework/1.8.0b2/...
/library/
/bin/
etc.
NB: I've called it 1.8.0b2 in case the final release is different.
I have added the following symbolic links:
/usr/share/php/Zend => /usr/share/zend-framework/1.8.0b2/library/Zend/
/usr/local/bin/zf -> /usr/share/zend-framework/1.8.0b2/bin/zf.sh
The websites I'm developing find ZendFramework correctly. I've removed
all copies from within the website directories, so I know it is using
the /usr/share/php library.
However, when I try to run the zf command, I get the following:
-------- Start Output --------
An Error Has Occurred
An action and provider is required.
Zend Framework
Fatal error: Class 'Zend_Version' not found in
/usr/share/zend-framework/1.8.0b2/library/Zend/Tool/Framework/Client/Console/HelpSystem.php
on line 159
--------- End Output ---------
If I remove the library link from /usr/share/php, zf works fine.
The zf command is not that important for me (yet), but I would like to
get a fully working installation with ZF in the PHP library path.
Any ideas on how to fix this? Am I doing something stupid?
Many thanks,
James Carr