MySQL and Perl

2003-09-22 Thread Andrew DeFaria
Recently I embarked on trying to get MySQL running under Cygwin for a project I'm working on in Perl. I have downloaded both DBI and DBD for MySQL for Perl. Installing DBI was no problem. But DBD didn't work. So I searched the archives and found http://sources.redhat.com/ml/cygwin/2003-02/msg01

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to runrebase??

2003-03-12 Thread Zach Nobel
Hi Jason, Thanks for the quick reply. Didn't want to bother the list unless I'd figure things out first. However, I don't mind conversing on the list either. You ask why I ran mkdir -p WINNT/Profiles/ below. I did so because I'd gotten the rebaseall error saying that the directory listed

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-12 Thread Jason Tishler
Zach, Please post instead of sending private email. On Tue, Mar 11, 2003 at 01:52:45PM -0800, Zach Nobel wrote: > I used the setup program to run rebaseall, but got an error message. > Unfortunately windows doesn't give me the full path of what it's > trying to create/write too, so I'm stuck. Any

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-11 Thread Elfyn McBratney
> Would I simply run rebaseall, or is there construction of the rebase > command that will simply rebase perl? rebaseall is designed to to be an easy and convenient way for a user to rebase all of their cygwin dll's. And if I understand how rebase works correctly, it's all or nothing. > How like

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-11 Thread Jason Tishler
Zach, On Tue, Mar 11, 2003 at 11:40:46AM -0800, Zach Nobel wrote: > Would I simply run rebaseall, Yes. > or is there construction of the rebase command that will simply > rebase perl? Please read the README: http://www.tishler.net/jason/software/rebase/rebase-2.2.README > How likely am I

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to runrebase??

2003-03-11 Thread Zach Nobel
Would I simply run rebaseall, or is there construction of the rebase command that will simply rebase perl? How likely am I to munge my Cygwin installation with rebaseall ? Thanks, Zach On Tue, 11 Mar 2003, Jason Tishler wrote: > Zach, > > On Tue, Mar 11, 2003 at 09:56:36AM -0800, Zach No

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-11 Thread Jason Tishler
Zach, On Tue, Mar 11, 2003 at 09:56:36AM -0800, Zach Nobel wrote: > C:\cygwin\bin\perl.exe: *** unable to remap C:\cygwin\bin\cygmysqlclient-3.23.55.dll > to same address as parent(0xA3) != 0xA8 The above indicates that you need to rebase your system. On Tue, Mar 11, 2003 at 09:48:31AM

Re: DBD Mysql and perl under Cygwin 2.249.2.5 , need to runrebase??

2003-03-11 Thread Zach Nobel
I'm sorry. I forgot to list some of the error messages. Here's what I'm seeing if running my perl script with the subroutine that calls DBI: DEBUG: Running: bin/ImageOptimizer -convert -ptif "F:\kiabra\01\017kiabra01.jpg" "F:\kiabra\04\017kiabra04.tif" -jpegcompress -jpegquality 80 -maxmem 5368

DBD Mysql and perl under Cygwin 2.249.2.5 , need to run rebase??

2003-03-11 Thread Zach Nobel
Hi, I've been working on setting up a Cygwin server under Windows 2000 SP3. I've successfully used CPAN to install DBI, and was mostly successfull in installing DBD::Mysql (v 2.1026) using CPAN through following instructions provided by Gerrit in an earlier message, ( http://sources.redhat.com/