Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-17 Thread chrisv
On Wed, 17 Jan 2001, Thimble Smith wrote: > On Wed, Jan 17, 2001 at 01:57:08AM -0800, [EMAIL PROTECTED] wrote: > > +AC_DEFUN(PHP_MYSQL_VERSION,[ > > + if test "$PHP_MYSQL" != "yes"; then > > +AC_MSG_CHECKING(for MySQL version) > > +MYSQL_VERSION=$( strings $MYSQL_LIB_DIR/libmysqlclient.s

Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-17 Thread Thimble Smith
On Wed, Jan 17, 2001 at 01:57:08AM -0800, [EMAIL PROTECTED] wrote: > +AC_DEFUN(PHP_MYSQL_VERSION,[ > + if test "$PHP_MYSQL" != "yes"; then > +AC_MSG_CHECKING(for MySQL version) > +MYSQL_VERSION=$( strings $MYSQL_LIB_DIR/libmysqlclient.so | grep '3\.' ) > +if test "x$( echo $MYSQL_VERS

Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-17 Thread chrisv
> That's what the mysql_config script is for: > > tim@cane:~$ mysql_config > Usage: /usr/local/mysql/bin/mysql_config [OPTIONS] > Options: > --cflags[-I'/usr/local/mysql/include/mysql'] > --libs [ -L'/usr/local/mysql/lib/mysql' -lmysqlclient -lz -lcrypt

Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-17 Thread Thimble Smith
On Tue, Jan 16, 2001 at 05:34:02PM -0500, Ignacio Vazquez-Abrams wrote: > > When PHP is configured to use an external library for MySQL support, if zlib > support is not added then PHP fails with an "unresolved symbol: compress" > error due to the fact that the newer versions of the MySQL client

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Sean R. Bright wrote: > Oops. I lied. I don't use the --with-apxs flag. > > ./configure --with-mysql=/usr/local/mysql > > Is my configure statement. Creates the CGI version that when run from the > command line connects to the db, querys the datasource and displays the > r

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Sean R. Bright
- > From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001 6:02 PM > To: Sean R. Bright > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP-DEV] MySQL client library upgrade: 3.3.31 > > > On Tue, 16 Jan 2001, Sean R. Bright wrote: > > > I

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Sean R. Bright wrote: > Ignacio: > > This is my configure line: > > ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/etc/httpd/ > bin/apxs > > And I have a relatively new (a month?) mysql tarball and haven't received > this message. > > How are you configurin

RE: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Sean R. Bright
om: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 16, 2001 5:34 PM > To: Thimble Smith > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] MySQL client library upgrade: 3.3.31 > > > On Tue, 16 Jan 2001, Thimble Smith wrote: > > > Hi, all. I would

Re: [PHP-DEV] MySQL client library upgrade: 3.3.31

2001-01-16 Thread Ignacio Vazquez-Abrams
On Tue, 16 Jan 2001, Thimble Smith wrote: > Hi, all. I would like to upgrade ext/mysql/libmysql to the latest > version. There is one important bug fix. Right now, the client > can't connect to a server if mysqld is using a character set other > than latin1. There are also numerous bug fixes