Re: Image::Imlib2 error

2025-03-28 Thread Ruben Safir
sr/lib/libbz2.so.1.0 > > 4304: > > 4304: > > 4304: calling init: /usr/lib/libpng16.so.16 > > 4304: > > 4304: > > 4304: calling init: /usr/lib/libfreetype.so.6 > > 4304: > > 4304: > > 4304: c

Re: Image::Imlib2 error

2025-03-28 Thread Ruben Safir
local/lib/perl5/site_perl/5.26.1/x86_64-linux-thread-multi/auto/Image/Imlib2/Imlib2.so 4304: 4304: find library=libjpeg.so.8 [0]; searching 4304:search cache=/etc/ld.so.cache 4304: trying file=/usr/lib/libjpeg.so.8 4304: 4304: /usr/lib/imlib2/load

Image::Imlib2 error

2025-03-28 Thread Ruben Safir
(/home/ruben/20130303_133505.jpg); if (-e $pic) { print STDERR "File Exists ==> $pic\n"; $image = Image::Imlib2->load($pic); } $image->save("/home/ruben/out.jpg"); [ruben@www3 Image]$ ~/bin/testimlib.pl File Exists ==> /home/ruben/20130303_133505.jpg Image::Imlib

Error on centos with apache 2.4.23

2016-07-20 Thread Michael Smith
Hi I'm struggling to get embperl to run on this setup. It compiles file but when I try to start httpd I get: Cannot load /usr/local/lib64/perl5/auto/Embperl/Embperl.so into server: /usr/local/lib64/perl5/auto/Embperl/Embperl.so: undefined symbol: PL_thr_key I saw on a previous thread that Geral

Re: Compilation error

2012-11-10 Thread Neil Gunton
[email protected]] Sent: Saturday, October 13, 2012 8:42 PM To: Gerald Richter - ECOS Cc: [email protected] Subject: Re: Compilation error I think I have found what makes the problem happen. It occurs in a .epl subroutine file where I have 'use strict' at the start, and then within a [

RE: Compilation error

2012-11-10 Thread richter
e.org > Subject: Re: Compilation error > > I think I have found what makes the problem happen. It occurs in a .epl > subroutine file where I have 'use strict' at the start, and then within a [! > !] > block, there is a perl sub where I introduce a variable without usin

RE: Compilation error

2012-10-14 Thread richter
gt; Cc: [email protected] > Subject: Re: Compilation error > > I think I have found what makes the problem happen. It occurs in a .epl > subroutine file where I have 'use strict' at the start, and then within a [! > !] > block, there is a perl sub where I intr

Re: Compilation error

2012-10-13 Thread Neil Gunton
!] The problem does not manifest if I do the same thing in an index.html within a [- -] block, i.e. [- use strict; $x = 1; -] ... in that case, I get a more helpful error message: [32570]ERR: 24: Error in Perl code: Global symbol "$x" requires explicit package name at /www-dev/vho

Re: Compilation error

2012-10-13 Thread Neil Gunton
] Sent: Saturday, October 13, 2012 1:37 AM To: [email protected] Subject: Compilation error I am still getting this problem with the latest version of Embperl (2.5). This is on Debian Wheezy (testing), Perl 5.14. I have made a number of changes in my code, and when I try to access my

RE: Compilation error

2012-10-13 Thread richter
l.apache.org > Subject: Compilation error > > I am still getting this problem with the latest version of Embperl (2.5). > This is > on Debian Wheezy (testing), Perl 5.14. I have made a number of changes in > my code, and when I try to access my development website I just get this: &g

Compilation error

2012-10-12 Thread Neil Gunton
I am still getting this problem with the latest version of Embperl (2.5). This is on Debian Wheezy (testing), Perl 5.14. I have made a number of changes in my code, and when I try to access my development website I just get this: Internal Server Error The server encountered an internal error

Re: Error running embperl

2012-09-03 Thread Jean-Christophe Boggio
Le 03/09/2012 11:44, [email protected] a écrit : Are there any errors in the Apache error log? No, nothing else. I think I've found the problem : apache2-mpm-worker installed instead of apache2-mpm-prefork (default apt-get install apache2 done by the admin). How many times will I be bitt

RE: Error running embperl

2012-09-03 Thread richter
Are there any errors in the Apache error log? Gerald > -Original Message- > From: Jean-Christophe Boggio [mailto:[email protected]] > Sent: Monday, September 03, 2012 11:13 AM > To: [email protected] > Subject: Error running embperl > > Hi, > &g

