|
From: Nicholas H. <nj...@ae...> - 2016-07-28 11:41:51
|
Hello George, Are you running on Linux? Did check get installed to /usr/local ? If so, check that /etc/ld.so.conf file contains the path '/usr/local/lib'. After you add it, you may also need to run ldconfig (as root, or with sudo) to update /etc/ld.so.cache. nick. On 2016-07-27 17:36, Dr. George E. Moore wrote: > The "make check" build and running of the example project failed with > the message "libcheck.so.0: cannot open shared object file: No such > file > or directory" > > Should this shared library be built during the "make", or is it suppose > to accompany the check package? > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and > protocols are > consuming the most bandwidth. Provides multi-vendor support for > NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > Check-devel mailing list > Che...@li... > https://lists.sourceforge.net/lists/listinfo/check-devel |