[zeromq-dev] Ruby and Python bindings on Fedora
Conrad Steenberg
conrad.steenberg at gmail.com
Fri Jul 24 16:41:44 CEST 2009
Hi Josip,
I made a source rpm which includes ruby bindings - see
http://clarens.caltech.edu/blog
You can install the .src.rpm and look at the .spec file. Or just rebuild
it of course.
Cheers,
Conrad
On Fri, 2009-07-24 at 11:34 +0200, Josip Lisec wrote:
> Hello guys,
>
> I'm having some troubles installing both Ruby and Python bindings on
> Fedora, here are system details:
> Kernel version: 2.6.29.4-167.fc11.i586
> ruby -v: ruby 1.8.6 (2009-06-08 patchlevel 369) [i386-linux]
> python: Python 2.6 (r26:66714, Jul 4 2009, 17:38:03)
> 0MQ: 1.0.0
>
> I've located libruby in /usr/lib and ruby.h
> in /usr/lib/ruby/1.8/i386-linux
> After executing:
> $ ./configure --with-python --with-ruby --with-ruby-libdir=/usr/lib
> --with-ruby-headersdir=/usr/lib/ruby/1.8/i386-linux
> I endup with "unusable Python.h" errors[1], if I just pass
> --with-python option the check wont even happen and bindings won't be
> built at all,
> and if I just pass ruby-related options I end up with "no ruby.h"
> errors[2]. I can confirm that both ruby.h and Python.h are present on
> the system.
>
> Any suggestions?
>
> [1] http://pastie.org/557494
> [2] http://pastie.org/557497
>
> Cheers,
> Josip Lisec
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list