Error running embperl

2012-09-03 Thread Jean-Christophe Boggio
/usr/local/lib/perl/5.14.2/auto/Embperl/Embperl.so Apache starts fine but throws this error as soon as I try to get to an embperl page. What am I missing ? This is on a fresh Debian Wheezy. Google's not my friend on this. Thanks for your help. -- Jean-Christophe Boggio

Re: Error reporting in Embperl 2.5.0_1

2012-06-28 Thread Neil Gunton
Another update: I tried downgrading Embperl to 2.4 just to see if it would be any different, but same result - only message is 'Compilation error'. So, something specific about the way Embperl interacts with Perl that changed with 5.14, presumably... Neil Gunton wrote: Actually, I

Re: Error reporting in Embperl 2.5.0_1

2012-06-28 Thread Neil Gunton
Actually, I said in my previous email that the error was hard to reproduce in its minimal version - but the one below does seem to do it. All I am getting with this example is 'Compilation error', no line or file information. This is using Embperl::Object, if that matters. Late

Re: Error reporting in Embperl 2.5.0_1

2012-06-28 Thread Neil Gunton
Ok, FYI I am still getting some strange behavior with reporting of compilation errors. However, it's quite difficult to pin down a minimal case that gives the same result that I get with more complex code. At the same time, I get *no* error with something like this in my test

Re: Error reporting in Embperl 2.5.0_1

2012-06-05 Thread Neil Gunton
Ok, here is a simple test case. File index.html contains just the following: [- use strict; $x = 1; -] Produces: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, n

Re: Error reporting in Embperl 2.5.0_1

2012-05-31 Thread Neil Gunton
Ok, this is weird. When I try executing the same file now, just the way it was before (without your suggestion), now it doesn't give the error. I have tried restarting apache, clearing both the browser and apache caches, but it works every time. Bizarre. I'll wait a bit and see

Re: Error reporting in Embperl 2.5.0_1

2012-05-31 Thread Neil Gunton
Hi Gerald, Thanks for getting back. Basically I can have something as simple as this, one line of code in index.html: [- $x = 1; -] Which simply produces the error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request

RE: Error reporting in Embperl 2.5.0_1

2012-05-29 Thread richter
Hi Neil, in my tests I got normal error messages like before. Do you have a few lines of code, that shows the problem? Gerald > -Original Message- > From: Neil Gunton [mailto:[email protected]] > Sent: Saturday, May 19, 2012 9:29 PM > To: [email protected] >

Error reporting in Embperl 2.5.0_1

2012-05-19 Thread Neil Gunton
I just noticed that when there is an error in my code, I am not getting any useful information about where the error occurs. All I get is this: [21419]ERR: 24: Error in Perl code: Compilation error I know I used to get more specific line information about where the problem was. Is there

RE: "Error in perl code: Compilation error"

2012-05-15 Thread richter
sw.com] Sent: Tuesday, May 15, 2012 4:14 AM To: [email protected] Subject: "Error in perl code: Compilation error" I'm building our project (which uses Embperl) on a new machine. Everything built ok, but Embperl won't run. Running `make test` yields the text below. Aside

Re: "Error in perl code: Compilation error"

2012-05-15 Thread Ed Grimm
I seem to recall this error was previously identified when trying to use Embperl with perl 5.14.x. Embperl 2.4.0 apparently came out in 2010 October, and I'm pretty sure I heard about this problem since then. So you may want to try pulling the latest code from SVN, if you need to use

"Error in perl code: Compilation error"

2012-05-15 Thread Carl Eklof
I'm building our project (which uses Embperl) on a new machine. Everything built ok, but Embperl won't run. Running `make test` yields the text below. Aside from upgrading Perl, it is a suite of software that has been working and building fine on a bunch of other machines. "Co

RE: Embedded perl error

2011-12-29 Thread richter
Hi Paul, I didn't seen this error before, but it looks like Perl & Embperl are build with different build options. You might look at the output of "perl -V" and the output of the make of Embperl an check if there is any important difference. The other possibility is th

RE: Nonexistent URLs give server error

2011-01-11 Thread richter
Hi,   this looks ok.   What ist he exact error message you got in the httpd error log, when someone requests a non exitent epl file?   Gerald     From: Michael Stevens [mailto:[email protected]] Sent: Tuesday, December 14, 2010 7:08 PM To: Gerald Richter - ECOS Cc: Robby

