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

2000-06-16 Thread Greg Estep
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 that the Embperl compile and test processes use the s

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 tests

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

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

2000-06-14 Thread Greg Estep
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 PROTECTED] Subject: RE: non-DS

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 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 proper

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

2000-06-14 Thread Greg Estep
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, Embperl, and AIX

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:apache-source-dir/src/support/httpd.exp and got a clean compile/link. Well, Apache's

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

2000-06-14 Thread Greg Estep
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 wrote: I don't have a httpd.exp in /usr/l

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

2000-06-13 Thread Greg Estep
[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: [EMAIL PROTECTED] Subject: Re: non-DSO mod_perl, Embperl, and AIX not working On Thu, Jun 01, 2000 at 07:40:58AM

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

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 /Directory, expected /Directory"...Sheesh!) Anyhoo, I went to IBMs

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

2000-06-05 Thread Michael Nachbaur
hing to do with AIX's cc or libraries. -man -Original Message- From: Greg Estep [mailto:[EMAIL PROTECTED]] Sent: Friday, June 02, 2000 6:35 PM To: [EMAIL PROTECTED] Subject: non-DSO mod_perl, Embperl, and AIX not working (duplicate ?) Sorry if this is a duplicate. I sent the message yester

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

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

2000-06-02 Thread Greg Estep
Sorry if this is a duplicate. I sent the message yesterday, but I haven't seen it posted back to me via the list. We have recently been having problems with our email services... --- I am using IBM's C complier (cc) under AIX 4.3.3

non-DSO mod_perl, Embperl, and AIX not working

2000-06-01 Thread Greg Estep
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 successful. In the "mod_perl" mode, even the simple "ascii" test fails.