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
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
(/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
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
[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 [
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
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
!]
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
]
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
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
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
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
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
/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
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
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
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
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
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
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
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]
>
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
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
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
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
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
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
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]
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
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
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.
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
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
#]
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
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
: "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
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
= 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
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:
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
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
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
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
[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
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
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
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
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
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
> -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
>
> 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
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
>
> 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
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
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
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
---
> --
> --
>
>
>
> > -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
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
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
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...
: *** [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
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
>
> -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
.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
-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
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
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
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
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
;
> 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 **
>
>
>
.
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.
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
>
> 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
#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
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.
> > >
> > >
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
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
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
>
> 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
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
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
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
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
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
!
> 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
[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
> 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
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
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
>
> 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
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
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
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
>
> 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
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,
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
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
; 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
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
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 - 100 of 385 matches
Mail list logo