Perl lib version not match executable version

2006-12-08 Thread Chong, Wei-Ling
Hi Tim, Need your advise. I have Solaris 5.8 (x86) server and running Oracle Application Server, I install perl-5.8.7-sol10-x86-local.gz. When I run my perl script, I am getting error below. How to resolve the problem? Thanks a lot. [Fri Dec 8 14:18:45 2006] [error] [client 165.204.172.185]

Re: Perl lib version not match executable version

2006-12-08 Thread Hardy Merrill
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

Re: Perl lib version not match executable version

2006-12-08 Thread Jonathan Leffler
On 12/8/06, Hardy Merrill [EMAIL PROTECTED] wrote: You may have more than one problem, [...one problem explained...] On 12/8/2006 at 1:33 AM, Chong, Wei-Ling [EMAIL PROTECTED] wrote: I have Solaris 5.8 (x86) server and running Oracle Application Server, I install

RE: Perl lib version not match executable version

2006-12-08 Thread Ronald Kimball
Hardy Merrill [mailto:[EMAIL PROTECTED] wrote: 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

RE: Perl lib version not match executable version

2006-12-08 Thread Chong, Wei-Ling
Thanks, but it does not happen to normal perl script that not using oraperl. How can I solve the perl version conflict problem? I can't find the 5.6.1 for Solaris 10 x86. I have installed DBI and DBD. Please help. -Original Message- From: Ronald Kimball [mailto:[EMAIL PROTECTED] Sent:

Re: Perl lib version not match executable version

2006-12-08 Thread Christopher Sarnowski
Well, you do have perl 5.6.1 already installed, but it is installed as part of the OAS. In your original email you said you were running Solaris 5.8. Did you mean Perl 5.8? Because you mention Solaris 10 below. It seems from the error messages you originally sent that you have gotten