I am adding this method for CairoLibraryLoader class in Athens: cantFindCairoOnLinux " Cog VM is a 32-bit process, and therefore won't link with 64-bit libraries on 64-bit OS. In case if you have problems with cairo library on linux system, try following: Installing 32-bit version of Cairo library. for Fedora it is: $ yum install cairo.i686 for Ubuntu: $ sudo apt-get install libcairo2:i386 " now i need details about library locations and path to it. On 16 April 2013 14:23, Damien Cassou <damien.cassou@gmail.com> wrote:
On Tue, Apr 16, 2013 at 2:20 PM, kilon <thekilon@yahoo.co.uk> wrote:
Should I assume it works for Fedora but its not available for Ubuntu ?
yum is not meant to be used on Ubuntu system. For Ubuntu, just do:
$ sudo apt-get install libcairo2:i386
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
-- Best regards, Igor Stasenko.