Re: Nonexistent URLs give server error

2010-12-14 Thread Michael Stevens
gt; > > > What are your exact setting for EMBPERL_OPTIONS ? > > > > gerald > > > > > > *From:* Michael Stevens [mailto:[email protected]] > *Sent:* Tuesday, December 14, 2010 1:33 PM > *To:* Robby Desmond > *Cc:* [email protected]

Re: Nonexistent URLs give server error

2010-12-14 Thread Ed Grimm
eturning a BAD_REQUEST error if HTML::EmbPerl::Execute returned any error. Initially, we fixed our code to be more intelligent, but later eliminated that handler entirely, as we became more comfortable with using Execute for our includes. -- Ed Grimm Identity Services From: Michael Stevens To: Rob

RE: Nonexistent URLs give server error

2010-12-14 Thread richter
URLs give server error   Robby,   Thanks, but we've actually got that set already, so I don't think it's the problem. On 13 December 2010 23:54, Robby Desmond wrote: Hi Michael, http://perl.apache.org/embperl/pod/doc/Embperl.-page-13-.htm You'll notice this: "S

Re: Nonexistent URLs give server error

2010-12-14 Thread Michael Stevens
imes you want to have a different behaviour. One possibility is to > let Apache display a custom error page (of course only when you run > under mod_perl). > > To get this working you need to set the option optReturnError (262144) > in your httpd.conf in the EMBPERL_OPTIONS directive.

Re: Nonexistent URLs give server error

2010-12-13 Thread Robby Desmond
Hi Michael, http://perl.apache.org/embperl/pod/doc/Embperl.-page-13-.htm You'll notice this: "Sometimes you want to have a different behaviour. One possibility is to let Apache display a custom error page (of course only when you run under mod_perl). To get this working you need

Nonexistent URLs give server error

2010-12-13 Thread Michael Stevens
Hi. We're using embperl with mod_perl to handle files ending in .epl. This is mostly good, except it seems to result in a 500 error being logged whenever someone attempts to access a nonexistent .epl file. Is there any way to configure embperl to give a more expected 404 error? -- Mi

RE: 9999: Error (no description) Unstructured forward jump

2009-10-12 Thread Andrew O'Brien
#] Cheers, Andrew > -Original Message- > From: Ed Grimm [mailto:[email protected]] > Sent: Saturday, 10 October 2009 12:37 AM > To: George Piskorsky; [email protected] > Subject: Re: : Error (no description) Unstructured forward jump > > Actually, it wo

Re: 9999: Error (no description) Unstructured forward jump

2009-10-12 Thread Ben Kim
n Kim - Original Message From: Ed Grimm To: George Piskorsky ; [email protected] Sent: Fri, October 9, 2009 8:36:39 AM Subject: Re: 9999: Error (no description) Unstructured forward jump Actually, it wouldn't generate imbalanced tags - the final if has additional logic to balanc

Re: 9999: Error (no description) Unstructured forward jump

2009-10-11 Thread Ed Grimm
: "Williams, David G. (HQ-JF000)[INDYNE INC]" [[email protected]] Sent: 10/08/2009 03:41 PM EST To: George Piskorsky ; "[email protected]" Subject: RE: : Error (no description) Unstructured forward jump It is complaining because your code would create unbalance

RE: 9999: Error (no description) Unstructured forward jump

2009-10-08 Thread Williams, David G. (HQ-JF000)[INDYNE INC]
4:16 PM To: [email protected] Subject: ERR: : Error (no description) Unstructured forward jump Hello! I have Apache2.2 with mod_perl and Embperl2.3. The following script does not work: Test [- @array = (1,2,3,4,5,6,7,8); $num = scalar @array

ERR: 9999: Error (no description) Unstructured forward jump

2009-10-08 Thread George Piskorsky
= 0) $] [$ endif $] [+ $array[$i] +] [$ if (($i % 2 == 1) || ($num - 1 == $i)) $] [$ endif $] [- $i++ -] [$ endwhile $] Apache give empty page and in error-log of apache I see the following str

Error building HTML-Embperl

2009-05-14 Thread Ajai Khattri
Let me prefix this by saying, yes I know its old but Im dealing with legacy code here that we must keep running until we've finished our re-write. Basically, Im unable to build HTML-Embperl with Perl 5.8.3 on Linux. Ive Googled and seen this error mentioned but never seen a fix for it:

RE: Error line numbers do not seem to map correctly to source code

