Installed elmerfem via pkg. Trying to launch ElmerGrid I get: Shared object "libmatc.so" not found, required by "ElmerGrid" # pkg which /usr/local/lib/elmersolver/libmatc.so /usr/local/lib/elmersolver/libmatc.so was installed by package elmerfem-7.0.20141202 # ls -al /usr/local/lib/elmersolver/libmatc.so -rwxr-xr-x 1 root wheel 144072 Jun 23 08:23 /usr/local/lib/elmersolver/libmatc.so Please advise Thanks Anton
Forgot to include: # ldd /usr/local/bin/ElmerGrid /usr/local/bin/ElmerGrid: libmatc.so => not found (0) libm.so.5 => /lib/libm.so.5 (0x8008b2000) libc.so.7 => /lib/libc.so.7 (0x800ada000)
The pkg-plist carries the shared library here: lib/elmersolver/libmatc.so I will probably add some symlinks. For now, note that there is an update pending so I will fix the problem there.
Setting this in the port Makefile should fix it: USE_LDCONFIG= ${PREFIX}/lib/elmersolver
Yes, this helps, thank you
Drop myself from this PR, the issue was fixed in 196577.
Fixed by 196577.