Re: Prob. installing libapreq2 under Leopard

2007-11-12 Thread Hendrik Van Belleghem
Hey, Are you using a beta Leopard? All my modules are timestamped about 20 days later :) Hendrik On Nov 11, 2007 9:54 PM, Laurent MARTIN <[EMAIL PROTECTED]> wrote: > I've neglected to look into the modules folder before I started compiling. > Is yours timestamped on the 24/09? Does that one wor

Re: Prob. installing libapreq2 under Leopard

2007-11-11 Thread Laurent MARTIN
I've neglected to look into the modules folder before I started compiling. Is yours timestamped on the 24/09? Does that one work? Any differences with the compiled one? See the stamp below: -rwxr-xr-x 1 root wheel 864840 24 sep 04:21 mod_perl.so In fact, I haven't tried to compile mod_perl

Re: Prob. installing libapreq2 under Leopard

2007-11-11 Thread Hendrik Van Belleghem
Hi, I've neglected to look into the modules folder before I started compiling. Is yours timestamped on the 24/09? Does that one work? Any differences with the compiled one? Hendrik On Nov 11, 2007 9:27 PM, Laurent MARTIN <[EMAIL PROTECTED]> wrote: > Hi Hendrik! > Thank you for your help: things

Re: Prob. installing libapreq2 under Leopard

2007-11-11 Thread Laurent MARTIN
Hi Hendrik! Thank you for your help: things are going much better now, as mod_apreq2.so loads well now! Thank you. Something I've noticed: you said that mod_perl wasn't included with Leopard but I haven't installed it by myself. I've found a mod_perl.so file in /usr/libexec/apache2: don't y

Re: Prob. installing libapreq2 under Leopard

2007-11-11 Thread Hendrik Van Belleghem
Hi, amazingly it passed initial tests.. Still doing some tests on other stuff :) DBD::Mysql is one of the other things I'm still working out on Leopard. Once that's fixed, I can test if mod_perl and A2::P work for my app :) I'll keep this list posted. Hendrik On Nov 11, 2007 8:09 PM, Fred Moyer

Re: Prob. installing libapreq2 under Leopard

2007-11-11 Thread Fred Moyer
Hendrik Van Belleghem wrote: Hi, actually, I double checked.. rebuild Apache2::Request from scratch after removing every reference to existing A2::R.. Same error applies. I never loaded the module into the httpd.conf though. I stuck to using it as a replacement for CGI (but for mod_perl) :)

Re: Prob. installing libapreq2 under Leopard

2007-11-11 Thread Hendrik Van Belleghem
Hi, actually, I double checked.. rebuild Apache2::Request from scratch after removing every reference to existing A2::R.. Same error applies. I never loaded the module into the httpd.conf though. I stuck to using it as a replacement for CGI (but for mod_perl) :) Hendrik On Nov 11, 2007 7:46 PM,

Re: Prob. installing libapreq2 under Leopard

2007-11-11 Thread Fred Moyer
Hendrik Van Belleghem wrote: This fixed the compilation.. but when I loaded it in my code, it spit out the following message in my logs: dyld: lazy symbol binding failed: Symbol not found: _apreq_handle_apache2 I'm going to take a guess here and say that you have more than one version of lib

Re: Prob. installing libapreq2 under Leopard

2007-11-11 Thread Hendrik Van Belleghem
Hey, I'm having similar problems but I've fixed the archictecture problems while compiling.. During compilation, I've forced the architecture: export ARCHFLAGS="-arch x86_64" export CFLAGS="-arch x86_64" I know one one person who used export CFLAGS=-m64 but YMMV. It didn't work for me. This fi

Prob. installing libapreq2 under Leopard

2007-11-11 Thread Laurent MARTIN
Hi there! I'm trying to install libapreq2 under my newly installed Mac OS X 10.5 on a MacBook Pro (Core Duo 2, SantaRosa), but something must be wrong in what I'm doing as Apache refuses to launch as soon as I add the following to the httpd.conf file: LoadModule apreq_module libexec/apache