compile problem with newest version of mysql-server

2015-10-15 Thread Zhudacai
Hi all, Recently, I got the newest version of mysql-server from the github, Bug I got some compile problem as follows: cmake -DCMAKE_INSTALL_PREFIX=/u04/my3306 \ -DMYSQL_DATADIR=/u04/my3306/data -DMYSQL_USER=mysql \ -DSYSCONFDIR=/etc -DWITH_MYISAM_STORAGE_ENGINE=1

Re: Compile problem (was: MySQL Community Server 5.1.35 has been released)

2009-06-09 Thread Joerg Bruehe
Dave, do you really consider it helpful to do "reply all" to a release announcement, trying to send it to the "announce" and "packagers" list, including a full quote of the announcement text, and using the original subject line, when you are asking for help a

compile problem

2003-10-06 Thread jabbott
Hope I am posting to the right list. I am new here. I have a sun system: SunOS spot 5.6 Generic_105181-05 sun4u sparc SUNW,Ultra-4 With gcc installed: # gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.7.2.3/specs gcc version 2.7.2.3 I am trying to compile: mysql-4.1.0-a

Mysql 4.1.0 utf8 on linux : maybe known bug and current bk compile problem

2003-09-30 Thread Gilles Magnier
stem) but i didn't find anything looking wrong. But i'm not a libtool expert. Thanks in advance, Regards, Gilles Magnier. PS: Some additional informations about test platform : utf8 bug reproduced on : one RH9 and one rawhide, both up to date. MySQL 4.1.0-alpha recompiled from www.mysql.com sou

compile problem between mysql and proftpd

2003-07-03 Thread Dan North
>Description: when trying to compile proftpd with mysql using ./configure --with-modules=mod_sql:mod_sql_mysql --with-libraries=/usr/local/lib:/usr/local/mysql/lib --with-includes=/usr/local/mysql/include --with-zlib I get this error: make[1]: Leaving directory `/root/proft

Re: 3.23.54a - Solaris 9/gcc 2.95.3 compile problem

2003-01-25 Thread Len Rose
> > -=| Ben > > - Original Message - > From: "Len Rose" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, January 19, 2003 8:57 AM > Subject: 3.23.54a - Solaris 9/gcc 2.95.3 compile problem > > > > > > Has anyone run int

Re: 3.23.54a - Solaris 9/gcc 2.95.3 compile problem

2003-01-25 Thread Ben Goodwin
From: "Len Rose" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 19, 2003 8:57 AM Subject: 3.23.54a - Solaris 9/gcc 2.95.3 compile problem > > Has anyone run into this? I did a search on the web site > looking for information before posting, d

Re: 3.23.54a - Solaris 9/gcc 2.95.3 compile problem

2003-01-19 Thread Len Rose
I compiled gcc 2.95.2 on Solaris 9 and was then able to successfully compile 3.23.54a under Solaris 9 (sparc) without any unsual steps or configuration options. >From my tests today, it seems neither gcc 2.95.3 or 3.x will compile mysql 3.23.54a under Solaris 9, in case anyone is interested. On

3.23.54a - Solaris 9/gcc 2.95.3 compile problem

2003-01-19 Thread Len Rose
Has anyone run into this? I did a search on the web site looking for information before posting, didn't see anything.. 3.23.54a - Compiling with gcc 2.95.3, Solaris 9 sparc.. # snip Making all in sql make all-recursive Making all in share source='sql_lex.cc' object='sql_lex.o' libtool=no \ d

Re: mysql compile problem under Solaris 9

2002-11-04 Thread Ben Goodwin
e it for me. -=| Ben - Original Message - From: "Andy Elmer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 10:58 AM Subject: mysql compile problem under Solaris 9 > I have tried compiling the latest 3.23 version of mysql under Solari

mysql compile problem under Solaris 9

2002-11-04 Thread Andy Elmer
I have tried compiling the latest 3.23 version of mysql under Solaris 9 using gcc 3.2 and keep getting the following error: g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\"" -DDATADIR="\"/usr/local/mysql/var\"" -DSHAREDIR="\"

[Bug] compile problem on Mac OS X 10.2

2002-09-06 Thread Ray Kiddy
A number of people have asked about this, and some have figured it out and posted info somewhere, but not in the www.mysql.com docs. Perhaps, I need to report it on this list for it to get into a distro, yes? In configure, there is a bit that starts at line 7514: *darwin*) if test "$a

Re: compile problem with 3.23.50

2002-04-24 Thread Christian Hammers
On Wed, Apr 24, 2002 at 02:27:40PM +0300, Sinisa Milivojevic wrote: > > mysqld.cc:2428: at this point in file > > /usr/include/tcpd.h:119: too few arguments to function `int hosts_access(request > > _info *)' > > mysqld.cc:2429: at this point in file > > /usr/include/tcpd.h:153: too few arguments

