Re: EMBPERL_OPTIONS

2005-06-23 Thread Marco Scoffier
On Fri, Jun 24, 2005 at 10:55:59AM +1000, Andrew O'Brien wrote: >all bitmask constants and so you set the total value by adding all the >values together and using this as the setting. A snippet from an >httpd.conf: > >(This is using embperl 1.3.x on apache 1.3.x but you get the idea) > ># optReturn

Re: EMBPERL_OPTIONS

2005-06-23 Thread Marco Scoffier
On Thu, Jun 23, 2005 at 05:35:22PM -0700, Daniel wrote: >> I am a bit awed that you would go through all the effort of pointing to >> two identical instances of the same opaque reference so as to put down ? >> the original poster ? but don't bother to answer the obvious question. >> Where does one

Re: EMBPERL_OPTIONS

2005-06-23 Thread Marco Scoffier
On Fri, Jun 24, 2005 at 09:07:42AM +1000, Andrew O'Brien wrote: > >> -Original Message- >> From: Daniel [mailto:[EMAIL PROTECTED] >> Sent: Friday, 24 June 2005 5:03 AM >> Subject: EMBPERL_OPTIONS >> >> Re: http://www2.ecos.de/~mailarc/embperl/2005-03/msg00041.html >> >> "Looks like you a

Re: embperl and mod_negotiation

2005-06-17 Thread 'Marco Scoffier'
On Fri, Jun 17, 2005 at 09:29:55PM +0200, Gerald Richter wrote: >Hi, > >> >> Is anyone one using an Embperl Object site with mod_negotiation ? >> > >I didn't have tried it, but does it changes anything if you use a > > > >Instead of > Using Files works. I wish I could use a Files within a Loca

embperl and mod_negotiation

2005-06-14 Thread Marco Scoffier
Is anyone one using an Embperl Object site with mod_negotiation ? I am trying to get _base.epl called when pages are named index.fr.html and index.ja.html . When I call the page directly it works. http://localhost/test/index.fr.html or http://localhost/test/index.html.fr both get processed

Re: OO menus

2004-05-05 Thread Marco Scoffier
Hi Gerald, Thanks for the responce. On Wed, May 05, 2004 at 05:49:01AM +0200, Gerald Richter wrote: > > > [- Execute({object => '../_menu.epl'}) -] > > this will return you an object, e.g. you can do > > [- > $obj = Execute({object => '../_menu.epl'}) ; > $obj -> display_menu([EMAIL PROTEC

Re: debugging in the browser

2004-04-26 Thread Marco Scoffier
On Tue, Apr 27, 2004 at 06:17:14AM +0200, Gerald Richter wrote: > You can view the page correctly at > http://www.ecos.de/embperl/pod/doc/README.v2 > Thanks, I'll try to stay on the ecos.de pages. Sorry about all the questions there is alot of documentation to cover, its a bit confusing at firs

Docs: debugging in the browser

2004-04-26 Thread Marco Scoffier
On this page : http://perl.apache.org/embperl/pod/intro/Intro.-page-8-.htm#sect_17 it says : For debugging, you can tell Embperl to display a link at the top of each page to your log file. If you follow the link, Embperl will show the portion of the log file corresponding to that request.

Re: Undefined synbol embperl_module with Debian packages

2004-04-26 Thread Marco Scoffier
On Sun, Apr 25, 2004 at 01:57:00PM +1000, Angus Lees wrote: > > Marco Scoffier wrote: > > > Syntax error on line 27 of /etc/apache-perl/modules.conf: Can't > > > locate API module structure `embperl_module' in file > > > /usr/local/lib/perl/5.8.3

Re: Configuration Setup

2004-04-22 Thread Marco Scoffier
On Thu, Apr 22, 2004 at 06:46:35AM +0200, Gerald Richter wrote: > Does make test work if you use the same Apache and same mod_perl and Perl? Sorry if I seem dense. If I build everything myself using the default commands everything works. But I feel there is something I am not understanding with t

Re: Getting more info from segfault

2004-04-15 Thread Marco Scoffier
On Thu, Apr 15, 2004 at 08:19:29AM +0200, Gerald Richter wrote: > Do you load Embperl on server startup? > > Please try to add a > > PerlModule Embperl > > to your httpd.conf. > Yes thank you. I could have sworn I had tried every combination of PerlHandler, PerlRequire and PerlModule. Now c

Re: Getting more info from segfault

2004-04-14 Thread Marco Scoffier
On Thu, Apr 15, 2004 at 12:35:47AM -0400, Marco Scoffier wrote: > It has come to my attention that I am mixing Embperl2 with Apache1.3 > which doesn't work. I'll try with apache2.0 tommorrow. Sorry about all > the mails :) I guess you have to put the problem out there t

Re: Getting more info from segfault

2004-04-14 Thread Marco Scoffier
On Wed, Apr 14, 2004 at 07:19:10PM -0400, Marco Scoffier wrote: > Ok I removed all the debian packages and built Apache, mod_perl and > Embperl from source. > >apache_1.3.29.tar.gz >Embperl-2.0b11.tar.gz >mod_perl-1.0-current.tar.gz > It has come to my atten

Re: Getting more info from segfault

2004-04-14 Thread Marco Scoffier
Ok I removed all the debian packages and built Apache, mod_perl and Embperl from source. apache_1.3.29.tar.gz Embperl-2.0b11.tar.gz mod_perl-1.0-current.tar.gz I ran 'make test' and 'make start' in the Embperl directory, and the server seems to work, at http://localhost:8531/eg/web.

Re: Getting more info from segfault

2004-04-14 Thread Marco Scoffier
On Wed, Apr 14, 2004 at 03:44:03PM -0400, Marco Scoffier wrote: > I got a better error: > > ERR: 56: : Unknown Provider epcompile > Now with strace apache-perl -X I get these bits: open("/usr/lib/perl5/Embperl/Object.pm", O_RDONLY|O_LARGEFILE) = 4 ioctl

Re: Getting more info from segfault

2004-04-14 Thread Marco Scoffier
I got a better error: ERR: 56: : Unknown Provider epcompile Thanks, -- Marco On Wed, Apr 14, 2004 at 02:06:24PM -0400, [EMAIL PROTECTED] wrote: > [Wed Apr 14 13:42:11 2004] [notice] child pid 7680 exit signal Segmentation fault > (11) --