On Thursday, July 18, 2002, at 11:51 , Qingjuan Gu wrote:

>
> t/ak-dbd............DBD::mysql::st FETCH failed: statement contains no 
> result at t/ak-dbd.t line 286.

you might want to open up that test,
it is the file

        t/ak-dbd.t

since you will be able to see at about line 286 which
specific test failed.

since you have something similar with

>
> DBD::mysql::st execute failed: Table 'array.genes_dblink' doesn't exist 
> at /db4/usr/local/www/cgi-bin/querytable.cgi line 127.
> DBD::mysql::st execute failed: Table 'array.genes_dblink' doesn't exist 
> at /db4/usr/local/www/cgi-bin/querytable.cgi line 127.

that suggests the table is not there...

which leads us back to

> Where is your MySQL installed? Please tell me the directory that
> contains the subdir 'include'. [/usr/local/mysql]

can you actually invoke mySql by hand and make the
connections to the database????

since the problem at:

Can't locate loadable object for module DBI in @INC
[..]
  at /compbio/programs/perl-5.6.1/lib/site_perl
/5.6.1/alpha-dec_osf/DBI.pm line 243

seems to suggest that the actual modules are looking
for external loadable objects...

you might want to check with

        http://dbi.perl.org/

which is referenced in the POD for DBD

as they may have seen this before.


ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to