in reply to XS module cannot find boot_FooBar symbol

In 1 part of your post your error message says "libFooBar.so", in the other you call the file FooBar.so. I'm not a POSIX person, but get your filenames straight.
  • Comment on Re: XS module cannot find boot_FooBar symbol

Replies are listed 'Best First'.
Re^2: XS module cannot find boot_FooBar symbol
by llancet (Friar) on Mar 06, 2014 at 07:22 UTC

    These are two files. The libFooBar.so is the original library, and the FooBar.so is the library for the perl wrapper module.

    I've solved this issue by placing FooBar.so on the correct location.