Apache::src not available during Embperl Install

2002-10-01 Thread Powers, Dean
The thread is at this point: Hi, > > The change you suggested (eval 'use Apache_*2*_::BuildConfig' ) wasn't > enough to find the BuildConfig.pm module. I would have needed to change > it to Apache2::Apache::BuildConfig, but then the change would be > necessary for every module accessed from the

Re: [$ return ... $]

2002-10-01 Thread Kjell Morgenstern
Am Samstag, 28. September 2002 20:10 schrieb Ed Grimm: > Because [- exit -] does the same thing? > > Why is there no [$ return $] ? What I intended was more like [$ sub Example $] [$ var data $] [- $data = shift $data = DoSomeThingWith($data); -] [$ if (not($data)) $] [$ return ("O

Re: Execute XML Query

2002-10-01 Thread Andrew O'Brien
On Tue, Oct 01, 2002 at 07:39:56PM -0700, Powers, Dean wrote: > I'd like to have xml data display on my pages without requiring users to > click on a URL. > > Anyone know how to construct an Execute Statement which sends out a http > request when the page is generated? use LWP and do your own r

Re: Execute URL Query

2002-10-01 Thread Powers, Dean
Found a solution using a traditional Perl UserAgent Request. I wonder if there is a more elegant way using Embperl, especially the next step for parsing the returned XML. The traditional method that gets the job done: [- use LWP::UserAgent; # use HTTP::Request::Common qw(POST); $ua = new LWP::U

Execute XML Query

2002-10-01 Thread Powers, Dean
I'm implementing a web application that interfaces with the new Amazon XML/HTTP data feed. They normally expect a web page to have a URL link in the form of: http://xml.amazon.com/onca/xml2...";>Click on Link I'd like to have xml data display on my pages without requiring users to click on

RE: [ -Execute ( ' * ' ) -] Found another solution

2002-10-01 Thread Powers, Dean
First Gerald, thanks for the fix using File::Basename to strip of the path from the file request. I haven't got it working yet but hopefully will soon. In the meantime, I stumbled across another solution purely accidently. As you state, if a file request comes into /htdocs/domain_name for filena

problem with %udat

2002-10-01 Thread Michael Boudreau
I am trying to use the %udat hash with - Embperl 1.3.4 - Perl 5.6.0 - Apache 1.3.26 - Apache::SessionX (can't find version) - MySQL 3.23.49 When I start up Apache, it reports that session support is enabled: % apachectl start [6351]SES: Embperl Session management e

Re: make test error

2002-10-01 Thread Ilia Lobsanov
On October 1, 2002 06:26, Andre Landwehr wrote: > On Mon, Sep 30, 2002 at 07:04:59PM -0400, Ilia Lobsanov wrote: > > I did make install anyway. Now `apachectl configtest` gives segmentation > > fault. The culprit is "PerlModule Embperl" > > I finally decided not to let the "apachectl configtest" >

Re: PrevNextForm problem

2002-10-01 Thread Andre Landwehr
On Mon, Sep 30, 2002 at 07:39:38PM +0200, Andre Landwehr wrote: > I'm currently trying out Recordset's PrevNextForm for the first time. ok, I recognized my error, I didn't use %fdat for the database request. Here's my modified and working simple page, just for documentation purposes ;-) [-

Re: make test error

2002-10-01 Thread Bernd Sokolowsky
> "al" == Andre Landwehr <[EMAIL PROTECTED]> writes: al> On Mon, Sep 30, 2002 at 07:04:59PM -0400, Ilia Lobsanov wrote: >> I did make install anyway. Now `apachectl configtest` gives >> segmentation fault. The culprit is "PerlModule Embperl" al> I finally decided not to let the "apachectl co

Re: make test error

2002-10-01 Thread Andre Landwehr
On Mon, Sep 30, 2002 at 07:04:59PM -0400, Ilia Lobsanov wrote: > I did make install anyway. Now `apachectl configtest` gives segmentation > fault. The culprit is "PerlModule Embperl" I finally decided not to let the "apachectl configtest" error bother me. I just started apache with "/etc/init.d/a