Problems with apreq2 on OS X
Patrick Galbraith <[email protected]>
| Newsgroups | gmane.comp.apache.apreq |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Trying to move development to my local mac since coding remotely to the only box I could get apache2, mod_perl2 and libapreq2 working is remote, and the connection is terrible. So, I have tried both using source and also with ports, and get the same problem upon trying to load my handler: [Sun Oct 29 12:38:27 2006] [notice] Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8d DAV/2 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations dyld: lazy symbol binding failed: Symbol not found: _apreq_handle_apache2 Referenced from: /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/APR/Request/Apache2/Apache2.bundle Expected in: dynamic lookup dyld: Symbol not found: _apreq_handle_apache2 Referenced from: /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/APR/Request/Apache2/Apache2.bundle Expected in: dynamic lookup [Sun Oct 29 12:38:38 2006] [notice] child pid 11206 exit signal Trace/BPT trap (5) OS X version: Darwin radha.local 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386 Not sure what this is. Anyone encountered this before? Also, is there a way to have access to things like $rec->param without having to use Apache2::Request/libapreq2? I ask this in case there is no solution for getting this to work, as well as on linux distributions I cannot get libapreq2 working. Thanks! Patrick