Re: compile problem with 3.23.50

2002-04-24 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > I get the following error: > > c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr\"" >- > DDATADIR="\"/var/lib/mysql\"" -DSHAREDIR="\"/usr/share/mysql\" > " -DHAVE_CONFIG_H -I

compile problem with 3.23.50

2002-04-23 Thread ch
see above >Fix: none >Submitter-Id: >Originator:Christian Hammers >Organization: Debian Project >MySQL support: none >Synopsis: compile problem 3.23.50 >Severity: serious >Priority: medium >Category: mysql >Class: sw-

Compile Problem - sql_lex.cc has undeclared functions (symbol, sql_functions, get_has_symbol)

2002-04-15 Thread Aaron The Young
I'm unable to get mysql compiled due to problems during my make. I am using gcc 3.04 on a Sparc 20 running Solaris: uname -a: SunOS primus 5.8 Generic_108528-06 sun4m sparc SUNW,SPARCstation-20 When I run the make I get the following problem with sql_lex.cc sql_lex.cc: In function `void lex_

more re. help: compile problem 3.23.49 on Solaris 2.8

2002-03-02 Thread Miles Fidelman
re. my previous message: I found a few postings suggesting setting CXXLD=g++, and indicating that I needed to have v3 of libstdc++ installed. Did it, and the library is installed, but got the same error message. Any suggestions? ---previous message--- Hi, I'm trying to install the latest ver

help: compile problem 3.23.49 on Solaris 2.8

2002-03-02 Thread Miles Fidelman
Hi, I'm trying to install the latest version of MySQL on a Netra AC200 running Solaris 2.8, using gcc 3.0.3. Configure command was: CC=gcc CFLAGS="-O3 -mcpu=v8 -Wa,-xarch=v8plusa" CXX=gcc CXXFLAGS="-O3 \ -felide-constructors -fno-exceptions -fno-rtti -mcpu=v8 \ -Wa,-xarch=v8plusa" \ ./configure

compile problem under SuSE 7.3

2002-01-04 Thread Thomas Spahni
Hi, I loaded a fresh hardware with SuSE 7.3 and find myself unable to compile MySQL database any more. What happens? I unpack mysql-3.23.47 and do ./configure which stops at some point: checking for inline... inline checking for off_t... yes checking for st_rdev in struct stat... yes checking

Re: compile problem

2001-08-14 Thread Grigory Bakunov
Date |Tue, 14 Aug 2001 23:19:51 +0800 >From |Kenneth <[EMAIL PROTECTED]> Hello! K> Hello mysql, K> I'm trying to install mysql from source in a redhat 7.1 machine but K> got the following errors(under section 'compile status'). I tried the K> same in my redhat 7.0 without any problem. Please g

compile problem

2001-08-14 Thread Kenneth
Hello mysql, I'm trying to install mysql from source in a redhat 7.1 machine but got the following errors(under section 'compile status'). I tried the same in my redhat 7.0 without any problem. Please give me some ideas on the following matters: 1. Should I update the gcc compiler using the upd

Compile problem

2001-08-03 Thread Sophokles Zafeiris
Hi, I'm trying to compile MySQL 3.23.40 on Solaris 7 (Intel platform) machine. I extracted and configured the source but when I tried to run "make" there was the follwoing error: In file included from mysql.cc:28: ../include/global.h:646: warning: abstract declarator used as declaration *** Erro

Re: urgent: mysql compile problem

2001-08-01 Thread Tonu Samuel
On 01 Aug 2001 15:36:55 +0800, Wong Ching Kuen Frederick wrote: > i am using > redhat 7.1 (i386-smp) > kernel 2.4.6 > gcc 3.0 > mysql 3.23.40 > > ./configure --prefix=/usr/local/mysql --with-charset=big5 --with-mysqld-user > =mysql Correct way is: make distclean autoheader aclocal autoconf auto

urgent: mysql compile problem

2001-08-01 Thread Wong Ching Kuen Frederick
i am using redhat 7.1 (i386-smp) kernel 2.4.6 gcc 3.0 mysql 3.23.40 ./configure --prefix=/usr/local/mysql --with-charset=big5 --with-mysqld-user =mysql i have the following error, could somebody help me?! thank you very much. c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr

compile problem

2001-07-27 Thread TomC
Hi all, I use setenv CXX gcc and then ./configure --prefix=/usr/local/mysql. No problem appear. then I use gnu make to continue the process. It gives the following error: Undefined first referenced symbol in file __cxa_pure_virtual

Re: compile problem on solaris , possibly others

2001-06-13 Thread Sinisa Milivojevic
Mark Vann writes: > Well, i just did a pkginfo | grep zlib and this is > what I got, > > application JGzlib zlib > > So it appears to be installed. > Any ideas? > Take a look at the end of config.log. Cut the code at the end and try to build it with a command immediately above. T

