On Wed, Apr 2, 2008 at 2:43 PM, Takashi Yamamiya <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I just noticed that you have to take care about SELinux issue when you
>  build idst on linux. An easy way is to run:
>
>  chcon -t texrel_shlib_t *.so
>
>  wherever error occurs, or to rewrite Makefile. Real problem is this
>  error message (st80.so: No such file or directory) means nothing. I
>  spend about this issue half day with gdb so I send the email if it
>  helps someone.

What a coincidence, I just spent 3 hours tracking down the cause of a
"No such file or directory", too. Needless to say, the problem wasn't
that there was no such file (nor that the search path was wrong).
Although I did bark up that tree for while :(

Basically any library load problem results in that message. To track
down the problem, I usually fall back to using the OS-level loader to
get descriptive error messages.

Dan

_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc

Reply via email to