Skip Menu |

This queue is for tickets about the PHP-Interpreter CPAN distribution.

Report information
The Basics
Id: 41711
Status: rejected
Priority: 0/
Queue: PHP-Interpreter

People
Owner: Nobody in particular
Requestors: dev2 [...] oak-media.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug PHP::Interpreter 1.0.2
Date: Mon, 15 Dec 2008 11:28:52 +0100
To: bug-php-interpreter [...] rt.cpan.org
From: Christoph Lemke <dev2 [...] oak-media.de>
Hi there, cann you explain me why i get this error: Can't load '/usr/lib/perl5/site_perl/5.8.8/i686-linux/auto/PHP/Interpreter/Interpreter.so' for module PHP::Interpreter: /usr/lib/perl5/site_perl/5.8.8/i686-linux/auto/PHP/Interpreter/Interpreter.so: undefined symbol: _zval_ptr_dtor at /usr/lib/perl5/5.8.8/i686-linux/DynaLoader.pm line 230. at /home/httpd/pressbot.net/index_test.cgi line 91 Compilation failed in require at /home/httpd/pressbot.net/index_test.cgi line 91. BEGIN failed--compilation aborted at /home/httpd/pressbot.net/index_test.cgi line 91. I'm running perl, v5.8.8 built for i686-linux on Linux version 2.6.20-gentoo-r8 (root@Rescue) (gcc version 4.1.1 (Gentoo 4.1.1-r3)). Pls help me, i dont know how to fix this error. -- Regrads, Christoph Lemke oak media GmbH Technologiepark 13 33100 Paderborn Deutschland Amtsgericht Paderborn, HRB7966 UID DE247711528 Geschäftsführer: Olaf A. Kastein
Download layout_1.gif
image/gif 2.8k
layout_1.gif
Subject: Re: [rt.cpan.org #41711] Bug PHP::Interpreter 1.0.2
Date: Mon, 15 Dec 2008 14:01:01 +0100
To: bug-PHP-Interpreter [...] rt.cpan.org
From: Andreas Faafeng <andreas [...] faafeng.com>
Christoph Lemke via RT wrote: Show quoted text
> Can't load > '/usr/lib/perl5/site_perl/5.8.8/i686-linux/auto/PHP/Interpreter/Interpreter.so' > for module PHP::Interpreter: > /usr/lib/perl5/site_perl/5.8.8/i686-linux/auto/PHP/Interpreter/Interpreter.so: > undefined symbol: _zval_ptr_dtor at > /usr/lib/perl5/5.8.8/i686-linux/DynaLoader.pm line 230. at > /home/httpd/pressbot.net/index_test.cgi line 91
It's hard to tell without having your source code available. Which version of PHP are you using? Did you configure PHP with the '--enable-embed' option (see the README file)? $ strings /usr/local/lib/libphp5.so | grep "enable-embed" './configure' '--enable-embed' '--enable-maintainer-zts' Regards, Andreas --