2008-08-06 Thread Andrew O'Brien
Hi Neil, > I am seeing errors in my apache logs which appear to be > within Embperl > code, and yet the error line numbers do not match up with > what is in the > code. For example, I might see > > Can't call method "prepare" on an undefined value at line

Error line numbers do not seem to map correctly to source code

2008-08-06 Thread Neil Gunton
I am seeing errors in my apache logs which appear to be within Embperl code, and yet the error line numbers do not match up with what is in the code. For example, I might see Can't call method "prepare" on an undefined value at line 182 in Docs.epl But at line 182, that is i

RE: Error using Syntax::SSI and Syntax::EmbperlBlocks at the same time

2007-12-26 Thread Gerald Richter - ECOS GmbH
l.apache.org > Subject: Error using Syntax::SSI and Syntax::EmbperlBlocks at > the same time > > Greetings. > I'm having a problem getting Embperl2.3.0 to work with Apache > 2.061, mod_perl2.03, and perl 5.8.8. > > I want to use Embperl::Syntax::SSI and > Embperl

Re: Raising error early

2007-10-02 Thread embperl
Hello my friend ;-) Nice to see an answer from you ! kolikov a écrit : > site, I have modified my _base.epl and send the file > "by hand" : > The opened file is your own script, so the open is always true. No. My _base.epl (EMBPERL_OBJECT_BASE) is being called for every .pdf file. This is p

Re: Raising error early

