Hello,
On 2012-10-31 17:49, Gabriele wrote:
I had to put symlinks to make it work:
lrwxrwxrwx 1 root staff 16 Oct 4 18:16 indexer ->
/usr/bin/indexer
lrwxrwxrwx 1 root staff 16 Oct 5 16:25 searchd ->
/usr/bin/searchd
It worked !!!
$ sudo ln -s /usr/bin/indexer /usr/local/bin/indexer
$ sudo ln -s /usr/bin/searchd /usr/local/bin/searchd
Thank you very much !
I'll go on testing :)
finally, I'm glad that it works now. However if you prefer you can
adjust
the cron jobs to refer to /usr/bin/indexer intead of creating a
symlink.
It's up to you.
Janos