Re: make fails: embperl 2.0b8 on netbsd

2003-06-10 Thread Gerald Richter
Hi, > > I am having trouble compiling embperl on a netbsd machine: > Could you try 2.0b9. Does this change anything? Gerald > netbsd 1.6 > apache-2.0.46 > ap2-perl-1.99.8 > perl-5.8.0nb1 > > Here ist the output, what am I missing ? > > > -bash-2.05b# perl Makefile.PL > Found mod_perl 2.0 > Bui

Re: ANNOUNCE: Embperl 2.0b9

2003-06-10 Thread Webmaster New
Hi Gerald and All, It seems that new Embperl 2.0b9 created the same error during make test, unfortunately I haven´t my Apache and modperl compiled with debugging sign now, Despite that I´m real greenhorn in matters of the debugging and compilation, I´ll try to compile it with debugging support an

make fails: embperl 2.0b8 on netbsd

2003-06-10 Thread Patrik Schaub
Hi, I am having trouble compiling embperl on a netbsd machine: netbsd 1.6 apache-2.0.46 ap2-perl-1.99.8 perl-5.8.0nb1 Here ist the output, what am I missing ? -bash-2.05b# perl Makefile.PL Found mod_perl 2.0 Build with support for Apache mod_perl?(y/n) [y] Use /usr/pkg/include/httpd as Apache

Re: using embpcgi.pl & reading images from database

2003-06-10 Thread Kee Hinckley
At 4:48 PM -0700 6/10/03, Maurice McCabe wrote: The following code works when called using mod_perl. It does not work when calling via embpcgi.pl. Does anyone have a suggestion why? [- use DBI; use ZIPLoc; $dbh = DBI->connect("DBI:mysql:locator", "root", "") || die "Can't connect: $_"; ($coupo

using embpcgi.pl & reading images from database

2003-06-10 Thread Maurice McCabe
The following code works when called using mod_perl. It does not work when calling via embpcgi.pl. Does anyone have a suggestion why? [- use DBI; use ZIPLoc; $dbh = DBI->connect("DBI:mysql:locator", "root", "") || die "Can't connect: $_"; ($couponImage, $mimeType) =

Using embcgi.pl with images

2003-06-10 Thread Maurice McCabe
I am attemtpting to install an EmbPerl application to a linux box. I have been able to get everything working, but I had to use a global variable to describe the absolute path to the images directory. For example: This makes it very inconvenient to using an HTML editor to maintain the page. Is t

Re: Re: BUGS IN Embperl 2.0b9

2003-06-10 Thread Gerald Richter
> > It's a standard RedHat 8.0 box with all security updates. > > perl 5.8.0-55 > mod_perl 1.99_05-3 > httpd 2.0.40-11 > > The typo should be fixed asap... > That's no type, but actions_module was renamed from 1.3 to 2.0. Nevertheess it should be fixed When your test fails, could you please send

Re: Re: BUGS IN Embperl 2.0b9

2003-06-10 Thread Alexander Hartmaier
Hi! It's a standard RedHat 8.0 box with all security updates. perl 5.8.0-55 mod_perl 1.99_05-3 httpd 2.0.40-11 The typo should be fixed asap... Alex [EMAIL PROTECTED] (Gerald Richter) am 10.06.2003 14:35:19 An: [EMAIL PROTECTED] (Alexander Hartmaier), [EMAIL PROTECTED] Kopie:

Re: BUGS IN Embperl 2.0b9

2003-06-10 Thread Gerald Richter
Hi, I tested 2.0b9 with about 15 different combinations of Perl, Apache and mod_perl and didn't run across this problem. Of course we should fix them, but I need some more informations about your configuration. Which versions of Perl, Apache and mod_perl you are using? Gerald ---

BUGS IN Embperl 2.0b9

2003-06-10 Thread Alexander Hartmaier
Hi! There are several bugs in the new Embperl 2.0 beta 9 which should be fixed ASAP!!! typo in test/conf/config.pl: LoadModule action_module "/usr/lib/httpd/modules/mod_actions.so" -> LoadModule actions_module "/usr/lib/httpd/modules/mod_actions.so" (action -> actionS) make test fails with:

Re: ANNOUNCE: Embperl 2.0b9

2003-06-10 Thread Kyncl
Hi Gerald and All, It seems that new Embperl 2.0b9 created the same error during make test, unfortunately I haven´t my Apache and modperl compiled with debugging sign now, Despite that I´m real greenhorn in matters of the debugging and compilation, I´ll try to compile it with debugging support an