Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-16 Thread Jens-Uwe Mager
On Fri, Jun 16, 2000 at 04:58:55PM -0400, Greg Estep wrote: > > After making a few tweaks to the test.pl script and passing the 'h' > command-line parameter (only do mod_perl tests) I was able to run all the > tests (only under mod_perl) successfully. I then was able to run some > successful tes

RE: non-DSO mod_perl, Embperl, and AIX not working

2000-06-16 Thread Greg Estep
PROTECTED]] Sent: Thursday, June 15, 2000 9:34 AM To: Greg Estep Cc: Jens-Uwe Mager; [EMAIL PROTECTED] Subject: Re: non-DSO mod_perl, Embperl, and AIX not working On Wed, Jun 14, 2000 at 07:11:11PM -0400, Greg Estep wrote: > I then did an apache 'make install', even though I think t

Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-15 Thread Jens-Uwe Mager
On Wed, Jun 14, 2000 at 07:11:11PM -0400, Greg Estep wrote: > I then did an apache 'make install', even though I think that the Embperl > compile and test processes use the source-code version of httpd... > > Now a "make test" of Embperl still gives the following results: > > $ make test > PERL

RE: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Greg Estep
] Error 255 -Original Message- From: Jens-Uwe Mager [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 14, 2000 5:54 PM To: Greg Estep Cc: Jens-Uwe Mager; [EMAIL PROTECTED] Subject: Re: non-DSO mod_perl, Embperl, and AIX not working On Wed, Jun 14, 2000 at 05:37:59PM -0400, Greg Estep

Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Jens-Uwe Mager
On Wed, Jun 14, 2000 at 05:37:59PM -0400, Greg Estep wrote: > > I don't have a httpd.exp in /usr/local/apache/libexec. I assume that is > because I am not using DSO for any of my apache modules. I > used -bI:/src/support/httpd.exp and got a clean > compile/link. Well, Apache's make install pro

RE: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Greg Estep
DSO, and am using perl 5.06, I havn't applied the perl patch mentioned in the mod_perl INSTALL. -Original Message- From: Jens-Uwe Mager [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 14, 2000 1:25 PM To: Greg Estep Cc: Jens-Uwe Mager; [EMAIL PROTECTED] Subject: Re: non-DSO mod_perl, Em

Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Shane Nay
On Wed, 14 Jun 2000, you wrote: > On Wed, Jun 14, 2000 at 11:29:23AM +, Shane Nay wrote: > > > I thought he was compiling everything statically. (httpd + modperl + embperl) > > The way I suggested isn't right on any platform :-). (Didn't see the message > > context under the "what happened

Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Jens-Uwe Mager
On Wed, Jun 14, 2000 at 11:29:23AM +, Shane Nay wrote: > I thought he was compiling everything statically. (httpd + modperl + embperl) > The way I suggested isn't right on any platform :-). (Didn't see the message > context under the "what happened log") Hmm, a perl plug-in modules like em

Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Shane Nay
> This is not the right way to do it - this would link in dead duplicates > of the code into the embperl shared object, possibly creating duplicate > global variables only visible in the embperl object that are not the > same as the ones used in the Apache main httpd executable. You must use > pr

Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Jens-Uwe Mager
On Wed, Jun 14, 2000 at 12:21:34AM +, Shane Nay wrote: > Those are internal functions to apache, like helper functions. Your probably > missing an object file in your ld command, I don't have it open right now, but > just run nm blah.o|grep ap_palloc on all the object files running around in

Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Jens-Uwe Mager
On Tue, Jun 13, 2000 at 08:36:40PM -0400, Greg Estep wrote: > When 'make' invokes 'ld' with the following command: > > ld -o > blib/arch/auto/HTML/Embperl/Embperl.so -bhalt:4 -bM:SRE -bI:/usr/local/lib/ > perl5/5.6.0/aix/CORE/perl.exp -bE:Embperl.exp -b > noentry -lC -lc -L/usr/local/lib Embper

RE: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Greg Estep
'. After I got a clean link (there were some "duplicate symbol" errors) I had the same problem (seg. faults) as I had with the '-berok' flag. -Original Message- From: Shane Nay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 13, 2000 8:22 PM To: Greg Estep Cc: [EMAIL

RE: non-DSO mod_perl, Embperl, and AIX not working

2000-06-14 Thread Shane Nay
Those are internal functions to apache, like helper functions. Your probably missing an object file in your ld command, I don't have it open right now, but just run nm blah.o|grep ap_palloc on all the object files running around in the apache directory, and you'll find it. (Notice that most of t

RE: non-DSO mod_perl, Embperl, and AIX not working

2000-06-13 Thread Greg Estep
6260 .textR_RBR[256] .EMBPERL_LogError 6280 .textR_RBR[256] .EMBPERL_LogError ER: The return code is 8. -Original Message- From: Jens-Uwe Mager [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 08, 2000 8:45 AM To: Greg Estep Cc:

Re: non-DSO mod_perl, Embperl, and AIX not working (duplicate ?)

2000-06-08 Thread Jens-Uwe Mager
On Mon, Jun 05, 2000 at 08:59:39AM -0700, Michael Nachbaur wrote: > AIX's C compiler is as buggy as a Florida chineese resturaunt. I > couldn't even get Apache to install right (it kept saying something to > the effect of "Found , expected "...Sheesh!) > Anyhoo, I went to IBMs site, downloaded t

Re: non-DSO mod_perl, Embperl, and AIX not working

2000-06-08 Thread Jens-Uwe Mager
On Thu, Jun 01, 2000 at 07:40:58AM -0400, Greg Estep wrote: > I am using IBM's C complier (cc) under AIX 4.3.3 with Apache 1.3.12, > mod_perl 1.24 (statically linked, not DSO), perl 5.00503, and Embperl > 1.3b3. > > The "offline", "execute function", and "cgi mode" Embperl tests are > all suc

RE: non-DSO mod_perl, Embperl, and AIX not working (duplicate ?)

2000-06-05 Thread Michael Nachbaur
I haven't used Embperl on AIX (or any platform for that matter), but I am unfortunatly using AIX at work. :-( AIX's C compiler is as buggy as a Florida chineese resturaunt. I couldn't even get Apache to install right (it kept saying something to the effect of "Found , expected "...Sheesh!) A

RE: non-DSO mod_perl, Embperl, and AIX not working

2000-06-04 Thread Gerald Richter
Embperl 1.3b3 and mod_perl 1.24 should work on AIX, but I don't have any knowledge about AIX. I send a copy to Jens Uwe, who has made the patches for Embperl to work on AIX, maybe he can help Gerald > > I am using IBM's C complier (cc) under AIX 4.3.3 with Apache 1.3.12, > mod_perl 1.24 (static