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
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
[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
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
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
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
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
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
>
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/