Buildfarm issues with shared libraries [closed]
Hi all,
I just decided to release for indigo a package that I had working for hydro and could not solve a problem with an external shared library. My package is avt_vimba_camera, a driver for Allied Vision Technologies cameras using ethernet (mainly). For that I need to use AVT SDK called VIMBA. In my package, I have VIMBA libraries and I "find_library" them from the CMakeLists.txt, who checks for the appropiate architecture (32 vs 64 bit).
The package itself compiles on my machine and on another machine with no issue at all, but on jenkins, the library cannot be found (example).
What is the difference on these builfarms that cause the library to be "NOTFOUND"?