in reply to Twig in a crontab?

One answer is to use crle which has a similar function to ldconfig on linux

# show current config crle # create new config crle -l /usr/lib:/usr/local/lib:/opt/swf/lib crle -u
will create a configuration file for the linker so that it knows where to look for dynamic libraries.

Warning Read the man page before running any commands.

Replies are listed 'Best First'.
Re^2: Twig in a crontab?
by Tanktalus (Canon) on Jan 31, 2008 at 23:11 UTC

    Of course, the next closest thing is to just create symlinks in /usr/lib to the expat library ;-)

    (I know new symlinks are needed each time you upgrade the expat library. I know that this will happen so infrequently that you'll need to reinvestigate each time it happens because you won't remember. Shhhh!)