On Thu, 2005-04-14 at 13:45 +0400, Guest007 wrote:
> Hello 2 All!
>
> I'm python programmer and try to find a reporting tool for me. rlib looks very good.
> I try to compile and have some questions:
> 1) Why in $ ./configure --disable-perl --with-pythonver=2.4
> I've got this:
> checking for a Python interpreter with version >= 2.4... python
> checking for python... /usr/bin/python
> checking for python version... 2.4
> checking for python platform... linux2
> checking for python script directory... ${prefix}/lib/python2.4/site-packages
> checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
>
> {exec_prefix}={prefix}=/usr/local and for testing it's fine for me, but I have not python there...
> Python installed in /usr
add a "--prefix=/usr" to your configure
>
> 2) Are you planning to add a sqlite3 support? Very good local sql database. For local projects and
> for testing purpose it will be better choice. But for non-C programs may be Array Table Data Sources
> is better...
I have no immediate plans to add sqlite support, feel free to however :)
Also I have not added Array table data source to python. I don't have
any immediate plans on do that either. Again, feel free to tack a crack
at it
>
> 3) Why
> checking for gdlib-config... no
> *** WARNING: GD NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED WITH SUPPORT FOR IT
> Only GD is supported? Not GD2?
You probably need "gd-progs" package installed on your distro.
- bob
|