Comment 2 for bug 1586011

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

Today I tried to do:

+%cmake -DCMAKE_SKIP_RPATH:BOOL=

instead of

+%cmake

and now I'm getting this error instead which is similar and has the same workaround:

shlomif@telaviv1:~$ inkscape
inkscape: error while loading shared libraries: libgdl_LIB.so: cannot open shared object file: No such file or directory
shlomif@telaviv1:~$ export LD_LIBRARY_PATH=^C
shlomif@telaviv1:~$ LD_5~^CBRARY_PATH=/home/shlomif/apps/glibc-git-to-del/lib/ m
ake test
shlomif@telaviv1:~$ export ^C
shlomif@telaviv1:~$ LD_LIBRARY_PATH=/usr/lib/inkscape inkscape

(inkscape:17467): Gtk-WARNING **: Theme directory base/ of theme oxygen has no size field

shlomif@telaviv1:~$

I'm also going to try with setting it to =OFF.