mysql-python compiling error on Fedora Core 3 x86_64

2005-01-04 Thread Marc Petitmermet
Dear List Members Can anybody give me a hint about how to compile mysql-python on a 64bit opteron system (see the error below) with mysql tarball? - Fedora Core 3 x86_64 - python-2.3.4 - MySQL-python-1.1.8 - mysql-standard-4.1.8-unknown-linux-x86_64-glibc23.tar.gz Thanks in advance Marc python

Shared library Compiling error

2004-09-23 Thread Nissim Lugasy
Hi, I'm trying to compile my own mysql client program under solaris 9 without luck. I have the mysql libraries under : /usr/local/mysql-standard-4.0.20-sun-solaris2.9-sparc/lib and has the following files: libdbug.a libmysqlclient.a libmysqld.a libmysys.a libmygcc.a libmysqlclient_r.a Don't I

Re: Shared library Compiling error

2004-09-23 Thread Michael Stassen
Nissim Lugasy wrote: Hi, I'm trying to compile my own mysql client program under solaris 9 without luck. I have the mysql libraries under : /usr/local/mysql-standard-4.0.20-sun-solaris2.9-sparc/lib and has the following files: libdbug.a libmysqlclient.a libmysqld.a libmysys.a libmygcc.a

Re: Shared library Compiling error

2004-09-23 Thread Michael Stassen
First, you should keep threads on the list. Second, I'm confused. Didn't you say that you already have libmysqlclient.so.10 in /usr/local/openv/lib? If you need to get a new one, it apppears that to get it on Solaris, you need to build from source. Michael Nissim Lugasy wrote: where can I

RES: Compiling error 3.23.54a (src)

2003-01-16 Thread Mauricio Bracale
PROTECTED]] Enviada em: quarta-feira, 15 de janeiro de 2003 14:03 Para: [EMAIL PROTECTED] Assunto: RES: Compiling error 3.23.54a (src) Hi, I just want to inform that I´m having the same problem in a Red Hat 8. I´ve installed this linux only with the basic packages, like gcc, cpp, glibc

Re: Compiling error 3.23.54a (src)

2003-01-15 Thread Tyler
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 10:32 PM Subject: Re: Compiling error 3.23.54a (src) On Tue, Jan 14, 2003 at 08:58:07PM -0700, Tyler wrote: what appropriate forums? I'm not a Mandrake user, but every Linux distribution I've tried has had various e-mail

RES: Compiling error 3.23.54a (src)

2003-01-15 Thread Mauricio Bracale
Cc: [EMAIL PROTECTED] Assunto: Re: Compiling error 3.23.54a (src) On Tue, Jan 14, 2003 at 08:58:07PM -0700, Tyler wrote: what appropriate forums? I'm not a Mandrake user, but every Linux distribution I've tried has had various e-mail and web-base forums in which you can ask questions

Re: Compiling error 3.23.54a (src)

2003-01-15 Thread Jeremy Zawodny
On Wed, Jan 15, 2003 at 07:13:05AM -0700, Tyler wrote: Oh.. I see. I dont know about Linux, all I knew was that I wanted it so I burned the necissary CD's and installed linux on my other machine. No offense, but in that case you're probably in for a rough ride. Jeremy -- Jeremy D. Zawodny

Re: Compiling error 3.23.54a (src)

2003-01-14 Thread notionx
Does this mean I wont get a reply? this is the 3rd post regarding this matter, and I've been trying to install MySQL for a month :(. - Original Message - Wrom: GJSNBOHMKHJYFMYXOEAIJJPHSCRTN To: [EMAIL PROTECTED] Sent: Saturday, January 11, 2003 10:03 AM Subject: Compiling error 3.23.54a

Re: Compiling error 3.23.54a (src)

2003-01-14 Thread Jeremy Zawodny
On Tue, Jan 14, 2003 at 05:56:07PM -0700, [EMAIL PROTECTED] wrote: Does this mean I wont get a reply? this is the 3rd post regarding this matter, and I've been trying to install MySQL for a month :(. It seems to be Mandrake-specific issue. Have you asked in the appropriate forums for that?

Re: Compiling error 3.23.54a (src)

