Compile error on MySQL 5.5.7 rc version,help!

2010-11-15 Thread Sharl Jimh Tsin
hi,everyone: i need your helps,really!! this is my second compiling-failed on building my own MySQL already.previous is version 5.5.6 rc,now is 5.5.7 rc. my build environment is centos 5 x86,full name is Linux PowerPC 2.6.18-194.8.1.el5.028stab070.5 #1 SMP Fri Sep 17 19:10:36 MSD 2010 i686

mysql-4.1.14 + linux kernel 2.6.15.1 = compile error

2006-01-21 Thread renito73
Hello list I have just upgraded my system and was reinstalling all the programs, but got problems with a few ones, including mysql 4.1.14. When compiling I get the following error, I think it may be possible because changes in the kernel headers but am not sure because it was compiling fine in

Mysql compile error

2005-11-23 Thread Ryan Stille
I'm getting ready to do a roll out next week on converting an application from MySQL to MSSQL. I'm installing the perl drivers on the production machines today. The perl DBD driver requires mysql to be installed. Everything's been going fine on all the machines until I got to the last one. On

RE: Mysql compile error - more info

2005-11-23 Thread Ryan Stille
I thought I would get around the whole thing by just installing the RPM instead of compiling. So I downloaded MySQL-devel-4.1.14-0.i386.rpm and installed it. Then I went to install the DBD-mysql module and got this error during the compile: /usr/bin/ld: cannot find -lz collect2: ld returned 1

RE: Mysql compile error - fixed

2005-11-23 Thread Ryan Stille
I fixed the whole problem by typing this one line: `ln -s libz.so.1.1.3 /usr/lib/libz.so` Linux is such a pain sometimes. -Ryan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Mysql compile error

2005-11-23 Thread Petr Chardin
Hi Ryan, Hmm, --without-server doesn't seem to work. Not sure what are you doing wrong, but as a workaround you could define F_TO_EOF to zero in open.c. Quoting sql/my_global.h: #define F_TO_EOF 0L /* Param to lockf() to lock rest of file */ And for linux it is zero (it's different for

5.0.15 Compile error on Redhat EL4.0

2005-11-14 Thread Stewart, Eric
Sent this before but didn't get a response ... So sending again ... Compiling from source: Platform is RHEL 4.0 # gcc -v Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info

Re: compile error

2005-06-04 Thread Gleb Paharenko
Hello. Usually compiling manually is not a good idea, if there are official binary for your platform available. Ensure that you have the fresh bison. Mir Islam [EMAIL PROTECTED] wrote: I am stumped with this compile problem with 4.0.24 src. Not sure what is causing it. Can anyone

compile error

2005-06-03 Thread Mir Islam
I am stumped with this compile problem with 4.0.24 src. Not sure what is causing it. Can anyone provide some insights? Last time I compiled on the same environment was 4.0.20 source. And all was ok. gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/ms/svc/mysql/4.0.24\ -DDATADIR=\/ms/data/mysql/4.0.24\

Re: mysql 4.1.5 FreeBSD 4.10 compile error

2004-09-24 Thread Egor Egorov
Unreal HSHH [EMAIL PROTECTED] wrote: Making all in sql make all-recursive Making all in share ../../extra/comp_err -C./charsets/ danish/errmsg.sys Usage: ../../extra/comp_err [-?] [-I] [-V] fromfile[s] tofile *** Error code 255 what's this error? Something wrong which is unclear what.

mysql 4.1.5 FreeBSD 4.10 compile error

