On Jan 16, 2008, at 15:19, Philippe M. Chiasson wrote:

Sounds like universal binary fun.

Can you send the exact build instructions you used for:
- perl
- httpd
- mod_perl


So I can try and reproduce ?

I compiled Perl myself, from source:

% perl -v
This is perl, v5.10.0 built for darwin-2level

The Apache and mod_perl source directories:

apache_1.3.39
mod_perl-1.31-rc2/

Is there something I should edit to try a fix?

$> file libstandart.a
$> file modules/perl/libperl.a

Should give you an idea of what architectures you are dealing with.

% cd apache_1.3.39
% file src/modules/standard/libstandard.a
src/modules/standard/libstandard.a: current ar archive random library
% file src/modules/perl/libperl.a
src/modules/perl/libperl.a: Mach-O bundle i386

It's probably an issue of a universal binary build of Perl, against
a single-binary build of httpd ( or vice-versa )

HTH,

David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to