Ask a Question related to PERL Modules, Design and Development.
-
Mark Grimes #1
Class::DBI under Cygwin
Has anyone had success getting Class::DBI or Class::DBI working under
cygwin?
I think I have all the pre-reqs working just not Class::DBI. Here's
the details:
MySQL
- installed mysql for the windows platform
- works
DBI::mysql
- compiled my own non-server mysql libraries under cygwin
- mysql -h 127.0.0.1 connects and works beautifully
- installed DBI::mysql
- configured for the test database
- make test passes all tests except t/mysql 46-48. These have
something to do with the listfields method and
type/is_not_null/is_pri_key methods. The README suggests that minor
make test errors can be ignored under cygwin, and these don't appear
to be vital (though maybe they are?).
Ima::DBI
- installed and passes all test
DBD::SQLite (used for testing Class::DBI)
- passes all tests although it outputs this error message repeatedly
"Bad free() ignored (PERL_CORE) at ..../DBD/SQLite.pm line 188."
Class::DBD
- fails make test
- reports the following error message repeatedly, but again
DBD::SQLite make test worked?
"Ima::DBI connect('dbname=/tmp/oMfssR8AkR','',...) failed: unable to
open database: /tmp/oMfssR8AkR at t/02-Film.t line 15"
- reports the following error message for mysql tests:
"t/10-mysql..........DBI connect('test@127.0.0.1:3306','mgrimes',...)
failed: Can't connect to MySQL server on '3306' (116) at (eval 1) line
3"
I'm running out of ideas. I thought I had succeeded when I got
DBD::mysql to work (no small challenge). Any suggestions are more
apprecaited!
Thanks,
Mark
Mark Grimes Guest
-
Question #1 - Cygwin X and AIX
Hi People. I'm new to this ng, and I come here now, since, according to my knowledge of seek-and-though-shalt-find, this is my last resort. All of... -
Compile of DB::DB2 on cygwin
Any suggestions on how to get DBD::DB2 to compile using cygwin and gcc? Is it even possible, are the libaries compatible? Changing the loader... -
cygwin or activestate ?
Which is better perl setup on w98se: Full cygwin or activestate ? (or other) In particular I will probably be installing DBI +DBD and using... -
Compiling under cygwin
The problem which i am facing right now is that when i compile my program using Cygwin.This error keeps popping up.Is it because my program has... -
Cygwin and Php and PostNuke
Hi, I have installed postnuke on cygwin/ win2k and my question is why my page SOMETIMES hang and I got to everytime restart apache server...



Reply With Quote

