RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Bill McCormick wrote: Elfyn, I compiled the 4.0.13 and I don't seem to have a mysqlc executable. What I don't understand is why the mysqlc client that comes with the mysql win32 (which uses the cygwin dll) doesn't run in a cygwin bash shell. In the Win32 dist there are

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: Max schrieb: Gerrit P. Haase wrote: 4.0.x is still a mess regarding libtoolizing with newer libtool and newer autotools than they used at MySQL.com, 4.1.x was the first release which makes no problems with the build tools and only minor

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Bill McCormick
-Original Message- From: Elfyn McBratney [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 5:55 AM To: Bill McCormick Cc: [EMAIL PROTECTED] Subject: RE: mysqlc (was RE: php-mysql-cygwin how to) I compiled the 4.0.13 and I don't seem to have a mysqlc executable. What I

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Elfyn McBratney
On Thu, 10 Jul 2003, Bill McCormick wrote: -Original Message- From: Elfyn McBratney [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 5:55 AM To: Bill McCormick Cc: [EMAIL PROTECTED] Subject: RE: mysqlc (was RE: php-mysql-cygwin how to) I compiled the 4.0.13

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-10 Thread Jason Tishler
On Thu, Jul 10, 2003 at 01:46:36PM +0100, Elfyn McBratney wrote: On Thu, 10 Jul 2003, Bill McCormick wrote: Ok. I was thinking of cygwin in terms of a development environment for Linux based web apps. As far as PostgreSQL running under Win32, unless things have changed, I thought cygwin IS

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: On Tue, 8 Jul 2003, Elfyn McBratney wrote: From memory (haven't compiled MySQL on Cygwin for a while) it compiles fine, the only problem was, and perhaps still is, with the server. The libraries work fine, too. I promised myself that I'd try

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Elfyn McBratney wrote: I decided to drop what I'm working on and play with MySQL this afternoon ;-) If all goes well and I can get everything par the server working I'll see if it/they (client and libs) would be accepted as packages..then tackle the server. You hero.

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Hello Elfyn, I'm not so worried about the server to be honest... It's only the readline-based client that uses that nasty B19 dll which is what I want to get rid of cleanly. Although having said that, I don't think MySQL 4.1 Alpha ships with the dodgy dll -- not sure what they've done,

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: Hello Elfyn, I'm not so worried about the server to be honest... It's only the readline-based client that uses that nasty B19 dll which is what I want to get rid of cleanly. Although having said that, I don't think MySQL 4.1 Alpha ships with

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Hello Elfyn, I decided to drop what I'm working on and play with MySQL this afternoon ;-) If all goes well and I can get everything par the server working I'll see if it/they (client and libs) would be accepted as packages..then tackle the server. The server will build fine and I was also

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread andrew brian clegg
On Tue, 8 Jul 2003, Gerrit P. Haase wrote: Although having said that, I don't think MySQL 4.1 Alpha ships with the dodgy dll -- not sure what they've done, haven't investigated it properly yet. Weird, it should really be compiled and included with the netrelease. Just had a look in

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Elfyn McBratney
On Tue, 8 Jul 2003, andrew brian clegg wrote: On Tue, 8 Jul 2003, Gerrit P. Haase wrote: Although having said that, I don't think MySQL 4.1 Alpha ships with the dodgy dll -- not sure what they've done, haven't investigated it properly yet. Weird, it should really be compiled and

RE: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Bill McCormick
various client interfaces. Or am I missing something? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Elfyn McBratney Sent: Tuesday, July 08, 2003 9:52 AM To: andrew brian clegg Cc: [EMAIL PROTECTED] Subject: Re: mysqlc (was RE: php-mysql-cygwin

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Max Bowsher
Gerrit P. Haase wrote: 4.0.x is still a mess regarding libtoolizing with newer libtool and newer autotools than they used at MySQL.com, 4.1.x was the first release which makes no problems with the build tools and only minor problems with the sources. I obtained a cygmysqlclient-12.dll with no

Re: mysqlc (was RE: php-mysql-cygwin how to)

2003-07-08 Thread Gerrit P. Haase
Max schrieb: Gerrit P. Haase wrote: 4.0.x is still a mess regarding libtoolizing with newer libtool and newer autotools than they used at MySQL.com, 4.1.x was the first release which makes no problems with the build tools and only minor problems with the sources. I obtained a

Re: mysqlc

2003-07-03 Thread Gerrit P. Haase
Hi Bill, perl -MCPAN -e 'install DBD::mysql' results in ... you need an mysql importlib and the headers. Get the Source and compile it (use the --without-server flag when configuring). IIRC there are also several usres on this list which will happily send you their own versions of a

RE: mysqlc

2003-07-02 Thread Bill McCormick
Well I seemed to have got things installed and running but I'm still testing. I found a very nice step-by-step in mailing.database.mysql from H. Gonzalez. I've included his post at the end. I would only add to his instructions to use perl -MCPAN -e 'install DBI' to install the DBI and perl -MCPAN