Hi,
I have compiling errors with the new apache 2.0.44 and embperl
(regardless of the version - 2.0b8 till CVS)
Any suggestions?
cc -c -I/var/wsrv/www/include -I/var/wsrv/www/regex
-I/var/wsrv/www/os/unix -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/local/include -I/usr/local/include
Hi!
I am trying to create a config file from a template file and some data submited from a
form.
When i try to write the values to the config file a get an error.
I am doing this:
open (tfile, "config_template.epl");
@tfile = \;
close (tfile);
foreach(@tfile){
s/da
Hi!
> print OUT cfile @tfile; # Here is the problem, i have tryed many combination of
>this but nothing works.
>
OUT is internally used by Embperl (for STDOUT output).
Use something else.
-
To unsubscribe, e-mail: [EMAIL PR
> Oops, that should read "no strict 'refs'".
> Sorry for the multiple posts.
>
> On Wed, 22 Jan 2003, Joshua Spoerri wrote:
>
> > how do you set "no strict 'defs'" for the whole page
> > (if you're using [$ var $]) ?
> >
In 1.3.x you can't do this.
In 2.0 you can write
[* no stric refs ; *]
> "[=" changed from 2.0b8 to 2.0b9.
>
> In 2.0b8 [=Update Selected=] will give an error; 2.0b8 expects single
quotes:
> [='Update Selected'=] . Not so in 2.0b9 from CVS.
>
> Can I tell 2.b8 to do as in 2.0b9?
>
> Or how long time before an official 2.0b9 ?
>
I like to fix some issuses with RedH
> Then I ftp the page to my web host running Linux and Apache. All of a
> sudden, $fdat{enter} is always undefined even when the button is pressed.
> In fact, %fdat is always empty. So the same page reload as if it was
> accessed for the first time.
>
> I did find that if I change the method to GET
> They need to arrive at the $ENV{QUERY_STRING} in order for
> them to be handled correctly by the receiving page, but I'm wondering if
>there's a Embperl way of doing this besides trying to set the environment
>variables manually before calling Execute.
In this case the only thing you can do is
> Error: unresolvable symbol in
> /usr/common/perl5.6.0/lib/5.6.0/sgi6-irix/auto/Embperl/Embperl.so: PL_Sv
at
> /usr/common/perl5.6.0/lib/5.6.0/sgi6-irix/DynaLoader.pm line 200.
> at (eval 4) line 3
>
Does make test of Embperl work for you?
If yes, maybe your mod_perl is compiled with another P
>I have compiling errors with the new apache 2.0.44 and embperl
>(regardless of the version - 2.0b8 till CVS)
It looks like that it didn't realize that you have Apache 2 running.
Do you have installed mod_perl with MP_INST_APACHE2=1 ?
If yes, take the newest CVS version an retry. I have fixed t
>
> While compiling Embperl from CVS (2.0b9_dev-6) and mod_perl 1.99_08.
>
> I got an error:
>
It's fixed now in the CVS version
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
10 matches
Mail list logo