Problem configuring ggz-grubby 0.0.6
Status: Inactive
Brought to you by:
dr_maux
Hi,
I try to configure ggz-grubby-0.0.6 on my GNU/Linux system,
and I got this littre problem :
[...]
Extra check: perl... not yet supported.
Extra check: ruby... no.
configure: creating ./config.status
[...]
It is very strange because I have ruby (1.6.7) installed.
It would be great if you could help me with this !
Best regards,
Pierre.
Logged In: YES
user_id=2207
This is very well possible because language bindings are not
well tested yet.
Note that you do not necessarily need ruby to run grubby, but
you could help with the following information:
- Where is your ruby library located?
(e.g. /usr/lib/libruby.so or /usr/local/lib/libruby1.6.so)
- Where are ruby development files (ruby.h) installed?
(e.g. /usr/lib/ruby/1.6/i386-linux)
Logged In: YES
user_id=512388
Ok, here is the informations :
# locate libruby
/usr/local/lib/ruby/1.6/i686-linux/libruby.a
/usr/local/lib/libruby.so
/usr/local/lib/libruby.so.1.6.7
/usr/local/lib/libruby.so.1.6
# locate ruby.h
/usr/local/lib/ruby/1.6/i686-linux/ruby.h
Logged In: YES
user_id=512388
I have the same problems with 0.0.7, now for perl and python.
Logged In: YES
user_id=2207
So I need to know:
- does Perl know about its development environment?
perl -MExtUtils::Embed -e ccopts
perl -MExtUtils::Embed -e ldopts
The files and directories output by these commands should exist.
- is Python 2.2 installed and has its headers in
/usr/include/python2.2?
In GGZ 0.0.8 we can try to support 2.3 too.
Also, there is now a new ruby check in place in CVS, I hope
it still works :-)
Logged In: YES
user_id=512388
$ perl -MExtUtils::Embed -e ccopts
-fno-strict-aliasing -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/lib/perl5/i386-linux/CORE
$ perl -MExtUtils::Embed -e ldopts
-rdynamic -L/usr/local/lib
/usr/lib/perl5/i386-linux/auto/DynaLoader/DynaLoader.a
-L/usr/lib/perl5/i386-linux/CORE -lperl -lnsl -ldl -lm -lc
-lcrypt -lutil
I have Python 2.3 in /usr/local/include/python2.3
Logged In: YES
user_id=2207
Well Python 2.3 is only supported in latest CVS.
In general, since this problem still hasn't been solved
after such a long time, I'd recommend you to try grubby from
CVS.
Then we can test until everything works, and GGZ 0.0.8 will
work out of the box for you.
I don't know why Perl doesn't work for you.