RE: AIX/IHS and embperl build issues

2006-04-25 Thread HALL, SUSAN (SBCSI)
Someone suggested that what I need is HTML::Embperl so I tried to make that. The perl Makefile.PL errors out on: ... ... + Load dynamic module mod_dir.c (/usr/HTTPServer/modules/mod_dir.so) + mod_perl was build with USE_DSO Can't locate Apache/src.pm in @INC (@INC contains: /usr/opt/perl5/l

RE: Win32 Embperl fails to run with libxml2.dll error

2006-04-25 Thread Donovan Allen
I do hope mod_perl-1 gets supported soon, since that is how I am using embperl, and unless I am mistaken, there is no other mod_perl+Apache+Embperl combo on Win32 to be had...correct...? Anyway, didn't get much of a chance to look into it more, but with AS Perl build 813, a new Embperl 2.2.0 i

RE: AIX/IHS and embperl build issues

2006-04-25 Thread Gerald Richter
Hi, > > Someone suggested that what I need is HTML::Embperl so I > tried to make that. The perl Makefile.PL errors out on: > HTML::Embperl works on AIX, but it supports only mod_perl 1 and Apache 1.3 If you get any hints what we can do to make Embperl run on AIX I am happy to implement it G

RE: AIX/IHS and embperl build issues

2006-04-25 Thread HALL, SUSAN (SBCSI)
Gerald, Are you aware that there have been successful AIX/IHS 2/Embperl installations? Or not? That would be a good basic thing to know. -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 8:07 AM To: HALL, SUSAN (SBCSI); embperl@perl.apache.or

RE: AIX/IHS and embperl build issues

2006-04-25 Thread Gerald Richter
> Are you aware that there have been successful AIX/IHS > 2/Embperl installations? Or not? That would be a good basic > thing to know. > For Embperl 1.3 is works, for Embperl 2 I am not aware of any working installations. Gerald > -Original Message- > From: Gerald Richter [mailto:[E

cookie troubles

2006-04-25 Thread Daniel
On Mon, Apr 24, 2006 at 03:25:26PM -0700, Daniel wrote: > On Mon, Apr 24, 2006 at 03:17:52PM -0700, Daniel wrote: > > > > I'm running this with cgi with lighttpd. Since I couldn't get > > > > anythign at all working with embpcgi.pl, I removed the line > > > > causing embpexec.pl to die if used as

RE: cookie troubles

2006-04-25 Thread Gerald Richter
> > > > > > $http_headers_out{'Location'} = "www.hotmail.com"; isn't working > > > from my current setup. Based on what you've said on how > the filename > > > is passed, it doesn't sound like there's an issue there. > > > > > > Any idea what the problem here can be? > > > > just to note, ht

RE: Linux/Apache2 build errors

2006-04-25 Thread Gerald Richter
Could you send me your site_perl/5.8.7/i/Apache2/BuildConfig.pm and the Makefile from the Embperl directory. I guess there are some defines that needs to be included in the Embperl Makefile. Gerald --- Gerald Richter

Upgrade from 1.3.6 to 2.2.0: base.epl issues

2006-04-25 Thread Keven Murphy
Hello, I have upgrade from apache 1.3.33 to apache 2.2.0, embperl 1.3.6 to embperl 2.2.0, and modperl 1.0 to modperl 2.0. My issue is it would appear that my base.epl is not being executed by embperl. Since my embperl site did not work I copied the hello world base.epl from the embperl website i

Re: RE: cookie troubles

2006-04-25 Thread Daniel
> Either set optSendHttpHeader (32) or make sure that the environemnt variable > GATEWAY_INTERFACE is set, then Embperl should send the headers on it's own thanks gerald. I checked the documentation quite extensivly. I can't find this option in the docs. is it missing? i also noticed some setting