[mod_python] Mod_python 3.2.7 on RedHat Enterprise 3

Nicolas Lehuen nicolas at lehuen.com
Wed Feb 15 13:29:19 EST 2006


Well, it's not sure that the APR version you get by typing this is the
same as used by your Apache server. It could come from another
package. One sure thing is that Apache 2.0.46 did not include APR
0.9.4, and therefore did not have a apr_table_compress function.

Regards,
Nicolas

2006/2/15, Cassiano, Marco <mcassiano at manord.com>:
> Thank you Jim,
>
> It seems I have the correct version...
>
>
> [root at oldsvi root]# apr-config --version
> 0.9.4
>
>
>
>
> Marco
>
> -----Original Message-----
> From: Jim Gallacher [mailto:jpg at jgassociates.ca]
> Sent: Wednesday, February 15, 2006 6:15 PM
> To: Cassiano, Marco
> Cc: mod_python at modpython.org; martin at highwaytohell.net
> Subject: Re: [mod_python] Mod_python 3.2.7 on RedHat Enterprise 3
>
> Cassiano, Marco wrote:
> >  Hi All,
> >
> >
> > I tried to compile Mod_python 3.2.7 on RH3EL with ./configure --with-python=/usr/local/bin/python2.4 --with-apxs=/usr/sbin/apxs > config.log
> >
> > The compilation seems to be ok (some warnings) but when I start apache I get this error :
> >
> > service httpd start
> >
> > Starting httpd: Syntax error on line 6 of /etc/httpd/conf.d/python.conf:
> >
> > Cannot load /etc/httpd/modules/mod_python.so into server: /etc/httpd/modules/mod_python.so: undefined symbol: apr_table_compress
> >
> >
> > I tried to search the web with no result.
> >
> > Any help is appreciated
> >
>
> Most likely you have an older apr version. Mod_python 3.2.7 now uses
> apr_table_compress, which was added in APR 0.9.4. Could you confirm your
> version by running:
>
> $ apr-config --version
>
> Ref. http://www.apache.org/dist/apr/CHANGES-APR-0.9
>
> Jim
>
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>



More information about the Mod_python mailing list