On 2001-12-11, Mahdi Sbeih <[EMAIL PROTECTED]> wrote: >I compiled a static Perl, then compiled DBI module, and >finally DBD::Informix. > >after that I removed everything and kept only the Perl >executalbe, why it is still trying to locate DBI in the @INC, >I already added the DBD and DBD::Informix to the executable itself. > >Can't locate DBI.pm in @INC (@INC contains: >/ids/ids_perl/Solaris2.6_I9/lib/5.00503/sun4-solaris >/ids/ids_perl/Solaris2.6_I9/lib/5.00503 >/ids/ids_perl/Solaris2.6_I9/lib/site_perl/5.005/sun4-solaris >/ids/ids_perl/Solaris2.6_I9/lib/site_perl/5.005 .) at ./dbmonitor.pl line 30. >BEGIN failed--compilation aborted at ./dbmonitor.pl line 30. > >Any feed back.
What's the significance of the _I9 part of the @INC path names? Why are you working with static linking on Solaris 2.x? Use dynamic linking -- it is a sane o/s, and you should use dynamic linking. -- Jonathan Leffler #include <disclaimer.h> STSM, IBM Data Management Solutions. Phone: +1 650-926-6921 Email: [EMAIL PROTECTED], [EMAIL PROTECTED] Guardian of DBD::Informix v1.00.PC1 -- http://dbi.perl.org "I don't suffer from insanity; I enjoy every minute of it!"
