[PlanetCCRMA] Cinelerra failure

Knut-Håvard Aksnes kna@tirsdagsklubben.nu
Tue Jun 15 14:57:02 2004


> Does prelink follow symlinks, if not you can install the cinelerra binary
> in a path not searched by prelink and then symlink to it from /usr/bin
> thus avoiding the problem.
>

Even if prelink follows symlinks a version of this solution will work
by writing a small shell script a two liner looking something like this as
content:

#!/bin/sh
exec /usr/cinelerra/bin/cinelerra "$@"

This script is installed as /usr/bin/cinelerra. The application is installed
outside the catalogs searched by prelink.