From: Steve F. <st...@pc...> - 2003-08-15 14:19:10
|
Dear Sam- I have a hint, but not a complete answer. Our class GUS::ObjRelP::DbiDbHandle is a subclass of DBI::db. But, the way that it subclasses DBI::db is not correct according to the the DBI manpage (see http://www.die.net/doc/linux/man/man3/dbi.3.html and search for Sublcassing the DBI) We have a hack in place to work around this, and it has worked in our installation and others so far. I notice that you are using perl 5.8.0. We are using 5.6.0. I wonder if our hack works in 5.6.0 but not in 5.8.0. By any chance do you also have 5.6 available? If so, try that out. Let me know. steve sam wang wrote: > Dear Steve, > > thank you very much for your reply. > > my os is red linux 7.2. database is oracle 9i, perl is 5.8.0, ant is > 1.5.3. > > when I install GUS using ANT build tool, I always get the error message: > [exec]DBI subclasses 'GUS::ObjRelP::DbiDbHandle::db' and ::st are not > setup, RootClass > ignored at > /home/oracle/gus_home/lib/perl/perl/GUS/ObjRelP/DbiDatebase.pm line 152 > > and then several other error messages, then install failed, but I > thought the following errors are made by this first error. I don't > know the reason and how can I reslove it. > > by the way, if the schema will be automatically installed when I use > ANT build tool to install GUS or I must install schema by myself? in > fact, from the achieve, I don't know how to install schema 3.0(oracle > schema) while I have installed schema 2.0 manually. and I don't know > if the schema 2.0 I have installed is not compatiable with the install > and GUS? I download the newest version of both install and GUS. in > other words, should I install database schema first or install GUS > system first? > > thank you very much for any hint! > > Sammy > > ------------------------------------------------------------------------ > Do you Yahoo!? > Yahoo! SiteBuilder > <http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com> - > Free, easy-to-use web site design software |