11-29-2012, 10:01 PM
Uwe,
You are just fantastic!
I looked into $PATH, the directory /opt/bin was in there.
I went trough the internet and searched for related Information and found that PHP may look into /usr/bin for the application, if it is not there it fails.
I checked my /usr/bin and found nothing there. So i did a Symlink:
You are just fantastic!
I looked into $PATH, the directory /opt/bin was in there.
I went trough the internet and searched for related Information and found that PHP may look into /usr/bin for the application, if it is not there it fails.
I checked my /usr/bin and found nothing there. So i did a Symlink:
PHP Code:
<?php
Stratocumulus> ln -s /opt/bin/pdftotext /usr/bin/pdftotext
and
PHP Code:
<?php
ln -s /opt/bin/catdoc /usr/bin/catdoc


