DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 46 forks source link

graphics/inkscape fails: "libinkscape_base.so" not found #189

Closed peeterm007 closed 5 years ago

peeterm007 commented 7 years ago

graphics/inkscape fails to start, says: "libinkscape_base.so" not found,


% inkscape & Shared object "libinkscape_base.so" not found, required by "inkscape"

This is because graphics/inkscape/pkg-plist says the library is installed as

lib/inkscape/libinkscape_base.so

but /usr/local/lib/inkscape is not added to the ldconfig hints file. I do not know if inkscape has the same issue on FreeBSD. Would adding

USE_LDCONFIG+= ${PREFIX}/lib/inkscape

in the graphics/inkscape/Makefile resolve the issue?

seannaswell commented 6 years ago

Can confirm the above fixes the issue.

Had same problem with Inkscape install today, added the USE line, and recompiled with Synth. Reinstalled pkg works as expected.