PDA

View Full Version : [ubuntu] libgettext for Blender


stoneage
April 28th, 2008, 10:39 PM
I have an svn version of Blender from graphicall.org that ran on Gutsy but won't run on Hardy. The problem seems to a lack of libgettextlib-0.16.so. Only gettext 0.17 is available for Hardy. Is there a way to get it to run on Hardy, or do I have to bin it(the Blender, not Hardy) ?

stoneage
April 29th, 2008, 12:02 AM
If I "sudo ln -s libgettextlib-0.17.so libgettextlib-0.16.1.so" will it solve it?