in reply to Re^2: How to link to OpenCV goodies for PERL5
in thread How to link to OpenCV goodies for PERL5

Does your program work from commandline, or does it die with the same error message?

If it works, you need to inspect the LDD output from apache/cgi program

It might show that apache doesn't have permission to read linux-vdso ..

More on this type of thing Re^3: DBD::mysql fail install check (DYLD_LIBRARY_PATH ldd otool install_name_tool VERSIONER_PERL_PREFER_32_BIT .bundle/.dylib/.so

  • Comment on Re^3: How to link to OpenCV goodies for PERL5

Replies are listed 'Best First'.
Re^4: How to link to OpenCV goodies for PERL5
by freddythunder (Novice) on Jun 09, 2013 at 17:20 UTC
    Nope, same error message from the command line. It makes more sense to me to get it working there first and then work my way through apache.
      Oh. Well, I don't see that ObjectDetect.so is linked to any libopencv.so , do you have an ...opencsv..so and where is it?