Re: [lazarus] SQLdb and 64 bits

2007-10-18 Thread Alvise Nicoletti
Henry Vermaak ha scritto: On 17/10/2007, Alvise Nicoletti [EMAIL PROTECTED] wrote: Hi... I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile, and copy the binary to

Re: [lazarus] SQLdb and 64 bits

2007-10-18 Thread Joost van der Sluis
Op woensdag 17-10-2007 om 18:03 uur [tijdzone +0200], schreef Alvise Nicoletti: I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile, and copy the binary to the another

Re: [lazarus] SQLdb and 64 bits

2007-10-18 Thread Alvise Nicoletti
Joost van der Sluis ha scritto: Op woensdag 17-10-2007 om 18:03 uur [tijdzone +0200], schreef Alvise Nicoletti: I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile,

Re: [lazarus] SQLdb and 64 bits

2007-10-18 Thread Joost van der Sluis
Op donderdag 18-10-2007 om 11:32 uur [tijdzone +0200], schreef Alvise Nicoletti: Joost van der Sluis ha scritto: Op woensdag 17-10-2007 om 18:03 uur [tijdzone +0200], schreef Alvise Nicoletti: I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I

[lazarus] SQLdb and 64 bits

2007-10-17 Thread Alvise Nicoletti
Hi... I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile, and copy the binary to the another server, when I try to connect to the database all I get is: Can not load

Re: [lazarus] SQLdb and 64 bits

2007-10-17 Thread Henry Vermaak
On 17/10/2007, Alvise Nicoletti [EMAIL PROTECTED] wrote: Hi... I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile, and copy the binary to the another server, when I

Re: [lazarus] SQLdb and 64 bits

2007-10-17 Thread Henry Vermaak
On 17/10/2007, Henry Vermaak [EMAIL PROTECTED] wrote: you will need to install the -dev package (which will make the libmysqlclient.so link). although that should only be necessary for linking. hmm. sorry. henry _ To

Re: [lazarus] SQLdb and 64 bits

2007-10-17 Thread Michael Van Canneyt
On Wed, 17 Oct 2007, Alvise Nicoletti wrote: Hi... I tryed to compile my linux service for a server with ubuntu 64 bit and mysql 5. So I changed in the code every mysql40 reference to mysql50. I tryed to change target, compile, and copy the binary to the another server, when I try to