Karol Krenski wrote:
Just tried the new inkscape-0.45pre1.x86.package that is advertised on www.inkscape.org. I am getting these errors when trying to launch:
[mimooh@...1459... ~]$ inkscape inkscape: /lib/libgcc_s.so.1: version `GCC_3.4' not found (required by inkscape) inkscape: /usr/bin/../lib/libpng12.so.0: no version information available (required by inkscape)
The GCC_3.4 one seems to be fatal - inkscape won't launch. This is my configuration:
[root@...1459... ~]# rpm -qa | grep gcc libgcc-3.3.6-4 gcc-dirs-1.0-2 gcc-3.3.6-4 gcc-c++-3.3.6-4 [root@...1459... ~]# rpm -ql libgcc /lib/libgcc_s.so.1
I would say I use a rather fresh distro (PLD Linux) and I just upgraded libgcc package. What is the problem then?
Just to update the list on this problem. I've chatted with Mike from autopackage a couple times over the last days. More research is necessary, but this may be an autopackage problem. In the meantime users who are confounded by this may try starting inkscape with the following command.
`LD_LIBRARY_PATH=/usr/libexec/autopackage/ inkscape`
Please report back if that works for you.
Aaron Spike