linux - Where i can find libopenexr.so in Ubuntu -


i want build code example depenedent on libopenexr library.

so found 2 packages:

wiesniak@wiesniak-precision-m4800:~/openglsb5e_build$ apt-cache search openexr ... libopenexr-dev - development files openexr image library libopenexr6 - runtime files openexr image library ... 

i tried install them, in system:

wiesniak@wiesniak-precision-m4800:~/openglsb5e_build$ sudo apt-get install libopenexr6 libopenexr-dev ... libopenexr-dev newest version. libopenexr6 newest version. 0 upgraded, 0 newly installed, 0 remove , 0 not upgraded. 

i see includes in /usr/include, cannot find library cannot link project. tried found in several ways, like:

wiesniak@wiesniak-precision-m4800:~/openglsb5e_build$ ldconfig -p |grep exr wiesniak@wiesniak-precision-m4800:~/openglsb5e_build$  

but looks not available in system.

any idea can ? should more ? how can find ?

thank greg.

ok found answer.

i assume library name somthing like: libopenexr*.so, wrong.

the correct name of library provided libopenexr package libilmimf

** ilmimf - library reads , writes openexr images.** 

best regards

greg

p.s. never understand why people gave such names, impossible pronounce, not mention not related package name @ all.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -