I am trying to run the examples from gpu-viv-bin-mx6q and am getting:
./tutorial1: error while loading shared libraries: libdirect-1.4.so.0: cannot open shared object file: No such file or directory
It is looking for the symbol: dfb_graphics_drivers
Where is this provided?
Solved! Go to Solution.
The prebuilt rootfs includes this library already. Usually you can find this lib symbol-link with "rootfs/usr/lib/libdirect-1.4.so.0.0.0". In another way, you can build "DirectFB" to generate this library also.
The prebuilt rootfs includes this library already. Usually you can find this lib symbol-link with "rootfs/usr/lib/libdirect-1.4.so.0.0.0". In another way, you can build "DirectFB" to generate this library also.