I installed Intel IPP on my computer, I followed the specific steps where you can find it here:
http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-linux-how-to-install-intel-ipp-for-linux/
and associated the library with my IDE, which is Eclipse, it compiles fine, but when I run the code, I got this error:
when loading shared libraries: libippcv.so.7.0: cannot open shared objects file: no such file or directory
any idea what could be the problem?
thanks
You probably need to add the IPP library path to your ld.so.conf , and then run sudo ldconfig . You can verify the correct connection of the application by doing the following:
ld.so.conf
sudo ldconfig
ldd <your_app_name>
Hope this helps!
Source: https://habr.com/ru/post/1389072/More articles:The best way to get your Android Market username is androidDeploy to device: installation failed: AMDeviceInstallApplication returned: 0xe8000050 - xamarin.iosArray indexing in numpy - pythonNon-string values ββin a DataGridViewComboBoxColumn causing DataErrors in a DataGridView - c #Is 'git reset --soft' no-op command? - gitCreating characters from HTML characters in FPDF - htmlHow to create a new pointer for each installed instance? - c #Creating the first row in a DataTable column name - c #Template objects that do not match different languages ββ- javaHibernate does not create my tables - javaAll Articles