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:
and
I ran the indexer, now instead of 17 Terms i see 1747 Terms.
Thanks
Daniel
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:
Stratocumulus> ln -s /opt/bin/pdftotext /usr/bin/pdftotext
and
PHP Code:
ln -s /opt/bin/catdoc /usr/bin/catdoc
I ran the indexer, now instead of 17 Terms i see 1747 Terms.
Thanks
Daniel