उबंटू सटीक (12.04.1 LTS)
मैं PEAR के लिए नया हूँ।
मैंने PEAR को स्थापित किया। फिर, नाशपाती का उपयोग करके मैंने phpdoc स्थापित किया।
यह रेखांकन कार्यों को छोड़कर शानदार काम करता है।
मैंने यह आदेश चलाया:
/var/www/site5 $ phpdoc -f models/classes.php -t ./docs/classes
Collecting files .. OK
Initializing parser .. OK
Parsing files
Parsing /var/www/site5/models/classes.php
Storing cache in "/var/www/site5/docs/classes" .. OK
Load cache .. 0.026s
Preparing template "clean" .. 0.069s
Preparing 15 transformations .. 0.000s
Build "elements" index .. 0.017s
Replace textual FQCNs with object aliases .. 0.151s
Build "packages" index .. 0.015s
Collect all markers embedded in tags .. 0.015s
Build "namespaces" index and add namespaces to "elements" .. 0.004s
Transform analyzed project into artifacts .. Unable to
find the `dot` command of the GraphViz package. Is GraphViz correctly installed
and present in your path? 12.465s
Analyze results and write report to log .. 0.004s
$
मुझे एहसास हुआ कि इस साइट के लिए मेरे अपाचे वर्चुअल होस्ट में मेरे पास यह लाइन थी:
php_value include_path ".:/var/www/site5/includes"
और इसलिए मैंने सोचा कि शायद यह अन्य निर्देशिकाओं को शामिल करने से रोक रहा है ...?
इसलिए मैंने इसे बदलने की कोशिश की:
php_value include_path ".:/var/www/site5/includes:/usr/lib/php:/usr/share/php"
यह भी काम नहीं किया, इसलिए मैंने अंततः लाइन से टिप्पणी की , लेकिन अभी भी वही त्रुटि है।
मामले में यह मदद करता है, के अंदर /usr/share
, मैंने यह आदेश चलाया:
/usr/share$ find -name "*GraphViz*"
./php/phpDocumentor/vendor/phpdocumentor/graphviz/src/phpDocumentor/GraphViz
./php/phpDocumentor/vendor/phpdocumentor/graphviz/tests/phpDocumentor/GraphViz
./php/Image/GraphViz.php
./php/test/Image_GraphViz
./php/data/phpDocumentor/features/generate-documentation/graphs/GenerateClassDia
gramUsingGraphViz.feature
/usr/share$
मैं नहीं देखता कि यह काम क्यों नहीं कर रहा है। आपकी सहायता के लिए धन्यवाद।