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 about a compile problem? Dave Shariff

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

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

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 >

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/