How can I specified the correct path for my library?

Interesting question! I was also wondering about how to set LD_LIBRARY_PATH to a certain value. Changing it with sb2-config will break my whole scratchbox environment (unsetenv helps here, of course).

This shell script doesn't work either:

#!/bin/bash
LD_LIBRARY_PATH="/my/own/lib:$LD_LIBRARY_PATH"
$@
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to