use a non-threaded apr with apache 1.3.
Donald Ball wrote:
>
> hey guys. i'm trying to get the latest mod_webapp from cvs to work with
> the latest apr from cvs and apache-1.3.12. i'm getting this error when i
> try to test the configuration:
>
> [root@chngw lib]# apachectl configtest
> Syntax error on line 41 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/mod_webapp.so into server:
> /usr/local/lib/libapr.so.0: undefined symbol: pthread_create
>
> any idea what's going on? it's a redhat-6.2 box with kernel-2.2.18 and
> glibc-2.1.3-22. apr built cleanly with no errors or warnings.
>
> - donald