RE: mysql-php link failure

2003-06-16 Thread Grimes, Dean
? Thanks, Dean -Original Message- From: Boyd Lynn Gerber [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 4:03 PM To: Grimes, Dean Cc: '[EMAIL PROTECTED]' Subject: Re: mysql-php link failure On Fri, 13 Jun 2003, Grimes, Dean wrote: I'm having some trouble with linking mysql-4.0.13

RE: mysql-php link failure

2003-06-16 Thread Boyd Lynn Gerber
On Mon, 16 Jun 2003, Grimes, Dean wrote: Have you been able to compile Apache/MySQL/PHP successfully on SCO 5.0.6? If so, could you send me a listing of the patches you have installed? Yes, This is what I have on my system OSS629A: SCO HTTP Security Supplement (ver 1.0.0)

mysql-php link failure

2003-06-13 Thread Grimes, Dean
I'm having some trouble with linking mysql-4.0.13 into php-4.3.2. I am getting following error: //usr/lib/libresolv.so.1: fatal error: symbol `_res` multiply defined in two shared objects /usr/lib/libsocket.so: size = 448; //usr/lib/libresolv.so.1: size = 512 collect2: ld returned 1 exit status

Re: mysql-php link failure

2003-06-13 Thread Boyd Lynn Gerber
On Fri, 13 Jun 2003, Grimes, Dean wrote: I'm having some trouble with linking mysql-4.0.13 into php-4.3.2. I am getting following error: //usr/lib/libresolv.so.1: fatal error: symbol `_res` multiply defined in two shared objects /usr/lib/libsocket.so: size = 448; //usr/lib/libresolv.so.1:

mysql and link

2001-08-17 Thread Re Re
Hi, could you say me a way for link the .dbf files to mysql? Ex.: .dbf -- MySQL files -- Server thanks _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

RE: MySQL++ Compile / link problems on freebsd

2001-03-31 Thread Sander Pilon
Hi Sander! On Thu, Mar 29, 2001 at 02:11:02PM +0200, Sander Pilon wrote: I'm getting a whole lot of mysql++ link problems on freebsd :/ Used gcc 2.95.3, latest mysql++ The program links fine under linux win32. Any idea's? [...] What version of FreeBSD are you currently

RE: MySQL++ Compile / link problems on freebsd

2001-03-31 Thread Sinisa Milivojevic
Sander Pilon writes: FreeBSD 4.2, stable. But I rewrote mysql++ (at least, the functionality I was using) so that the same build compiled on linux, win32, and freebsd, ditched all the stream stuff (but kept the cool query operator), ditched all templates (still can't figure

MySQL++ Compile / link problems on freebsd

2001-03-29 Thread Sander Pilon
I'm getting a whole lot of mysql++ link problems on freebsd :/ Used gcc 2.95.3, latest mysql++ The program links fine under linux win32. Any idea's? g++-L/usr/local/lib/mysql -L/usr/local/lib -L/usr/lib -pthread -o bord main.o BMain.o options.o ../actioninterface/libactioninterface.a