2007-10-02 Thread kolikov
[EMAIL PROTECTED] a écrit : > Hi, > > In order to do some tracking on the PDF downloaded on our > site, I have modified my _base.epl and send the file > "by hand" : > > if (open(PDF,$ENV{DOCUMENT_ROOT}.$ENV{SCRIPT_NAME})) { > $http_headers_out{'Content-type'}='application/pdf'; > $http_headers

Raising error early

2007-10-01 Thread embperl
Hi, In order to do some tracking on the PDF downloaded on our site, I have modified my _base.epl and send the file "by hand" : if (open(PDF,$ENV{DOCUMENT_ROOT}.$ENV{SCRIPT_NAME})) { $http_headers_out{'Content-type'}='application/pdf'; $http_headers_out{'Content-Disposition'}='attachment; fil

Re: Error installing Embperl 2.2.0

2007-09-30 Thread Chris Denman
s without seg faults except that now the default index.htm is not found i.e. when visiting http://www.densys.co.uk without a filename I get page not found error. Nearly there.! Chris Denman On 9/30/07, Chris Denman <[EMAIL PROTECTED]> wrote: > Hi again, > > Lookin

Re: Error installing Embperl 2.2.0

2007-09-30 Thread Chris Denman
ot;ppSV" is not available. Chris On 9/30/07, Chris Denman <[EMAIL PROTECTED]> wrote: > Hi Gerald, > > Still getting these in the apache logs > > [Sun Sep 30 16:04:57 2007] [notice] child pid 28490 exit signal Bus error (7) > [Sun Sep 30 16:05:11 2007] [notice] child pi

Re: Error installing Embperl 2.2.0

2007-09-30 Thread Chris Denman
Hi Gerald, Still getting these in the apache logs [Sun Sep 30 16:04:57 2007] [notice] child pid 28490 exit signal Bus error (7) [Sun Sep 30 16:05:11 2007] [notice] child pid 28532 exit signal Bus error (7) [Sun Sep 30 16:07:05 2007] [notice] child pid 28606 exit signal Segmentation fault (11

Re: Error installing Embperl 2.2.0

2007-09-30 Thread Chris Denman
Gerald, Thanks for your recent reply. I have now successfully installed V2.3.0 with no errors. Still getting seg faults Although I am new to backtracing, I have attempted to perform one with the following results: (gdb) c Continuing. Program received signal SIGBUS, Bus error. [Switching

RE: Error installing Embperl 2.2.0

2007-09-29 Thread Gerald Richter - ECOS GmbH
> -Original Message- > From: Chris Denman [mailto:[EMAIL PROTECTED] > Sent: Friday, September 28, 2007 3:04 PM > To: [EMAIL PROTECTED] > Subject: Error installing Embperl 2.2.0 > > I have attempted

RE: RE: RE: error document

2007-07-09 Thread Gerald Richter - ECOS GmbH
> > I ran the tests, and the result is as follows. > That sounds ok. In this case could you please run your httpd under gdb with the -X option e.g. gdb --args /path/to/httpd -f /path/to/httpd.conf -X Then do the request where you get the bus error and at the gdb prompt type bt

RE: RE: error document

2007-07-06 Thread Ben Kim
p/errdoc.htm This page is shown due to an ErrorDocument redirection make test TESTARGS="-h errdoc/epl/errdoc2.htm" Similar to test/cmp/errdoc2.htm. I can see This page is shown due to an ErrorDocument redirection Especialy there should be no bus error or similar. There was

RE: RE: error document

2007-06-29 Thread Gerald Richter - ECOS GmbH
> > I ran httpd on another port with -X, and it's somewhat interesting. > > When the first request to the httpd (started with -X) is for > a missing page or a page with error, I get bus error or > segmentation fault and apache dies. > > If the first request is a h

RE: RE: error document

2007-06-14 Thread Gerald Richter - ECOS GmbH
Hi, > > I ran httpd on another port with -X, and it's somewhat interesting. > > When the first request to the httpd (started with -X) is for > a missing page or a page with error, I get bus error or > segmentation fault and apache dies. > > If the first re

RE: error document

2007-06-08 Thread Ben Kim
sting. When the first request to the httpd (started with -X) is for a missing page or a page with error, I get bus error or segmentation fault and apache dies. If the first request is a hit and successful, subsequent requests for missing pages behaves as desired. (shows custom error

RE: error document

2007-06-06 Thread Gerald Richter - ECOS GmbH
sday, May 31, 2007 12:34 PM > To: [email protected] > Subject: error document > > > Hi, > > I reported a related problem once but didn't get a good > answer last time... I thought I'd try again. > > We are on > Apache/2.2.4 Embperl 2.2.0 mod_p

RE: RE: make test error (was Introduction / SuSE Installation)

2007-06-06 Thread Gerald Richter - ECOS GmbH
--- > -- > -- > > > > > -Original Message- > > From: Gavin Spomer [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 25, 2007 8:54 PM > > To: [email protected] > > Subject: make test error (was Introduction / SuSE

error document

2007-05-31 Thread Ben Kim
Hi, I reported a related problem once but didn't get a good answer last time... I thought I'd try again. We are on Apache/2.2.4 Embperl 2.2.0 mod_perl/2.0.3 but not using Embperl Objects. I'm trying to solve the problem of 500 errors not showing custom error document, afte

RE: make test error (was Introduction / SuSE Installation)

2007-05-25 Thread Gavin Spomer
lto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 8:54 PM > To: [email protected] > Subject: make test error (was Introduction / SuSE Installation) > > Okay, made it through the perl Makefile.PL step just fine and > MOST of the make test step. At the end of that I

RE: make test error (was Introduction / SuSE Installation)

2007-05-25 Thread Gerald Richter - ECOS GmbH
l.apache.org > Subject: make test error (was Introduction / SuSE Installation) > > Okay, made it through the perl Makefile.PL step just fine and > MOST of the make test step. At the end of that I encountered: > >Testing mod_perl mode... > >#0 ascii...

make test error (was Introduction / SuSE Installation)

2007-05-25 Thread Gavin Spomer
: *** [test_dynamic] Error 1 Is this anything to be concerned with or can I proceed with the make install step? I don't even have a .htaccess file in my /root/ directory. Is that the problem? Was I supposed to create one or does the make test create that? I've searched the list archiv

RE: RE: RE: Embperl install error: apr_strings.h: No such file or directory

2007-05-25 Thread Gerald Richter - ECOS GmbH
the make to run successfully, but now make test is > throwing some errors. The first errors are easy to fix: > > *** > Error in Line 286 > Is: >2.2.0< > Should: >2.1< > Input: test/html/EmbperlObject/epoincdiv.htm > Output: test/t

RE: RE: Embperl install error: apr_strings.h: No such file or directory

2007-05-10 Thread Gerald Richter - ECOS GmbH
> > -bash-2.05b$ perl Makefile.PL > Found mod_perl 2.0 > There is (or at least it was) a mod_perl 2 installed Run perl Makefile.PL /test/apache_1.3.31 Instead, this should force Embperl to use mod_perl 1 > When line 768 of the makefile is commented out, make seems to > succeed just fi

RE: Embperl install error: apr_strings.h: No such file or directory

2007-05-10 Thread Gerald Richter - ECOS GmbH
.0\" -fpic > "-I/usr/local/lib/perl5/5.8.3/i686-linux/CORE" > -DAPACHE -DAPAC > E2 -DEP2 -DLIBXSLT App.c > In file included from App.xs:13: > /path/Embperl-2.2.0/ep.h:159:25: apr_strings.h: No such file > or directory > make[3]: *** [App.o] Error 1 > make[3]: Le

Embperl install error: apr_strings.h: No such file or directory

2007-05-04 Thread Tim_Grant
-DVERSION=\"2.2.0\" -DXS_VERSION=\"2.2.0\" -fpic "-I/usr/local/lib/perl5/5.8.3/i686-linux/CORE" -DAPACHE -DAPAC E2 -DEP2 -DLIBXSLT App.c In file included from App.xs:13: /path/Embperl-2.2.0/ep.h:159:25: apr_strings.h: No such file or directory make[3]: *** [App.o] Error 1 ma

#0 ascii... make: *** [test_dynamic] Bus error; Cannot open test/tmp/httpd.pid at test.pl line 2714; KERN_PROTECTION_FAILURE at address: 0x00000013

2007-04-19 Thread h.thurow
Hello, Im trieing to "make test" Embperl on Mac OS X 10.4.9 with Apache 2.0.59 and mod_perl 2.0.3 dynamically linked. Embperl is Version 2.2.0. But "make test" says Testing offline mode... #0 ascii... make: *** [test_dynamic] Bus error make test TESTARG

RE: Re: RE: Re: RE: RE: RE: RE: useless error message

2007-02-01 Thread Richter, Gerald
Hi, What happens if you put a runtime error in (like $a = 5 ; $a = $a / 0 ). Does it show a backtrace now? Gerald -- Besuchen Sie uns auf der CeBIT (15.-21.3.2007): Halle 4 Stand A4 (E.T.C.F

Re: RE: Re: RE: RE: RE: RE: useless error message

2007-01-26 Thread Daniel
quot;, #optShowBacktrace = 0x800 "EMBPERL_INPUT_ESCMODE" => "0", "GATEWAY_INTERFACE" => "1", ) I put in my footer.epl "use noexists" which gets called by my index.epl [13151]ERR: 24: Error in Perl code: Can't locate noexists.pm

RE: Re: RE: RE: RE: RE: useless error message

2007-01-26 Thread Richter, Gerald
at perl by default will give the stack trace when > > > calling it from commandline, and embperl does not show it. > > > > > > > Embperl passes through whatever Perl provides as error message. > > > > You can set optShowBacktrace to get additional inf

Re: RE: RE: RE: RE: useless error message

2007-01-25 Thread Daniel
; > Embperl passes through whatever Perl provides as error message. > > You can set optShowBacktrace to get additional information about the > calltree within Embperl Execute calls > > Gerald > > > > ** Virus checked by BB-5000 Mailfilter ** > > >

Re: curr_esc_mode error in 2.2

2006-11-18 Thread RobertCZ
. RobertCZ wrote: Hello, I've just upgraded to 2.2 and now one of my vhost says [22750]ERR: 24: Error in Perl code: Can't locate object method "curr_esc_mode" via package "Embperl::Component" at /home/www/_cms/doc/parkhotel-pruhonice/cms/hotel_en.html line 2.

curr_esc_mode error in 2.2

2006-11-18 Thread RobertCZ
Hello, I've just upgraded to 2.2 and now one of my vhost says [22750]ERR: 24: Error in Perl code: Can't locate object method "curr_esc_mode" via package "Embperl::Component" at /home/www/_cms/doc/parkhotel-pruhonice/cms/hotel_en.html line 2. Apparently the

RE: RE: RE: RE: useless error message

2006-10-23 Thread Gerald Richter
> > My point is that perl by default will give the stack trace > when calling it from commandline, and embperl does not show it. > Embperl passes through whatever Perl provides as error message. You can set optShowBacktrace to get additional information about the calltree wi

Re: RE: RE: RE: useless error message

2006-10-23 Thread Daniel
#x27;s > > > > really hard to > > > > > > debug. Any tips? > > > > > > > > > > > > > > > > Embperl itself doesn't use a version.pm. I guess it either > > > > some module > > > > > or page (ma

RE: RE: RE: useless error message

2006-10-11 Thread Gerald Richter
gt; > > > > > Embperl itself doesn't use a version.pm. I guess it either > > > some module > > > > or page (maybe a typo). > > > > > > > > I would do a grep -r to find where version.pm might get loaded. > > > > > >

Re: RE: RE: useless error message

2006-10-09 Thread Daniel
version.pm. I guess it either > > some module > > > or page (maybe a typo). > > > > > > I would do a grep -r to find where version.pm might get loaded. > > > > I am aware of that fact. The point is that the error message > > is useless, because it d

RE: RE: useless error message

2006-10-05 Thread Gerald Richter
g what module is looking for it, it's > really hard to > > > debug. Any tips? > > > > > > > Embperl itself doesn't use a version.pm. I guess it either > some module > > or page (maybe a typo). > > > > I would do a grep -r to

Re: RE: useless error message

2006-10-03 Thread Daniel
ing for it. > > Without knowing what module is looking for it, it's really > > hard to debug. Any tips? > > > > Embperl itself doesn't use a version.pm. I guess it either some module or > page (maybe a typo). > > I would do a grep -r to find where ver

RE: Embperl 2.2.0 compile error

2006-09-12 Thread Gerald Richter
> > I have attached BuildConfig.pm. However, and here am i little > lost. Your documentation says that the path to the apache > source should be specified. For Apache 2 it should not ask at all, it should take it from the BuildConfig.pm (where the correct path is available) > find

Re: Embperl 2.2.0 compile error

2006-09-12 Thread Oskar Ahner
Gerald Richter wrote: Hi all! 4. It seems that there is a missing include dir in the gcc command. There should be a -I ../httpd-2.2.3/srclib/apr-util/include Could you locate your Apache2/BuildConfig.pm file underneath your site_perl directory and send it to me. Then I might be able to add

RE: Embperl 2.2.0 compile error

2006-09-11 Thread Gerald Richter
Hi all! > > > 4. It seems that there is a missing include dir in the gcc command. > There should be a -I ../httpd-2.2.3/srclib/apr-util/include > Could you locate your Apache2/BuildConfig.pm file underneath your site_perl directory and send it to me. Then I might be able to add a fix to Makefi

Embperl 2.2.0 compile error

2006-09-07 Thread Oskar Ahner
mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_actions.c mod_userdir.c mod_alias.c mod_so.c 3. Now when i try to make embperl I get this error: gcc -c -I/home/oskar/build/Embperl-2.2.0 -I/home/oskar/build/httpd-2.2.3/includ e -I/home/oskar/build/httpd-2.2.3/regex -I

RE: useless error message

2006-08-31 Thread Gerald Richter
Hi, > > I'm getting this email message when trying to load a page, > however, there's no version.pm anywhere that I'm aware of. > Also, it doesn't tell me what module is looking for it. > Without knowing what module is looking for it, it's really > hard to debug. Any tips? > Embperl itself d

useless error message

2006-08-22 Thread Daniel
rap/logs/error.log:[11184]ERR: 24: Error in Perl code: Can't locate version.pm in @INC (@INC contains: modules /var/www/bootstrap/lib/perl5/site_perl/5.8.5/i686-linux-thread-multi/ /var/www/bootstrap/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/ /usr/lib/perl5/5.8.5/i386-linux-thread-multi

Re: Bus error on Mac OS X 10.4

2006-08-10 Thread brian
! > Of course it did, because it a BSD-like Unix. > No problem :) Unfortunately 'make test' will still fail for two reasons. 1) Rename Embperl.bundle to Embperl.so... and 2) bus error Now if you manage to get embperl to run without a bus error let me kn

Re: Bus error on Mac OS X 10.4

2006-08-10 Thread Frank Wesemann
[EMAIL PROTECTED] schrieb: Open eputil.c Jump to line 2065 which should put you right before "#ifdef WIN32". If not, move to just before this statement. Add a new line BEFORE it like so: #define __BSD_VISIBLE 1 GREAT! Of course it did, because it a BSD-like Unix. You made my day! Thank you ve

Re: Bus error on Mac OS X 10.4

2006-08-10 Thread brian
> Brian schrieb: I have also attached a different file that shows that 'hacks' I had to do to get it to compile. There was a problem with eputil.c and the timezone variable. It's the same fix that was implemented for FreeBSD, just has to be implemented for Mac OS X as well

Re: Bus error on Mac OS X 10.4

2006-08-10 Thread Frank Wesemann
Brian schrieb: I have also attached a different file that shows that 'hacks' I had to do to get it to compile. There was a problem with eputil.c and the timezone variable. It's the same fix that was implemented for FreeBSD, just has to be implemented for Mac OS X as well. The changes I made are

Re: Stop processing without generating an error message

2006-08-10 Thread Gunnar Wolf
Gerald Richter dijo [Thu, Aug 10, 2006 at 06:44:38AM +0200]: > > [Thu Aug 10 01:08:22 2006] [error] [19700]ERR: 24: Error in > > Perl code: component at > > /home/gwolf/cvs/comas/trunk/embperl/base.pm line 156, > > line 4.\n > > Which is line 156 in base.pm

RE: Stop processing without generating an error message

2006-08-09 Thread Gerald Richter
> > That way, the moment I set a redirect by using this function, > all processing finishes - Very useful, for example, when > making access controls. And it works, too. However, calling > 'exit 0' produces the following error in the log: > > [Thu Aug 10 01:08:2

Stop processing without generating an error message

2006-08-09 Thread Gunnar Wolf
this function, all processing finishes - Very useful, for example, when making access controls. And it works, too. However, calling 'exit 0' produces the following error in the log: [Thu Aug 10 01:08:22 2006] [error] [19700]ERR: 24: Error in Perl code: component at /home/gwolf/cvs/c

RE: Bus error on Mac OS X 10.4

2006-08-09 Thread Gerald Richter
wise the programm will never run... > > > > Gerald > > > > Yeah, that didn't seem right to me but I'm not too familiar > with using gdb. OK, the new file is attached. Hopefully more > useful output this time. > Yes, that brings us one step further, but

Re: Bus error on Mac OS X 10.4

2006-08-08 Thread Brian
I've run the commands you asked and have attached them in the file gdb.txt Sorry, I have missed one command, can you please before you type the "BT" type an "r". Otherwise the programm will never run... Gerald Yeah, that didn't seem right to me but I'm not too familiar with using gd

RE: Bus error on Mac OS X 10.4

2006-08-08 Thread Gerald Richter
> > I've run the commands you asked and have attached them in the > file gdb.txt > Sorry, I have missed one command, can you please before you type the "BT" type an "r". Otherwise the programm will never run... Gerald > I have also attached a different file that shows that 'hacks' > I had

RE: Bus error on Mac OS X 10.4

2006-08-07 Thread Gerald Richter
Hi, > > Hi all again. I figured I'd start a new thread since I seemed > to have stubled on to a new problem. It's pretty simple to > explain. I installed Embperl 2.2.0 on my Mac powerbook > (10.4). When I try to use Embperl in a script it generates a > bus error,

Bus error on Mac OS X 10.4

2006-07-25 Thread brian
Hi all again. I figured I'd start a new thread since I seemed to have stubled on to a new problem. It's pretty simple to explain. I installed Embperl 2.2.0 on my Mac powerbook (10.4). When I try to use Embperl in a script it generates a bus error, like so: # perl -e "use Embperl&q

RE: Win32 Embperl fails to run with libxml2.dll error

2006-04-27 Thread Randy Kobes
On Fri, 21 Apr 2006, Gerald Richter wrote: Do you see any chance to create a version with mod_perl-1 at later time? I've now placed a Win32 ppm package (called Embperl-1) for ActivePerl 8xx that includes mod_perl-1 support at http://theoryx5.uwinnipeg.ca/ppms/ This also includes libxml2 sup

RE: Win32 Embperl fails to run with libxml2.dll error

2006-04-26 Thread Gerald Richter
; I'm confused about the original error, in which > xmlLoadExtDtdDefaultValue could not be found in the > libxml2.dll. Doing a dumpbin /exports on my libxml2.lib > indicates this symbol is available as > ___xmlLoadExtDtdDefaultValue. I'm not sure about the meaning > of

RE: Win32 Embperl fails to run with libxml2.dll error

2006-04-26 Thread Randy Kobes
but with AS Perl build 813, a new Embperl 2.2.0 install and fresh libxml.dll, libxslt_win32.dll, libexslt_win32.dll libraries, embpexec still gives me the same error. I've almost sorted out my difficulties with mod_perl-1, so should be able to make a mod_perl-1 enabled package soon, bu

RE: Win32 Embperl fails to run with libxml2.dll error

2006-04-25 Thread Donovan Allen
2.2.0 install and fresh libxml.dll, libxslt_win32.dll, libexslt_win32.dll libraries, embpexec still gives me the same error. I looked around to make sure I didn't have some other libxml2.dll in my path and didn't find any conflicts (and even "deleted" the one in perl to

  1   2   3   4   >