2004-09-22 Thread Unreal HSHH
Making all in sql make all-recursive Making all in share ../../extra/comp_err -C./charsets/ danish/errmsg.sys Usage: ../../extra/comp_err [-?] [-I] [-V] fromfile[s] tofile *** Error code 255 what's this error? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-24 Thread Boyd Lynn Gerber
On Fri, 23 Apr 2004, Steven Palm wrote: Well, using gcc-3.3_branch and UnixWare 7.1.0, I tried the dev release 4.1.1-alpha off the mysql site to see if I would have better luck You need the latest bk http://dev.mysql.com/doc/mysql/en/Installing_source_tree.html You can run bk under

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-23 Thread Boyd Lynn Gerber
On Thu, 22 Apr 2004, Steven Palm wrote: I built, tested and installed gcc-2.95.3 on my UnixWare 7.1.0 system. I used your exact configure line above and it died on the --with-extra-charset=comples (said unknown charset), so I took that out. However, still the same error: Sorry that

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-23 Thread Boyd Lynn Gerber
On Thu, 22 Apr 2004, Steven Palm wrote: Just noticed that what SCO was packaging in their (formerly available) Open Source Tool Kit for Unixware ( ) was 2.95.3pl1... They said it was 2.95.3 with the following patches: I always download the lastest CVS with all patches for the tree of gcc

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-23 Thread Steven Palm
On Apr 23, 2004, at 8:30 AM, Boyd Lynn Gerber wrote: I always download the lastest CVS with all patches for the tree of gcc that I am using. The latest patches to all version of gcc are on the CVS tree or branch for the version. These are often needed to get MySQL to work. Bother... I have

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-23 Thread Steven Palm
On Apr 23, 2004, at 8:30 AM, Boyd Lynn Gerber wrote: I always download the lastest CVS with all patches for the tree of gcc that I am using. The latest patches to all version of gcc are on the CVS tree or branch for the version. These are often needed to get MySQL to work. Striking out with

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-23 Thread Steven Palm
Well, using gcc-3.3_branch and UnixWare 7.1.0, I tried the dev release 4.1.1-alpha off the mysql site to see if I would have better luck CC=gcc CFLAGS=-I/usr/local/include CXX=gcc CXXFLAGS=-I/usr/local/include ./configure --prefix=/usr/local/mysql --with-innodb

Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-22 Thread Steven Palm
Using the production code 4.0.18 on a UnixWare 7.1.0 system, it fails to compile here. I do not have a 'CC' executable, so I am using gcc. If this is the problem, did I just miss installng the CC (c++) compiler at some point? Anyway, the errors: source='sql_lex.cc' object='sql_lex.o'

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-22 Thread Boyd Lynn Gerber
On Thu, 22 Apr 2004, Steven Palm wrote: Using the production code 4.0.18 on a UnixWare 7.1.0 system, it fails to compile here. I do not have a 'CC' executable, so I am using gcc. If this is the problem, did I just miss installng the CC (c++) compiler at some point? You have to use the

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-22 Thread Steven Palm
On Apr 22, 2004, at 3:28 PM, Boyd Lynn Gerber wrote: On Thu, 22 Apr 2004, Steven Palm wrote: Using the production code 4.0.18 on a UnixWare 7.1.0 system, it fails to compile here. Anyway, the errors: source='sql_lex.cc' object='sql_lex.o' libtool=no \ depfile='.deps/sql_lex.Po'

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-22 Thread Boyd Lynn Gerber
On Thu, 22 Apr 2004, Steven Palm wrote: On Apr 22, 2004, at 3:28 PM, Boyd Lynn Gerber wrote: On Thu, 22 Apr 2004, Steven Palm wrote: Using the production code 4.0.18 on a UnixWare 7.1.0 system, it fails to compile here. I was able to build it with the following... CC=gcc

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-22 Thread Steven Palm
I just wrote: On Apr 22, 2004, at 6:26 PM, Boyd Lynn Gerber wrote: CC=gcc CFLAGS=-I/usr/local/include CXX=gcc CXXFLAGS=-I/usr/local/include ./configure --prefix=/usr/local/mysql --enable-thread-safe-client --with-innodb --with-berkelye-db=./bdb --with-openssl --with-extra-charsets=comples On a

Re: Unixware 7.1.0 compile error... mysql 4.0.18

2004-04-22 Thread Steven Palm
On Apr 22, 2004, at 6:26 PM, Boyd Lynn Gerber wrote: CC=gcc CFLAGS=-I/usr/local/include CXX=gcc CXXFLAGS=-I/usr/local/include ./configure --prefix=/usr/local/mysql --enable-thread-safe-client --with-innodb --with-berkelye-db=./bdb --with-openssl --with-extra-charsets=comples On a 7.1.0 system

a different compile error

