From: Nabil <na...@kr...> - 2007-03-02 16:14:43
|
I'm trying to build rlib on a freebsd 6.1 machine. I have python 2.4 installed and running. I used "./configure --with-pythonver=2.4 -- includedir=/usr/local/include" to configure rlib for installation but I got this output: hecking for a Python interpreter with version >= 2.4... python checking for python... /usr/local/bin/python checking for python version... 2.4 checking for python platform... freebsd6 checking for script directory... ${prefix}/lib/python2.4/site-packages checking for extension module directory... ${exec_prefix}/lib/ python2.4/site-packages checking NONE/include/python2.4/Python.h usability... no checking NONE/include/python2.4/Python.h presence... no checking for NONE/include/python2.4/Python.h... no *** WARNING: PYTHON was found but Python.h was not! No python bindings for you. Perhaps you need to install the devel package or something [--snip--] BINDINGS: PHP: no PHP entension dir: PYTHON: no PYTHON version: 2.4 PYTHON entension dir: JAVA: no CSHARP: no PERL: yes PERL entension dir: /usr/local/lib/perl5/5.8.8/mach Python.h is in /usr/local/include/python2.4/... Where did the NONE come from? Is there an environment variable I need to set that points to the python include... As you see I used the --includedir option. The python bindings are a must!! Thanks in advance for your help. |