Jeffrey-

the 
[EMAIL PROTECTED]
address fails.  After applying your DBI 1.34 path, I can get 2003:04 to 
compile on Solaris.   Here's a recap (sorry for also posting to your human 
address) of ItWorks.  As noted below, Informix::TechSupport.pm uses a 
'connect_quietly' method, which isn't found.  I 'use'-ed TestHarness and 
changed it to "connect_to_test_database" and that works.  Did 
connect_quietly go away in 2003?

a

# DBI->connect('dbi:Informix:stores', '', '');
#  Connect Attribute: ChopBlanks => 1
<WORKING_VERSION VERSION="1.00">
    <DBD_INFORMIX>    2003.04 </DBD_INFORMIX>
    <DBI>             1.34                                         </DBI>
    <INFORMIX_ESQLC>  INFORMIX-ESQL Version 9.21.UUC1 </INFORMIX_ESQLC>
    <INFORMIX_SERVER> 7.31 (OnLine) </INFORMIX_SERVER>
    <PERL>            5.006001 i86pc-solaris dl_dlopen.xs          </PERL>
    <SYSTEM>          sunos wiwbei 5.7 generic_106542-15 i86pc i386 i86pc 
</SYSTEM>
    <SYS_COMPILER>    cc 2.95.3 20010315 (release) (gcc as 'cc') 
</SYS_COMPILER>
    <SYS_LOADER>      cc    (gcc as 'cc') </SYS_LOADER>
    <WHEN>            2003-03-08                                   </WHEN>
    <WHO>             Super-User <[EMAIL PROTECTED]>      </WHO>
    <Z_NOTES>         Optional Notes 
Jeffrey-

the 
[EMAIL PROTECTED]
address fails.  After applying your DBI 1.34 patch, it works!

In order to get ItWorks to work, I had to modify 
DBD::Informix::TechSupport to remove the (line 219)
my ($dbh) = &connect_quietly();

What I did was add:
use DBD::Informix::TestHarness;
to ItWorks and change the connect_quietly to:
my ($dbh) = &connect_to_test_database();
in TechSupport.pm

</Z_NOTES>
</WORKING_VERSION>

Thanks.

a


Andy Bach, Sys. Mangler
Internet: [EMAIL PROTECTED] 
VOICE: (608) 261-5738  FAX 264-5030

"If you don't say anything, you won't be called on to repeat it" 
Calvin Coolidge

Reply via email to