From: Kouhei Sutou Date: 2005-10-18T13:49:16+09:00 Subject: Re: rcairo 1.0.0 Hi, In <1129580762.143512.240930@g14g2000cwa.googlegroups.com> "Re: rcairo 1.0.0" on Tue, 18 Oct 2005 05:26:57 +0900, "Tool69" wrote: > I've installed cairo and rcairo on Ubuntu Thanks! :) > Launching ps.rb gives me an empty file test.ps with the following error > : > > ruby: symbol lookup error: ../packages/cairo/ext/cairo.so: undefined > symbol: cairo_ps_surface_create_for_stream" It seems that this is a cairo library search problem. It seems that your rcairo was compiled with cairo which supports PS/PDF but you use rcairo with cairo which does not support PS/PDF. Thanks, -- kou