2003-11-06 Thread jabbott
I am having some compile problems too: make[4]: Entering directory `/usr/src/mysql-4.1.0-alpha/sql' source='sql_lex.cc' object='sql_lex.o' libtool=no \ depfile='.deps/sql_lex.Po' tmpdepfile='.deps/sql_lex.TPo' \ depmode=gcc /bin/bash ../depcomp \ gcc -DMYSQL_SERVER

Re: compile error mysql-4.0.16

2003-10-26 Thread Patrik Fimml
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gcc: cannot specify -o with -c or -S and multiple compilations make[2]: *** [libmysql.lo] Error 1 make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.16/libmysql_r' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory

RE: compile error mysql-4.0.16

2003-10-26 Thread Richard Pijnenburg
Pijnenburg; [EMAIL PROTECTED] Subject: Re: compile error mysql-4.0.16 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gcc: cannot specify -o with -c or -S and multiple compilations make[2]: *** [libmysql.lo] Error 1 make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.16/libmysql_r' make[1

RE: compile error mysql-4.0.16

2003-10-26 Thread Richard Pijnenburg
with an old version of mysql :( Thanks in advanced. ( p.s. a binary is NOT an option ) -Original Message- From: Richard Pijnenburg [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2003 3:48 PM To: 'Patrik Fimml' Cc: [EMAIL PROTECTED] Subject: RE: compile error mysql-4.0.16 Okay, I've

compile error mysql-4.0.16

2003-10-25 Thread Richard Pijnenburg
dear list, i've got the folowing compile error. /bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME=\/usr/local/mysql\ -DDATADIR=\/data/mysql\ -DSHAREDIR=\/usr/local/mysql/share/mysql\ -DDONT_USE_RAID -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. /usr/local/openssl

Compile error with Mysql-4.0.16

2003-10-25 Thread Richard Pijnenburg
dear list, i've got the folowing compile error. /bin/sh ../libtool --mode=compile gcc -DDEFAULT_CHARSET_HOME=\/usr/local/mysql\ -DDATADIR=\/data/mysql\ -DSHAREDIR=\/usr/local/mysql/share/mysql\ -DDONT_USE_RAID -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I.. /usr/local/openssl

compile error.

2003-09-25 Thread Richard Pijnenburg
i'm trying to compile mysql-4.0.15a on my server and i'm getting the folowing error: gcc -DDEFAULT_CHARSET_HOME=\/usr/local/mysql\ -DDATADIR=\/data/mysql\ -DSHAREDIR=\/usr/local/mysql/share/mysql\ -DUNDEF_THREADS_HACK -DDONT_USE_RAID -DMYSQL_CLIENT -I. -I. -I.. -I./../include -I../include -I./..

mysql compile error.

2003-09-25 Thread Richard Pijnenburg
i'm trying to compile mysql-4.0.15a on my server and i'm getting the folowing error: gcc -DDEFAULT_CHARSET_HOME=\/usr/local/mysql\ -DDATADIR=\/data/mysql\ -DSHAREDIR=\/usr/local/mysql/share/mysql\ -DUNDEF_THREADS_HACK -DDONT_USE_RAID -DMYSQL_CLIENT -I. -I. -I.. -I./../include -I../include -I./..

mysql compile error.

2003-09-25 Thread Richard Pijnenburg
i'm trying to compile mysql-4.0.15a on my server and i'm getting the folowing error: gcc -DDEFAULT_CHARSET_HOME=\/usr/local/mysql\ -DDATADIR=\/data/mysql\ -DSHAREDIR=\/usr/local/mysql/share/mysql\ -DUNDEF_THREADS_HACK -DDONT_USE_RAID -DMYSQL_CLIENT -I. -I. -I.. -I./../include -I../include -I./..

Re: mysql compile error.

2003-09-25 Thread Antony Dovgal
On Thu, 25 Sep 2003 15:28:15 +0200 Richard Pijnenburg [EMAIL PROTECTED] wrote: i'm trying to compile mysql-4.0.15a on my server and i'm getting the folowing error: Richard, please, resend your letter one more time, we have real enjoy reading it again and again... =) --- WBR, Antony Dovgal

RE: mysql compile error.

2003-09-25 Thread Richard Pijnenburg
Sorry, but because I haven't got it I thought it didn't get here. Sorry! M.v.g. Richard Pijnenburg -Original Message- From: Antony Dovgal [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 3:42 PM To: [EMAIL PROTECTED] Subject: Re: mysql compile error. On Thu, 25 Sep 2003

RE: mysql compile error.

2003-09-25 Thread Richard Pijnenburg
:28 PM To: [EMAIL PROTECTED] Subject: mysql compile error. i'm trying to compile mysql-4.0.15a on my server and i'm getting the folowing error: gcc -DDEFAULT_CHARSET_HOME=\/usr/local/mysql\ -DDATADIR=\/data/mysql\ -DSHAREDIR=\/usr/local/mysql/share/mysql\ -DUNDEF_THREADS_HACK -DDONT_USE_RAID

Re: mysql compile error.

2003-09-25 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Thu, 25 Sep 2003, Richard Pijnenburg wrote: i'm trying to compile mysql-4.0.15a on my server and i'm getting the folowing error: gcc -DDEFAULT_CHARSET_HOME=\/usr/local/mysql\ -DDATADIR=\/data/mysql\

Solaris 8x86. compile error (sql_lex.cc)

2003-03-14 Thread Chris Josephes
I've seen this problem listed before in newsgroup postings, but I haven't been able to find any concrete answers. On a Solaris 8x86 environment, using the Sun Freeware releases of gcc and gmake, a MySQL build fails during sql_lex.cc g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/opt/mysql\

Fw: mysql compile error

2003-02-03 Thread Sönke Ruempler
NOBODY has an idea??? it's a redhat linux box with downgraded gcc 2.95.4 - glibc 2.2.4 hi list, getting this with mysql-3.23.55 on 2 machines (on other it compiled): make all-am make[3]: Entering directory `/usr/src/mysql-3.23.55/include' make[3]: Nothing to be done for `all-am'.

