RE: Storable not working under Embperl?

2002-03-15 Thread pcross
You can also set $Storable::forgive_me=1; and you'll still get the warning but no error. We found that if we used function references in some places this would pop up. -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 8:49 AM To: S

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Gerald Richter
> > The point is for those systems that don't have the library in /usr/lib. > For example, some system could have it under /opt/SUNWxalan/lib or some > such. We'd probably also want to do something with the include file, > because in my example above, it's likely in /opt/SUNWxalan/include. > Yes

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Ed Grimm
On Fri, 15 Mar 2002, Gerald Richter wrote: >> What about checking LD_LIBRARY_PATH, if it's not set, setting it to >> '/lib:/usr/lib', and then in either case searching LD_LIBRARY_PATH for >> it? This is a bit more work, but also more general - it's no longer >> Linux-specific, and it can be used

Re: Fix for mail:send (was: Possible bugs or my misunderstanding)

2002-03-15 Thread Gerald Richter
> > 3)Using standard mail tag > > causes this internal server error: > Here comes the fix. You need to copy the first file to Embperl/Mail.pm and the second to Embperl/Syntax/Mail.pm, afterwards it should work Gerald - Gerald Richter

Re: Embperl compile warnings

2002-03-15 Thread Gerald Richter
> > I don't know if these are serious or not but thought I'd bring them to > your attention. > I know about these warnings. They are not serious and you can safely ignore them. I just didn't had the time to fix them all before the release. Gerald > Scott > > > Config.c: In function `XS_Embperl

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Gerald Richter
> What about checking LD_LIBRARY_PATH, if it's not set, setting it to > '/lib:/usr/lib', and then in either case searching LD_LIBRARY_PATH for > it? This is a bit more work, but also more general - it's no longer > Linux-specific, and it can be used for other things that may exist > elsewhere. I

Re: Re[2]: Strange problem with DirectoryIndex

2002-03-15 Thread Gerald Richter
> > Earlier I had such configuration: > > > . > PerlSetEnv EMBPERL_ALLOW (\.epl$|\.html$|\.htm$|\.jpg$|\.gif$|\.css$) > PerlSetEnv EMBPERL_FILESMATCH "\.epl$|\.htm$|" > PerlSetEnv EMBPERL_URIMATCH "\.epl$|\.htm$|" > .. b6 uses native Apache configuration directives, so either s

Re[2]: Strange problem with DirectoryIndex

2002-03-15 Thread Victor Sharapov
Hello Gerald, Friday, March 15, 2002, 4:53:35 PM, you wrote: >> >> Does DirectoryIndexerl 2.06b import Apache parameter DirectoryIndex ? >> I have 403 Forbidden after trying to access to the root directory. >> With 1.3.4 it's ok. >> GR> You are right, that's a bug in 2.0b6. I will take a look a

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Ed Grimm
What about checking LD_LIBRARY_PATH, if it's not set, setting it to '/lib:/usr/lib', and then in either case searching LD_LIBRARY_PATH for it? This is a bit more work, but also more general - it's no longer Linux-specific, and it can be used for other things that may exist elsewhere. In fact, th

Re: Strange problem with DirectoryIndex

2002-03-15 Thread Gerald Richter
> > Does DirectoryIndexerl 2.06b import Apache parameter DirectoryIndex ? > I have 403 Forbidden after trying to access to the root directory. > With 1.3.4 it's ok. > You are right, that's a bug in 2.0b6. I will take a look at it and let you know how to fix it Gerald --

Re: Storable not working under Embperl?

2002-03-15 Thread Gerald Richter
> I get this error when trying to store something using Storable and this is > working fine elsewhere in my code. I'm not storing any CODE items that I'm > aware of! > > [849]ERR: 24: Error in Perl code: Can't store CODE items at > blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_sto

Re: Compiling Embperl-2.0b6 using Debian's xalan

2002-03-15 Thread Gerald Richter
> Currently Embperl 2.0 Beta 6 requires xalan to be compiled from sources. I downloaded the binary for Linux and use it. I never have compiled it on Linux (I have compiled it on solaris because there was no binary for the sun-cc I had to use) > xalan is not only a big download, but also takes

Re: Possible bugs or my misunderstanding

2002-03-15 Thread Gerald Richter
> Is it allowed to run together b5 and b6 on different virtual servers ? > I mean together on system, not on virtual servers. > That is probably the main source of my troubles. > Since b5 has the namespace HTML::Embperl and b6 only Embperl is should work, but be aware that this will not work in t

Re: Possible bugs or my misunderstanding

2002-03-15 Thread Gerald Richter
> 1) > So the problem is that I have globally set > PerlSetEnv EMBPERL_ESCMODE 0 > in httd.conf but it probably doesn't work b6 uses native Apache configuration directives, so either say EMBPERL_ESCMODE 0 (without the PerlSetEnv) or turn scanning environment variables on with Embperl_UseE

Re: Possible bugs or my misunderstanding

2002-03-15 Thread Jan Kyncl
Hi Gerald and All, as the first I have to apologize for the false alert with other character sets 1) So the problem is that I have globally set PerlSetEnv EMBPERL_ESCMODE 0 in httd.conf but it probably doesn't work so adding $escmode=0; to the code solved the problem with Czech and other int

Strange problem with DirectoryIndex

2002-03-15 Thread Victor Sharapov
Does DirectoryIndexerl 2.06b import Apache parameter DirectoryIndex ? I have 403 Forbidden after trying to access to the root directory. With 1.3.4 it's ok. -- Best regards, Victor mailto:[EMAIL PROTECTED] ---