Comment 9 for bug 1586011

Revision history for this message
Shlomi Fish (shlomif-gmail) wrote :

@Qantas: after building the 0.92.4 tarball using:

<<<
export LDFLAGS=' -Wl,--as-needed -Wl,--enable-new-dtags'
cmake .. -DCMAKE_INSTALL_PREFIX="$HOME/apps/to-del-inkscape" -DCMAKE_SKIP_RPATH:BOOL=ON '-DCMAKE_MODULE_LINKER_FLAGS=-Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
>>>

with this patch applied: http://svnweb.mageia.org/packages/cauldron/inkscape/current/SOURCES/im7.patch?view=log

and installing it, I get:

```
[shlomif@telaviv1 ~]$ /home/shlomif/apps/to-del-inkscape/bin/inkscape
/home/shlomif/apps/to-del-inkscape/bin/inkscape: error while loading shared libraries: libinkscape_base.so: cannot open shared object file: No such file or directory
[shlomif@telaviv1 ~]$

```