Hi list,I was just testing the new Pharo 3.0 on an Ubutu box, and I found the Athens Cairo examples are not working. The first bug is just about the path of libcairo.so.2 in Ubuntu x64, which is as follows:/usr/lib/x86_64-linux-gnu/libcairo.so.2So, this path should be added to CairoLibraryLoader class >> pathToCairoOnLinux.Still, after adding it, I get: 'failed to get a symbol address: cairo_image_surface_create', and here I'm lost... any ideas what's going on?Thanks!--
Bernat Romagosa.