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(4, TCGETS, 0xbffff1dc) = -1 ENOTTY (Inappropriate ioctl
for device)
_llseek(4, 0, [0], SEEK_CUR) = 0
read(4, "\n###############################"..., 4096) = 4096
[...]
read(4, "\n my $fallback = 0 ;\n \t\n "..., 4096) = 4096
read(4, ":Object Application -> init had "..., 4096) = 4096
_llseek(4, 10733, [10733], SEEK_SET) = 0
_llseek(4, 0, [10733], SEEK_CUR) = 0
close(4) = 0
getpid() = 15679
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
It is definitely crashing in Embperl::Object. I am definitely going to
have to compile this myself I guess.
--
Marco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]