Re: compile problem on solaris , possibly others

2001-06-12 Thread Mark Vann
I also, just installed the zlibc lib from source and it is still having this issue WOW, solaris is so much harder to work with than linux ( for my ignorant self anyway ) --- Mark Vann <[EMAIL PROTECTED]> wrote: > Well, i just did a pkginfo | grep zlib and this is > what I got, > > app

Re: compile problem on solaris , possibly others

2001-06-12 Thread Mark Vann
Well, i just did a pkginfo | grep zlib and this is what I got, application JGzlib zlib So it appears to be installed. Any ideas? --- Sinisa Milivojevic <[EMAIL PROTECTED]> wrote: > Mark Vann writes: > > I am currently trying to compile mysql on solaris > 2.7 > > , running on an ul

Re: compile problem on solaris , possibly others

2001-06-12 Thread Sinisa Milivojevic
Mark Vann writes: > I am currently trying to compile mysql on solaris 2.7 > , running on an ultra1 with 512 megs of memory. I have > uninstalled the bin package off sunfreeware.com for > gcc and replaced it with 2.95.3 compiled on my box. I > also have the libstdc++ library with G++ installed as >

compile problem on solaris , possibly others

2001-06-11 Thread Mark Vann
I am currently trying to compile mysql on solaris 2.7 , running on an ultra1 with 512 megs of memory. I have uninstalled the bin package off sunfreeware.com for gcc and replaced it with 2.95.3 compiled on my box. I also have the libstdc++ library with G++ installed as well. When i try to run ./con

Mysql Compile Problem ..

2001-05-23 Thread Mike Richards
Hey, After configuring MySQL 3.23.36 (first using Apachetoolbox but then just compiling it from the downloaded source). I have run into this problem. Any ideas? I'm running RedHat 7.0 on an X86 box. Making all in libmysql make[2]: Entering directory `/export/home/mrichard/Apachetoolbox-1.

MySQL 3.23.37 Compile Problem

2001-04-23 Thread scott.Dukes
I'm having trouble building the mysql323-server port (3.23.36/7). I am running Freebsd 3.5 on an i386. The build breaks during the sql/share/Makefile with the following error: /bin/sh ../libtool --mode=link c++ -DDBUG_OFF -O -pipe -felide-constructors -fno-rtti -fno-implicit-templates -DMYSQLD_

Compile Problem

2001-03-21 Thread Jason Bell
I have GNU GCC 2.96 and when I run configure, I get the following error: configure: error: installation or configuration problem: C++ compiler cannot create executables. any solution to this? Is 2.96 incompatable? Should I have a different compiler? Thanks, Jason

Re: Compile Problem

2001-02-22 Thread Sinisa Milivojevic
Alec Solway writes: > Hi, > > I am getting the following errore when trying to link the MySQL client > library with a C++ program I have written. > > /usr/local/mysql/lib/libmysqlclient.a(my_open.o): In function `my_open': > my_open.o(.text+0x14): undefined reference to `open64' > /usr/

Compile Problem

2001-02-21 Thread Alec Solway
Hi, I am getting the following errore when trying to link the MySQL client library with a C++ program I have written. /usr/local/mysql/lib/libmysqlclient.a(my_open.o): In function `my_open': my_open.o(.text+0x14): undefined reference to `open64' /usr/local/mysql/lib/libmysqlclient.a(mf_format.o

mysql-3.23.30-gamma Compile Problem

2001-01-12 Thread John Romano
Hi All. I'm trying to compile mysql on a intel SMP machine and I get the following error. I'm using redhat 7 any ideas? c++ -O3 -DDBUG_OFF -fno-implicit-templates -rdynamic -o .libs/mysql mysql.o readline.o sql_string.o completion_hash.o ../readline/libreadline.a -lncurses ../libmysql/.libs

Re: mysql-3.23.30-gamma Compile Problem

2001-01-12 Thread Michael
I have a problem , I install mysql and i have a mistake : install_driver(mysql) failed: Can't load '/usr/local/lib/perl5/site_perl/5.005/s un4-solaris/auto/DBD/mysql/mysql.so' for module DBD::mysql: ld.so.1: /usr/local/ bin/perl: fatal: relocation error: file /usr/local/lib/perl5/site_perl/5.005

mysql-3.23.30-gamma Compile Problem

2001-01-11 Thread John Romano
Hi All. I'm trying to compile mysql on a intel SMP machine and I get the following error. I'm using redhat 7 any ideas? c++ -O3 -DDBUG_OFF -fno-implicit-templates -rdynamic -o .libs/mysql mysql.o readline.o sql_string.o completion_hash.o ../readline/libreadline.a -lncurses ../libmysql/.libs