Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Gustav Kristoffer Ek
On Mon, 13 Nov 2000, Gerald Richter wrote: loading...dyld: /usr/bin/perl Undefined symbols: _ap_get_client_block ... Mostly this is because the symbols have been striped from the Apache binary after build. You can see the public symbols of the httpd binary with nm

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Gerald Richter
nm httpd are missing ones listed ? No one of them are listed. Think I have to figure out how the linker/compiler works on macos x in details. Any other suggestions? Sorry, I don't even know what "macos x" is... Does mod_perl build and run correctly ? If yes, we can maybe look at it's

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Ruben I Safir
Is that the new Machintosh BSD OS?

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Ray Zimmerman
At 1:17 PM -0500 11/13/00, Ruben I Safir wrote: Is that the new Machintosh BSD OS? Yes. Darwin refers to the open source BSD layers, and Mac OS X refers to the whole thing including the new Aqua UI on top and the Classic compatibility environment for running previous Mac OS apps. Mac OS X is

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Gustav Kristoffer Ek
On Mon, 13 Nov 2000, Gerald Richter wrote: [...] Does mod_perl build and run correctly ? Yes, it does. But I have a similar problem with Apache::Request though If yes, we can maybe look at it's Makefile, to see what's different. you meen modperls' Makefile right? I think it has something

problems with HTML::Embperl on macos x (darwin)

2000-11-12 Thread Gustav Kristoffer Ek
I have compiled the latest embperl from cpan (1.3b6) with apache support, but when I try make test I got: PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl loading...dyld: /usr/bin/perl Undefined symbols:

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-12 Thread Gerald Richter
PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl loading...dyld: /usr/bin/perl Undefined symbols: _ap_get_client_block ... Mostly this is because the symbols have been striped from the Apache binary after