Here one more thing I want to add that, I am using perl-5.6.1 and DBI-1.48. Whenever I/m trying to install DBI. It display me messages like below.
Perl versions below 5.6.1 are no longer supported by the DBI. Perl versions 5.6.x may fail during installation with a complaint about the use of =head3 in the pod documentation. I see you're using perl 5.006001 on sun4-solaris-64int, okay. Remember to actually *read* the README file! Use 'make' to build the software (dmake or nmake on Windows). Then 'make test' to execute self tests. Then 'make install' to install the DBI and then delete this working directory before unpacking and building any DBD::* drivers. Any Idea !! ~~ST~~ -----Original Message----- From: Garrett, Philip (MAN-Corporate) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 7:38 PM To: Sanjay Tripathi; dbi-users@perl.org Subject: RE: Perl DBI Urgent It looks like you need to install DBI. - Philip Sanjay Tripathi wrote: > Hi, > > I getting problem with Perl/Cgi/DBI. Can you guys help me out. > > > > Please see the log below. > > > > Aapche Logs: > > > > Can't locate DBI.pm in @INC (@INC contains: /app/custom/steve/perl > /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib > /usr/perl5/site_perl/5.6.1/sun4-solaris-64int > /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl > /usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int > /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl . > /app/custom/steve/perl /app/custom/perl /heb/appl/ewa/perl/bin/perl) > at /app/w3/steve/cgi/ewa_new_user.cgi line 3. > > BEGIN failed--compilation aborted at > /app/w3/steve/cgi/ewa_new_user.cgi line 3. > > [Tue Mar 27 06:47:06 2007] [error] [client x.x.x.x] Premature end of > script headers: /app/w3/steve/cgi/ewa_new_user.cgi > > > > > > Then I tried > > [EMAIL PROTECTED] # perl -e 'use DBI; print $DBI::VERSION,"\n";' > > > > Can't locate loadable object for module DBI in @INC (@INC contains: > /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib > /usr/perl5/site_perl/5.6.1/sun4-solaris-64int > /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl > /usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int > /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl .) at DBI.pm line > 254 > > BEGIN failed--compilation aborted at DBI.pm line 254. > > Compilation failed in require at -e line 1. > > BEGIN failed--compilation aborted at -e line 1. > > > > > > > > Thanks > > ST