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
i686
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
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 windows).
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]
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 ex
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 t
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 --en
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 anyo
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.
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 uncl
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 uns
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 t
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
--with-berkeley
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 th
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 all
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 g
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 sh
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 s
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 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="gc
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' t
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
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' l
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 -DDEFAULT_MYSQL_HOME="\"/usr/lo
s I'm tierd to stay 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:
AM
To: Richard 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-
-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 `/usr/
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.
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.
-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\" -DSHAREDIR=\"/usr/local/mysql/
25, 2003 3: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
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, 2
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 Dov
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
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'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'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\""
-DDATAD
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'.
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 `/usr/src/mysq
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
su
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" \
LDFL
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 wrote
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> ---
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> ---
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.
>
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.
-
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 `/usr/src/redhat/BUILD/
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
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 -DDO_NOT_REMOVE_THREAD
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 comm
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 erro
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 ea
-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\""
>
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../inc
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\""
-DSHA
>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\""
-DDAT
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
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
>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 ma
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 ..\..\include\sqlplus\re
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 war
> -I/usr/include -I./../include
>
> -I./../regex-I. -I../include -I.. -I.
> 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 /
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\""
-DDATADIR="\"/var
>John McCauley
>CTGi
>Oakton, VA
>703-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
&g
: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 source this morning on 10.1.2 with not a
>
alker <[EMAIL PROTECTED]>
>> Date: Tue, 29 Jan 2002 18:40:12 -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
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 .
002 18:40:12 -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-saf
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++ -DMY
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 o
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, altho
-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
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
>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 func
"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 st
> 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,
*mysql-list has an annoying filter*
[EMAIL PROTECTED] writes:
> >Environment:
>
> 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
your machine, and then try again - the simples
>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
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.
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
1.3
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:
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] Err
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
make[3]: Leaving directory
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
==
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 err
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 -lm
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':
my_compress.o(.te
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-exception
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
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
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 `sem
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
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
At 10:03 07/06/2001 -0700, Jay Stewart wrote:
Hi!
Please add #include 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 header
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 err
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
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 --prefix= --with
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 (*)(
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
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
1 - 100 of 114 matches
Mail list logo