mysql compile error

2003-01-31 Thread Sönke Ruempler
hi list, getting this with mysql-3.23.55 on 2 machines (on other it compiled): make all-am make[3]: Entering directory `/usr/src/mysql-3.23.55/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/usr/src/mysql-3.23.55/include' make[2]: Leaving directory

Source RPM Compile Error

2003-01-10 Thread Lists @ Apted Tech.
i downloaded mysql-4.0.8-0.src.rpm off of the mysql web-site and have tried to compile it on several different redhat 8.0 boxes. the same error happens whether compiling latest mysql 3.23 or 4.0 source rpms. the build moves along for about fifteen minutes (long after i begin to believe it will

MySQL 3.23 compile error on HPUX IPF

2002-12-30 Thread Zengfa Gao
Hi, I am trying to compile MySQL 3.23 on HPUX 11.23 IPF. I am using gcc 3.0. gcc 2.95 is not available on HPUX 11.23. CC=gcc \ CXX=g++ \ CFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \ CXXFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \ CPPFLAGS=-D_HPUX_SOURCE -D__hpux__ -D_REENTRANT \

Re: 3.23.54 compile error

2002-12-14 Thread tibyke
check Compiling 3.23.54-1 - new tools installed! thread... t GC GC When I start mysql with GC GC service mysql start GC GC I get this error: GC GC /usr/bin/safe_mysqld: 5: command not found GC What's that? GC GC By the way mysql seems up and running... GC GC GC GC

Re: 3.23.54 compile error

2002-12-14 Thread tibyke
i mean... MySQL 3.23.54 safe_mysqld fix thread, sorry! t GC GC When I start mysql with GC GC service mysql start GC GC I get this error: GC GC /usr/bin/safe_mysqld: 5: command not found GC What's that? GC GC By the way mysql seems up and running... GC GC GC GC

/usr/bin/safe_mysqld: 5: command not found (WAS: Re: 3.23.54 compile error)

2002-12-14 Thread Joshua J . Kugler
I got that as well., and like the case below, MySQL is up and running just fine. I tried looking in safe_mysqld for a spurious '5' but couldn't find anything. Does anyone know what's up with the most recent safe_mysqld? j-- k- On Thursday 12 December 2002 17:16, Gabriele Carioli

3.23.54 compile error

2002-12-12 Thread Gabriele Carioli
I've tried to build mysql-3.23.54 from rpm sources. My system is a RedHat 6.2 with glibc-2.1.3-28 and the compiler is gcc-2.95.4-4h. Had no problems at all building mysql until mysql-3.23.53, but now I get this error: [...] Making distclean in . make[1]: Entering directory

Re: 3.23.54 compile error

2002-12-12 Thread Gabriele Carioli
I reply to myself... I've tried to build mysql-3.23.54 from rpm sources. [...] error: Bad exit status from /var/tmp/rpm-tmp.34718 (%build) Any hint? Maybe a newer libtool is required? Got a clean compile with libtool-1.4-8 and automake-1.5-1. Now I'll test it.

Re: 3.23.54 compile error

2002-12-12 Thread Gabriele Carioli
Maybe I'm paranoid I reply to myself... I've tried to build mysql-3.23.54 from rpm sources. [...] error: Bad exit status from /var/tmp/rpm-tmp.34718 (%build) Any hint? Maybe a newer libtool is required? Got a clean compile with libtool-1.4-8 and automake-1.5-1. Now I'll test it.

Re: Compile error on HPUX

2002-12-10 Thread Benjamin Pflugmann
Hello. As a side note, did you try the precompiled binary for HP-UX already? http://www.mysql.com/downloads/mysql-3.23.html On Mon 2002-12-09 at 08:22:44 -0800, [EMAIL PROTECTED] wrote: Benjamin, Thanks for you information, now I tried to use gcc Which version? compile: CC=gcc CXX=gcc

Re: Compile error on HPUX

2002-12-09 Thread Zengfa Gao
Benjamin, Thanks for you information, now I tried to use gcc compile: CC=gcc CXX=gcc CXXFLAGS=-O3 ./configure Configure has no problem. But When I run make, I got: gcc -O3 -DDBUG_OFF -DHAVE_BROKEN_PREAD -DDONT_USE_FINITE -DHAVE_BROKEN_GETPASS -DNO_FCNTL_NONBLOCK

Re: Compile error on HPUX

2002-12-07 Thread Benjamin Pflugmann
Hello. On Fri 2002-12-06 at 09:59:25 -0800, [EMAIL PROTECTED] wrote: Hi, I just send this email again. Does anyone care about HPUX build? You need to be more specific in the future. That will enhance the chance for someone seing the problem. I have never used HP-UX. That said, some

Re: Compile error on HPUX

2002-12-06 Thread Zengfa Gao
Hi, I just send this email again. Does anyone care about HPUX build? Zengfa --- Zengfa Gao [EMAIL PROTECTED] wrote: Hi, I tried to compile mysql-3.23.49 on HPUX 11.11 system. When I run: CC=cc CXX=aCC CFLAGS=+DD64 CXXFLAGS=+DD64 ./configure Everything is fine, no errors. But

Compile error on HPUX

2002-12-05 Thread Zengfa Gao
Hi, I tried to compile mysql-3.23.49 on HPUX 11.11 system. When I run: CC=cc CXX=aCC CFLAGS=+DD64 CXXFLAGS=+DD64 ./configure Everything is fine, no errors. But when I run: make I got: cc: password.c, line 95: error 1000: Unexpected symbol: char_val. cc: panic 2017: Cannot recover from

mysql 3.23.53 compile error

2002-11-21 Thread Sönke Ruempler
make[2]: Wechsel in das Verzeichnis Verzeichnis »/usr/src/mysql-3.23.53/libmysql« /bin/sh ../libtool --mode=compile ME=\/usr\ -DDATADIR=\/usr/var\ -DSHAREDIR=\/usr/share/mysql\ -DUNDEF_THREADS_HA CK -DDONT_USE_RAID -I./../include -I../incl ude

Re: mysql 3.23.53 compile error

2002-11-21 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 21 November 2002 13:49, Sönke Ruempler wrote: make[2]: Wechsel in das Verzeichnis Verzeichnis »/usr/src/mysql-3.23.53/libmysql« /bin/sh ../libtool --mode=compile ME=\/usr\ -DDATADIR=\/usr/var\

Mysql 3.32.53 Compile error

2002-11-10 Thread Drew Skinner
Hi has anyone seen a workaround for the following error: Thanks in advance, Drew. Environment: Solaris 9 u1 (Kernel: 112233-02) All GNU compilers tools installed. output as follows: gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local/mysql\ -DDATADIR=\/usr/local/mysql/var\

Compile Error on Sun 2.8[50 character or so descriptive subject here (for reference)]

2002-10-05 Thread akbeech
Description: Compile Error make[3]: Entering directory `/home/akbeech/sinbad_software/secure_server/mysql-3.23.52/sql' /usr/local/bin/gcc -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local/mysql\ -DDATADIR=\/usr/local/mysql/var

