DBD::Oracle with Oracle 10.1.3

2008-11-15 Thread Ummey Johra
Hi, I have new Oracle version 10.1.3 in sun4-solaries machine. My DBD:Oracle version is 1.14. My cgi-perl applications were working fine with oracle 9g. After getting oracle 10g, I changed DBD:Oracle Makefile.pl and run make and make install commands. Did not have any problem during compilation.

Error in installing perl DBI Module on sun 0s box

2008-11-15 Thread Sureshkumar M (HCL Financial Services)
Hi ALL, When I tried to install the Perl DBI module in my machine (sun OS 5.8) I am getting below error messages ,Could you please some one help me on this... C)/home/XYZ/TEST/suresh/modules/DBI/DBI-1.607$ perl Makefile.PL Perl 5.008001 required--this is only version 5.00503,

DBD::Teradata segmentation fault.

2008-11-15 Thread TOM, ALBERT K (ATTSI)
Hi I'm trying to get DBD::Teradata to work. The environment is: Solaris 10 Perl 5.8.7 (64 bit) DBI 1.604 DBD::Teradata 1.50 Teradata client - TTU 13.0 SOLARIS SPARC cliv2.13.00.00.00 Teradata Server - V2R6.1 The sequence of events is: (1) I changed Makefile.Pl to get these settings for

Re: Error in installing perl DBI Module on sun 0s box

2008-11-15 Thread Ron Savage
Hi Perl 5.008001 required--this is only version 5.00503, stopped at Makefile.PL line 10. Upgrade Perl, just as the message suggests. But don't install V 5.8. Go straight to V 5.10. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: Error in installing perl DBI Module on sun 0s box

2008-11-15 Thread Jonathan Leffler
On Sat, Nov 15, 2008 at 1:22 AM, Sureshkumar M (HCL Financial Services) [EMAIL PROTECTED] wrote: When I tried to install the Perl DBI module in my machine (sun OS 5.8) I am getting below error messages ,Could you please some one help me on this...