RE: Perl lib version not match executable version
- From: Wei-Ling.Chong@xxxxxxx (Wei-Ling Chong)
- Date: Tue, 12 Dec 2006 15:08:15 +0800
Hi,
The same perl script put in other server, does not have this kind of
problem, it is not perl script html problem.
It sounds like there are two perl versions and conflict with Oraperl.
Please help.
-----Original Message-----
From: Hardy Merrill [mailto:HMerrill@xxxxxxxxxxxxxxxx]
Sent: Friday, December 08, 2006 8:08 PM
To: Chong, Wei-Ling; dbi-users@xxxxxxxx
Subject: Re: Perl lib version not match executable version
You may have more than one problem, but this one I
recognize - see this near the top of the errors
Premature end of script headers:
This means that your script is writing out an incomplete
html document, and it most likely means that the headers
are incomplete. IIRC, to begin your html document you
need to write out the Content-type line and then a blank
line and then you can start your html tag, like this
Content-type: text/html
<html>
<head>
<title>This is the Title of My Document</title>
</head>
<body>
your content goes here
</body>
</html>
HTH.
Hardy Merrill
wrote:On 12/8/2006 at 1:33 AM, "Chong, Wei-Ling" <Wei-Ling.Chong@xxxxxxx>
Hi Tim,Server, I
Need your advise.
I have Solaris 5.8 (x86) server and running Oracle Application
install perl-5.8.7-sol10-x86-local.gz.the
When I run my perl script, I am getting error below. How to resolve
problem?at
Thanks a lot.
[Fri Dec 8 14:18:45 2006] [error] [client 165.204.172.185] [ecid:
1165558725:165.204.178.145:8267
:0:37,0] Premature end of script headers:
/oracle/app/oracle/eq/web/cgi/ppcd/ppcd_approval_ora.pl
Perl lib version (v5.6.1) doesn't match executable version (v5.8.7)
/oracle/app/oracle/product/
oas10.1.2.0.2/perl/lib/5.6.1/i86pc-solaris/Config.pm line 21.
Compilation failed in require at
/oracle/app/oracle/product/oas10.1.2.0.2/perl/lib/5.6.1/i86pc-sol
aris/DynaLoader.pm line 25.
BEGIN failed--compilation aborted at
/oracle/app/oracle/product/oas10.1.2.0.2/perl/lib/5.6.1/i86pc
-solaris/DynaLoader.pm line 25.
Compilation failed in require at
/oracle/app/oracle/product/oas10.1.2.0.2/perl/lib/site_perl/5.6.1
/i86pc-solaris/DBI.pm line 152.
BEGIN failed--compilation aborted at
/oracle/app/oracle/product/oas10.1.2.0.2/perl/lib/site_perl/5
.6.1/i86pc-solaris/DBI.pm line 152.
Compilation failed in require at
/oracle/app/oracle/product/oas10.1.2.0.2/perl/lib/site_perl/5.6.1
/i86pc-solaris/Oraperl.pm line 25.
BEGIN failed--compilation aborted at
/oracle/app/oracle/product/oas10.1.2.0.2/perl/lib/site_perl/5
.6.1/i86pc-solaris/Oraperl.pm line 25.
Compilation failed in require at
/oracle/app/oracle/eq/web/cgi/ppcd/ppcd_approval_ora.pl line 33.
BEGIN failed--compilation aborted at
/oracle/app/oracle/eq/web/cgi/ppcd/ppcd_approval_ora.pl line
33.
.
- Follow-Ups:
- Re: Perl lib version not match executable version
- From: Jonathan Leffler
- Re: Perl lib version not match executable version
- References:
- Re: Perl lib version not match executable version
- From: Hardy Merrill
- Re: Perl lib version not match executable version
- Prev by Date: RE: Connecting to more than one Oracle database
- Next by Date: Re: Connecting to more than one Oracle database
- Previous by thread: Re: Perl lib version not match executable version
- Next by thread: Re: Perl lib version not match executable version
- Index(es):
Relevant Pages
|