inkscape: error while loading shared libraries: libinkscape_base.so:
Bug #1586011 reported by
Shlomi Fish
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
New
|
Undecided
|
Qantas94Heavy |
Bug Description
After building inkscape-
shlomif@telaviv1:~$ which inkscape
/usr/bin/inkscape
shlomif@telaviv1:~$ inkscape
inkscape: error while loading shared libraries: libinkscape_
shlomif@telaviv1:~$
Setting LD_LIBRARY_PATH to /usr/lib/inkscape fixes the problem and inkscape appears to start fine. Perhaps a libpath or an rpath are missing.
tags: | added: linux packaging |
Changed in inkscape: | |
status: | Incomplete → New |
assignee: | nobody → Qantas94Heavy (qantas94heavy) |
To post a comment you must log in.
This is the patch for the "mgarepo co inkscape" that was used to build the .rpm. The cmake command is:
/usr/bin/cmake .. -DCMAKE_ INSTALL_ PREFIX: PATH=/usr -DCMAKE_ INSTALL_ LIBDIR: PATH=/usr/ lib64 -DCMAKE_ INSTALL_ LIBEXECDIR: PATH=/usr/ libexec -DCMAKE_ INSTALL_ SYSCONFDIR: PATH=/etc -DINCLUDE_ INSTALL_ DIR:PATH= /usr/include -DLIB_INSTALL_ DIR:PATH= /usr/lib64 -DSYSCONF_ INSTALL_ DIR:PATH= /etc -DSHARE_ INSTALL_ PREFIX: PATH=/usr/ share -DCMAKE_ BUILD_TYPE= RelWithDebInfo -DCMAKE_ CXX_FLAGS_ RELWITHDEBINFO: STRING= -DNDEBUG -DCMAKE_ C_FLAGS_ RELWITHDEBINFO: STRING= -DNDEBUG -DLIB_SUFFIX=64 -DCMAKE_ SKIP_RPATH: BOOL=ON -DCMAKE_ VERBOSE_ MAKEFILE: BOOL=ON '-DCMAKE_ MODULE_ LINKER_ FLAGS=- Wl,--as- needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable- new-dtags' -DBUILD_ SHARED_ LIBS:BOOL= ON -DBUILD_ STATIC_ LIBS:BOOL= OFF