Compile error on Solaris

2002-09-29 Thread Beech Rintoul
Getting the following error trying to build mysql-3.23.52 on a solaris 8 box. g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr/local\ -DDATADIR=\/usr/local/var\ -DSHAREDIR=\/usr/local/share/mysql\ -DHAVE_CONFIG_H

source compile error with tcpd.h

2002-04-12 Thread chris
Description: source compiling with configure option --with-libwrap, will cause make fail about: mysqld.cc:2395: at this point in file /usr/include/tcpd.h:73: too many arguments to function `int hosts_access ()' mysqld.cc:2396: at this point in file /usr/include/tcpd.h:128: too

Re: source compile error with tcpd.h

2002-04-12 Thread Victoria Reznichenko
chris, Friday, April 12, 2002, 11:09:06 AM, you wrote: ñ Description: c source compiling with configure option --with-libwrap, will cause c make fail about: c mysqld.cc:2395: at this point in file c /usr/include/tcpd.h:73: too many arguments to function `int c hosts_access ()' c

Re: Compile error. MySql C++ API

2002-02-16 Thread Sinisa Milivojevic
Vipul Kotecha writes: Hi List, I am new to the MySql C++ API and I am compiling one file it gives me error saying Error E2303 ..\..\include\sqlplus\resiter1.hh 56: Type name expected Error E2275 ..\..\include\sqlplus\resiter1.hh 56: { expected Error E2275

Compile error. MySql C++ API

2002-02-15 Thread Vipul Kotecha
Hi List, I am new to the MySql C++ API and I am compiling one file it gives me error saying Error E2303 ..\..\include\sqlplus\resiter1.hh 56: Type name expected Error E2275 ..\..\include\sqlplus\resiter1.hh 56: { expected Error E2275 ..\..\include\sqlplus\resiter1.hh 56: { expected and many

RE: mysql-3.23.47 Compile Error on Linux

2002-02-06 Thread Jason Gurtz
-I/usr/include -I./../include -I./../regex-I. -I../include -I.. -I. snip mysqld.cc:1767: implicit declaration of function `int regex_init(...)' A carefull look reveals that the commandline above is seeing /usr/include/regex.h instead of

mysql-3.23.47 Compile Error on Linux

2002-02-05 Thread Jason Gurtz
Running Kernel 2.4.17 gcc-2.95.3 glibc-2.2.5 I read through the manual for hints and searched the mailing list archives but couldn't find a similar report. Here's the build output: c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=\/usr\

Re: MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2

2002-01-30 Thread Ryan Walker
-0800 To: [EMAIL PROTECTED] Subject: MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2 I'm trying to compile MySQL on Mac OS X 10.1.2. Ideally, I'd like to compile it with: ./configure --with-mysqld-user=mysql \ --enable-thread-safe-client \ --with-pthread \ --with-raid Unfortunately, I

Re: MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2

2002-01-30 Thread John McCauley
PROTECTED] Subject: Re: MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2 Yes. Dumb question. You did install the OS X developer tools, yes? I just compiled 3.23.47 from source this morning on 10.1.2 with not a problem at all. -- John McCauley CTGi Oakton, VA 703-352-0590 http

Re: MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2

2002-01-30 Thread Ryan Walker
-352-0590 http://www.ctgusa.com From: Ryan Walker [EMAIL PROTECTED] Date: Wed, 30 Jan 2002 00:21:44 -0800 To: [EMAIL PROTECTED] Subject: Re: MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2 Yes. Dumb question. You did install the OS X developer tools, yes? I just compiled 3.23.47 from

MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2

2002-01-29 Thread Ryan Walker
I'm trying to compile MySQL on Mac OS X 10.1.2. Ideally, I'd like to compile it with: ./configure --with-mysqld-user=mysql \ --enable-thread-safe-client \ --with-pthread \ --with-raid Unfortunately, I can't even get it to compile with just: ./configure Produces error: sql_show.cc c++

Re: MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2

2002-01-29 Thread John McCauley
To: [EMAIL PROTECTED] Subject: MySQL compile error, mysql-3.23.47, Mac OS X 10.1.2 I'm trying to compile MySQL on Mac OS X 10.1.2. Ideally, I'd like to compile it with: ./configure --with-mysqld-user=mysql \ --enable-thread-safe-client \ --with-pthread \ --with-raid Unfortunately, I

Compile Error 4.0.1-alpha

2002-01-29 Thread Jan . Albrecht
Hi, I downloaded the tar.gz and the src.rpm files for the 4.0.1-alpha version. When I try to compile it (with/without options), I get an error: *** ../merge/libmerge.a ../myisam/libmyisam.a ..! /myisammrg/libmyisammrg.a ../heap/libheap.a ../vio/libvio.a ../mysys/l ibmysys.a ../dbug/libdbug.a

Gemini compile error

2001-11-22 Thread Ashley M. Kirchner
While compiling MySQL+Gemini-3.23.41 i received the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../incl -I../msgs -O3 -DDBUG_OFF -c dsmindex.c In file included from dsmindex.c:39: /usr/include/string.h:245: parse error before `(' /usr/include/string.h:245: warning: conflicting types

Re: Gemini compile error

2001-11-22 Thread Attila Beno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 22 Nov 2001, Ashley M. Kirchner wrote: While compiling MySQL+Gemini-3.23.41 i received the following error: System is RedHat 7.1, with their GCC 2.96-85 Same here, althogh the binary version starts up fine. While I'm on

Re: Gemini compile error

2001-11-22 Thread Paul DuBois
At 9:43 AM +0100 11/22/01, Attila Beno wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 22 Nov 2001, Ashley M. Kirchner wrote: While compiling MySQL+Gemini-3.23.41 i received the following error: System is RedHat 7.1, with their GCC 2.96-85 Same here, althogh the

Re: Gemini compile error

2001-11-22 Thread Arjen G. Lentz
Hi Ashley, - Original Message - From: Ashley M. Kirchner [EMAIL PROTECTED] While compiling MySQL+Gemini-3.23.41 i received the following error: [...] System is RedHat 7.1, with their GCC 2.96-85 No idea about Gemini, but we do have an advisory against using gcc 2.96 on

compile error, on SuSe 7.0, in mysql_base.cc, with gcc 2.95.2

2001-11-16 Thread Jan Griebsch
Description: -- trying to compile source dist 3.23.44 from tarball -- OS: SuSe 7.0 with gcc 2.95.2 -- configure went fine, with the below specified options -- I appended the configure output -- make interrupts with the following error sql_base.cc: In

Compile error, 3.23.42 error with macro uint8korr

2001-09-14 Thread shane
Description: I am attempting to compile 3.23.42 for testing the innodb and gemini tables. I'm also going to test the RAID tables. The configure works fine. However, when the compiler enters the sql directory there is an error in field.cc, this is shown below

Re: Compile error, 3.23.42 error with macro uint8korr

2001-09-14 Thread Trond Eivind Glomsrød
*mysql-list has an annoying filter* [EMAIL PROTECTED] writes: Environment: machine, os, target, libraries (multiple lines) System: Linux homer 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown Architecture: i686 It would be useful if you made sure that all errata are applied to

Re: Compile error, 3.23.42 error with macro uint8korr

2001-09-14 Thread Shane Corgatelli
It compiles here, on a Roswellish system (and slightly different opions - no Gemini, only BDB and innodb) I removed the --with-gemini option and everything compiles beautifully. I tried it with the mysql+gemini-3.23.41 source and I still get errors. I wanted to compare Innobase and Gemini,

Re: Compile error, 3.23.42 error with macro uint8korr

2001-09-14 Thread Trond Eivind Glomsrød
Shane Corgatelli [EMAIL PROTECTED] writes: It compiles here, on a Roswellish system (and slightly different opions - no Gemini, only BDB and innodb) I removed the --with-gemini option and everything compiles beautifully. I tried it with the mysql+gemini-3.23.41 source and I still get

bug report / source compile error

2001-09-05 Thread abadon
Hi, I have Windows NT 4.0 (build 1381/SP6a) running IIS4 Webserver ( http://www.abadon.net or 212.30.85.173 ) connected via CableModem/LAN to Internet. I have also PHP ( Version 4.0.6 )scripting engine and MySQL server ( Client API version 3.23.32 said PHP info page, but in WinMySQL admin Ver

Re: bug report / source compile error

2001-09-05 Thread Miguel Angel Solórzano
At 10:33 05/09/2001 +0200, abadon wrote: Hi, Hi, I have Windows NT 4.0 (build 1381/SP6a) running IIS4 Webserver ( http://www.abadon.net or 212.30.85.173 ) connected via CableModem/LAN to Internet. I have also PHP ( Version 4.0.6 )scripting engine and MySQL server ( Client API version 3.23.32

Re: compile error - ld: cannot find -lrt

2001-08-21 Thread Michael Widenius
Hi! Sinisa == Sinisa Milivojevic [EMAIL PROTECTED] writes: Sinisa Faine, Mark writes: Ok, so I've downgraded my compiler (gcc) to 2.95.3 since mysql seems to be incompatible with 3.0, yet I'm still getting an error during the make: /usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lrt

Re: compile error - ld: cannot find -lrt

2001-08-20 Thread Sinisa Milivojevic
Faine, Mark writes: Ok, so I've downgraded my compiler (gcc) to 2.95.3 since mysql seems to be incompatible with 3.0, yet I'm still getting an error during the make: /usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lrt collect2: ld returned 1 exit status make[3]: *** [mysqld] Error 1

Compile error (checking for restartable system calls... configure: error can not run test while cross compiling)

2001-08-13 Thread Kevin
I get the following error when running configure on a mysql-3.22.32 source distribution for Solaris 2.7: == checking for restartable system calls... configure: error can not run test while cross compiling

Re: C API Compile Error

2001-08-07 Thread Rob Doornbos
Good Morning - Thank you so much, your suggestion worked perfectly! Best Regards, Rob --- Grigory Bakunov [EMAIL PROTECTED] wrote: Date |Mon, 6 Aug 2001 14:46:13 -0700 (PDT) From |Rob Doornbos [EMAIL PROTECTED] Hello! RD Good Afternoon - RD I receive the following error when

C API Compile Error

2001-08-06 Thread Rob Doornbos
Good Afternoon - I receive the following error when attempting to compile an application to use the C API. gcc -oclient1 client1.c -I/usr/local/mysql/include -L/usr/local/mysql/lib -lmysqlclient /usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_uncompress':

Re: C API Compile Error

2001-08-06 Thread Grigory Bakunov
Date |Mon, 6 Aug 2001 14:46:13 -0700 (PDT) From |Rob Doornbos [EMAIL PROTECTED] Hello! RD Good Afternoon - RD I receive the following error when attempting to RD compile an application to use the C API. RD gcc -oclient1 client1.c -I/usr/local/mysql/include RD -L/usr/local/mysql/lib

Re: Compile Error Tru64 __cxa_pure_virtual

2001-07-26 Thread Sinisa Milivojevic
Kundiger, Rick writes: When compiling with gcc3.0 mysql 3.23.4 I get the following error trying to link the mysqlbinlog (I think) any idaes? Rick lmach -lexc mkdir .libs gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti -fno-implicit-templates -fno-exceptions

Compile Error Tru64 __cxa_pure_virtual

2001-07-25 Thread Kundiger, Rick
When compiling with gcc3.0 mysql 3.23.4 I get the following error trying to link the mysqlbinlog (I think) any idaes? Rick lmach -lexc mkdir .libs gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti -fno-implicit-templates -fno-exceptions -fno-rtti -o mysqlbinlog mysqlbinlog.o

RE: RE: thread compile error on MySQL 4.0

2001-07-23 Thread Brian Austin
here I hope this will get into your mailing list query query query query query query query query query query query query query query query query query query I am having a small problem compiling V4.0 on RedHat 6.2. At the end of the make process, it dumps out with undefined references to some

Super-smack compile error

2001-06-13 Thread Ken Menzel
Hi All anyone ever get this? FreeBSD 4.3 OS, using default configure. $ gmake -s Making all in src client.cc:21: redefinition of `union semun' /usr/include/sys/sem.h:49: previous definition here client.cc: In method `void Client::setup_pipe()': client.cc:286: no matching function for call to

compile error

2001-06-11 Thread josepolo7
Hi, I'm developing an application with mysqlclient library, my code is right but i get an error: /usr/lib/mysql/libmysqlclient.a(my_compress.o): In function 'my_uncompress': my_compress.o(.text+0x9a): undefined reference to 'uncompress' /usr/lib/mysql/libmysqlclient.a(my_compress.o): In function

Re: compile error

2001-06-11 Thread Karol Majewski
Hi José Could you give us some more information ? Something like gcc -I/usr. Generally you didn't point the compiler which library to use or where is it or simply did it in wrong order. I think so but I'm not 100% sure of it because I'm a novice too ;-) Regards Karol Majewski query / sql

Borland C++Builder compile error

2001-06-07 Thread Jay Stewart
I am attempting to add SQL client-server functionality to a Window's (2000) app I am developing in Borland's C++Builder v5. After installing the mysql C API, including the mysql.h header and setting my include and library paths appropriately, I was unable to compile the API code. The compiling

Re: Borland C++Builder compile error

2001-06-07 Thread Miguel Angel Solórzano
At 10:03 07/06/2001 -0700, Jay Stewart wrote: Hi! Please add #include winsock.h at your main unit. Regards, Miguel I am attempting to add SQL client-server functionality to a Window's (2000) app I am developing in Borland's C++Builder v5. After installing the mysql C API, including the mysql.h

MySQL compile error

2001-04-24 Thread James Bonham
Help me please ! installing MySQL 3.23.36 on Ultra SPARC/Solaris 2.7 GNU make 3.79.1, binutils, and libtool latest version, gcc 2.95.2 environment variables: CC=gcc CFLAGS=-O6 CXX=gcc CXXFLAGS=-O6 -felide -constructors -fno-exceptions -fno-rtti at the command line: ./configure

Re: MySQL compile error

2001-04-24 Thread Matthew P. Marino
You might want to try downloading binutils from the GNU web site. It has a modified version of the linker libraries (ld). I still wasn't able to get past the yacc compile even with 512MB RAM. Let me know how you make out. I ended up using the binary distribution. James Bonham wrote: Help me

Re: make fails with compile error using MacOS X Darwin

2001-04-11 Thread Sinisa Milivojevic
Nigel Gilbert writes: From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: make fails with compile error using MacOS X Darwin Description: make gives: mysqld.cc: In function `void init_signals()': mysqld.cc:1241: assignment to `void (*)(int)' from `void (*)()' make[3]: *** [mysqld.o

make fails with compile error using MacOS X Darwin

2001-04-10 Thread Nigel Gilbert
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: make fails with compile error using MacOS X Darwin Description: make gives: mysqld.cc: In function `void init_signals()': mysqld.cc:1241: assignment to `void (*)(int)' from `void (*)()' make[3]: *** [mysqld.o] Error 1 make[2]: *** [all

Re: Innobase compile error on MacOS X/Darwin 1.3

2001-04-03 Thread Sinisa Milivojevic
Scott Ellsworth writes: Please find ctype.h attached. (I could have just trimmed, but it seemed likely that you might want info I blatantly trimmed away...) Also, on another topic, I tried building the berkeleydb option the other day, and got an error on startup about a lack of

Re: Innobase compile error on MacOS X/Darwin 1.3

2001-03-30 Thread Sinisa Milivojevic
Scott Ellsworth writes: Howdy, all. The following error came up when compiling under OS X release. c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\"" -DDATADIR="\"/usr/local/mysql/var\""

  1   2   >