sorry
Can't call method "app" on an undefined value at
/usr/local/lib/perl5/site_perl/5.30.0/x86_64-linux/Embperl/Util.pm line
108.
obviously udat is not being defined
I can fix it but checking for udat?
On Mon, Jan 06, 2020 at 09:19:22PM -0500, Ruben Safir wrote:
> I keep finding an error in U
I keep finding an error in Util.pm
/usr/local/lib/perl5/site_perl/5.30.0/x86_64-linux/Embperl/Util.pm line
108.
106
107 my $sess ;
108 $sess = $Embperl::req -> app -> udat ;
109 *{"$package\:\:udat"} = $sess if ($sess) ;
110 $sess = $Embperl::req -> app -> mdat ;
Use /usr/local/apache2 as Apache source(y/n) [y]
Will use /usr/local/apache2 for Apache Headers
Apache Version Server version: Apache/2.4.41 (Unix)
Load dynamic module mod_dir.c
(/usr/local/apache2/modules/mod_dir.so)
+ Load dynamic module mod_env.c
(/usr/local/apache2/modules/mod_env.so)
Library
Yeah even the svn fails to work.
On Fri, Nov 01, 2019 at 04:58:49AM -0400, Ruben Safir wrote:
> Hello
>
> I think this was partly covered a few months back but embperl is not
> compiling. Evidently Perl removed a variable tht the vode was depending
> on.
>
> cc -c -I/usr/local/apache2/inc
Hello
I think this was partly covered a few months back but embperl is not
compiling. Evidently Perl removed a variable tht the vode was depending
on.
cc -c -I/usr/local/apache2/include -I/usr/local/apache2/regex
-I/usr/local/apache2/os/unix -I/usr/include/apr-1
-I/home/ruben/src/Embperl-2.5.0