2003-01-14 Thread Tyler
what appropriate forums? - Original Message - From: Jeremy Zawodny [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 7:21 PM Subject: Re: Compiling error 3.23.54a (src) On Tue, Jan 14, 2003 at 05:56:07PM -0700, [EMAIL PROTECTED] wrote: Does

Re: Compiling error 3.23.54a (src)

2003-01-14 Thread Jeremy Zawodny
On Tue, Jan 14, 2003 at 08:58:07PM -0700, Tyler wrote: what appropriate forums? I'm not a Mandrake user, but every Linux distribution I've tried has had various e-mail and web-base forums in which you can ask questions. Furthermore, they have official support channels and ways of filing bug

RE: Compiling error 3.23.51 under RedHat 7.3

2002-09-17 Thread Michiel Klaver
Take a look at the MySQL Changelog for the newer version: Changed handling of gethostbyname() to make the client library thread-safe even if gethostbyname_r doesn't exist. So, get the new source, and it should compile without errors... Michiel Klaver.

Compiling error 3.23.51 under RedHat 7.3

2002-08-04 Thread Jochen Kchelin
Can someone give a solution for the following error-message when runing make? llibmysql.c: In function `mysql_real_connect': libmysql.c:1324: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer type libmysql.c:1324: too few arguments to function `gethostbyname_r'

compiling error

2001-08-24 Thread Dvoøáèek Michal
i configured mysql with ./configure --prefix=/usr/local --localstatedir=/usr/local/var --with-mysqld-ldflags=-all-static --disable-shared --with-unix-socket-path=/usr/local/var/mysql.sock --with-pthread --enable-thread-safe-client --with-mysqld-user=mysql --without-debug

Re: compiling error

2001-08-24 Thread Rafal Jank
Hi, look at the latest patch: http://www.innodb.com/bugfixes.html Dvoek Michal wrote: i configured mysql with ./configure --prefix=/usr/local --localstatedir=/usr/local/var --with-mysqld-ldflags=-all-static --disable-shared --with-unix-socket-path=/usr/local/var/mysql.sock

next compiling error

2001-08-24 Thread Dvoøáèek Michal
plase help, i'm trying compile mysql 3.23.41 on Linux RH 7.1 kernel 2.4.9 gcc 3.0 with CFLAGS=-O3 CXX=gcc CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti ./configure --prefix=/usr/local --localstatedir=/usr/local/var --with-mysqld-ldflags=-all-static --disable-shared

Re: AW: Compiling error in complete.c: filename_completion_function

2001-08-08 Thread Sinisa Milivojevic
Sebastian Kayser writes: Sinisa Milivojevic writes: The dirent.h file is located @ /usr/include/ /usr/src/linux/include/linux/ and in various directories below /usr/src/mysql-3.23.40/ and each of these files seems to be ok. This is not ok. There should not be any dirent.h in

AW: Compiling error in complete.c: filename_completion_function

2001-08-07 Thread Sebastian Kayser
Sinisa Milivojevic writes: Hi! You have something wrong on your system. Some include files has messed in and changed things. It is also possible that your dirent.h file is missing or is messed. The dirent.h file is located @ /usr/include/ /usr/src/linux/include/linux/ and in various

Re: Compiling error in complete.c: filename_completion_function

2001-08-06 Thread Sinisa Milivojevic
Sebastian Kayser writes: Hi, i get the following error when trying to compile MYSQL 3.23.40 with only the --prefix option set: complete.c: In funtion `filename_completion_function´: complete.c:1467: syntax error before `*´ complete.c:1481: `directory´ undeclared (first use in this

Compiling error in complete.c: filename_completion_function

2001-08-05 Thread Sebastian Kayser
Hi, i get the following error when trying to compile MYSQL 3.23.40 with only the --prefix option set: complete.c: In funtion `filename_completion_function´: complete.c:1467: syntax error before `*´ complete.c:1481: `directory´ undeclared (first use in this function) complete.c:1484: `DIR´

Compiling error

2001-08-01 Thread Faine, Mark
I've never had this much trouble compiling mysql before. I've done it at least a dozen times and most are virtually trouble free but this 3.23.40 version is being stubborn. The error I'm having (or should I say the current error) is this: gcc -O3 -DDBUG_OFF -O3 -felide-constructors

Re: Compiling error

2001-08-01 Thread Sinisa Milivojevic
Have you tried setting CXX to gcc and CXXFLAGS to -fno-rtti -fno-exceptions ?? -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED] / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca,

Compiling error

2001-07-31 Thread Aristide Aragon
Hello I'm tryig to compile MySQL on a Linux with kernel 2.0.34 and libc5 but configure fails. It says I don't have Linuxthreads installed, it may be truth, I don't remember intalling them, but then I went to mysql.com/Downloads/Linux and downloaded the only thing I saw there that was not a