crashing problem with Coldfusion, Mysql, and MyODBC

2002-07-29 Thread Dana Quinn
s is code we've run for a long time in a different environment, so we don't think it's a code problem. Anyway - we suspect the problem is some sort of 'thread-safe' problem. Originally we used the binary distributions of MySQL and MyODBC, and then realized the Solaris binar

Re: mysql and MyODBC

2001-06-15 Thread Benjamin Pflugmann
Hello. On Thu, Jun 14, 2001 at 11:33:42AM +0530, [EMAIL PROTECTED] wrote: > Hi Benjamin, > > On Wed, 13 Jun 2001, Benjamin Pflugmann wrote: > > > Sounds as if you have to install a newer MySQL package. Use > > Seems like. Which is the stable version now? I don't know of any major problems si

Re: mysql and MyODBC

2001-06-14 Thread Adrian D'Costa
Hi Benjamin, On Wed, 13 Jun 2001, Benjamin Pflugmann wrote: > Sounds as if you have to install a newer MySQL package. Use Seems like. Which is the stable version now? > > rpm -qf /usr/lib/mysql/libmysqlclient.so.9.0.0 The result mysql-3.23.22-6 > > Or compile it yourself. ;-) That is my l

Re: mysql and MyODBC

2001-06-13 Thread Benjamin Pflugmann
Hi. Sounds as if you have to install a newer MySQL package. Use rpm -qf /usr/lib/mysql/libmysqlclient.so.9.0.0 to find out, which package contains the lib (for me, it is MySQL-shared-3.23.36-2mdk, which contains libmysqlclient.so.10.0.0) and install a more recent version (take it, for example,

mysql and MyODBC

2001-06-13 Thread Adrian D'Costa
Hi, My setup MySQL version : Ver 8.8 Distrib 3.23.22-beta OS : RH 7.0 I downloaded MyODBC-2.50.37-1.i386.rpm from mysql's site but when I tried to install it, give this error: libmysqlclient.so.10 is needed by MyODBC-2.50.37-1 In /usr/lib/mysql I have the following entries lrwxrwxrwx

Re: MySQL and MyODBC

2001-04-20 Thread Avukatpro Limited Sirketi
> Sent: Friday, April 20, 2001 3:13 PM Subject: MySQL and MyODBC > Hello to all, > > i'm developing a software in V.b.6 based on MySql d.b. > Early i'll need to create a package in order to install this software. > So, i need to know if i must to include, into the pa

Re: MySQL and MyODBC

2001-04-20 Thread Dennis Salguero
- Original Message - From: "Matteo" <[EMAIL PROTECTED]> Subject: MySQL and MyODBC > i'm developing a software in V.b.6 based on MySql d.b. > Early i'll need to create a package in order to install this software. > So, i need to know if i must to

MySQL and MyODBC

2001-04-20 Thread Matteo
Hello to all, i'm developing a software in V.b.6 based on MySql d.b. Early i'll need to create a package in order to install this software. So, i need to know if i must to include, into the packege, only d.b. files and the ODBC or i must the install the complete version of MySQL. Another lit