Problems compiling 5.6.10 under CygWIN for Windows

2013-02-07 Thread Michael Steele
I'm using CygWIN to compile MySQL 5.6.10 for Windows. Using the source code (Generic Linux (Architecture Independent), Compressed TAR Archive) Version 5.6.10. I have no problems compiling (Generic Linux (Architecture Independent), Compressed TAR Archive) Version 5.5.29 source code.

Problems Compiling

2004-09-20 Thread premal mishra
I'm trying to use C API to MySQL. MySQL Version: 4.0.20a Distribution Windows Binary Machine: P IV on intel 845GL board, 256 MB Ram, Win98se Compiler: Digital Mars C/C++ Compiler Version 8.40 (ftp://ftp.digitalmars.com/Digital_Mars_C++/Patch/dm840c.zip) WHEN I COMPILE

Re: Problems Compiling

2004-09-11 Thread Egor Egorov
Andrew Wheeler <[EMAIL PROTECTED]> wrote: > I am not sure that this is the correct list. I did not > see any list that seemed more appropriate. Private email answered here. > Well if it compiling is not a "configure, make, make > install" job perhaps you could point me in the > direction to lea

Re: Problems Compiling

2004-09-06 Thread Egor Egorov
Andrew Wheeler <[EMAIL PROTECTED]> wrote: > I am not sure that this is the correct list. I did not > see any list that seemed more appropriate. > > I have RedHat 8: > gcc-3.2-7 You'd better take the binary distribution from www.mysql.com Compiling MySQL is absolutely not a "configure; make; make

Re: Problems Compiling

2004-09-04 Thread Michael Stassen
--prefix is the only option you passed to configure? You must have missed the recommendations in the manual. Take a look at how MySQL builds their official binaries . There is also a section on building and other issues under Linux

Problems Compiling

2004-09-03 Thread Andrew Wheeler
I am not sure that this is the correct list. I did not see any list that seemed more appropriate. I have RedHat 8: gcc-3.2-7 I run ./configure --prefix=/usr/local/mysql which according to the log exited with code 0 Then when I run make I get the following errors. My question is what is the signi

problems compiling mysql 4.0.20 (master.pid was not created in 400 seconds)

2004-06-15 Thread btb
hello- i am running into trouble compiling on redhat 7.2 (2.4.7-10) configure and make run without dying - make test however produces the following output: 02:17:35([EMAIL PROTECTED])/tmp/source/mysql-4.1.2-alpha>make test cd mysql-test ; ./mysql-test-run Installing Test Databases Removing Stale

problems compiling mysql 4.0.20 (master.pid was not created in 400 seconds)

2004-06-09 Thread btb
hello- i am running into trouble compiling on redhat 7.2 (2.4.7-10) configure and make run without dying - make test however produces the following output: 02:17:35([EMAIL PROTECTED])/tmp/source/mysql-4.1.2-alpha>make test cd mysql-test ; ./mysql-test-run Installing Test Databases Removing Stale

Re:Re: Problems compiling NDB-Cluster mysql-4.1.2

2004-05-12 Thread Steffen Moelter
An: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Betreff: Re: Problems compiling NDB-Cluster mysql-4.1.2 You have to have zlib installed. This seems to be a bug, which I have just reported. The fix is simple: install zlib. You can check with a simple C-program like this: #include #include int main(

Re: Problems compiling NDB-Cluster mysql-4.1.2

2004-05-10 Thread Anders Karlsson
You have to have zlib installed. This seems to be a bug, which I have just reported. The fix is simple: install zlib. You can check with a simple C-program like this: #include #include int main(int argc, char *argv[]) { printf("Hello, World\n"); return 0; } If this refuses to compile (m

Problems compiling NDB-Cluster mysql-4.1.2

2004-05-05 Thread Tech
Hello all, i want to compile the development tree source from bk://mysql.bkbits.net/mysql-4.1 on SuSE 8.2 Linux. The compiling of the mysql-4.1 without the ndb-cluster works fine. When set the configuration-option --with-ndbcluster, the compilation fails with the error: ha_ndbcluster.o(.text+0x3

Problems compiling MySQL 3.23.52 on Slackware 9.1

2004-04-28 Thread Michal Kepien
Hi there, I'm trying to compile the MySQL 3.23.52 source distribution on Slackware 9.1. I'm using g++ (GCC) 3.2.3 and, I think, I've got all the required shared libraries installed. `./configure' exits OK, but `make' exits with an error while building the mysql client: |mysql.o(.text+0x1b29): In

Re: problems compiling a mysql tool

2004-03-19 Thread Sasha Pachev
Jason Unrein wrote: Before I start, this is a compile problem (or so I think) and from what little I read in this forum, it looks ok to post. If not and you know the proper place to post, please let me know. Now for the good stuff I'm attempting to write a simple tool in C that needs to be comp

problems compiling a mysql tool

2004-03-17 Thread Jason Unrein
Before I start, this is a compile problem (or so I think) and from what little I read in this forum, it looks ok to post. If not and you know the proper place to post, please let me know. Now for the good stuff I'm attempting to write a simple tool in C that needs to be compiled statically wit

Re: Problems compiling Mysql in Alpha with Tru64Unix V5.1

2003-07-16 Thread Egor Egorov
"julio" <[EMAIL PROTECTED]> wrote: >I try to compiling Mysql V4.0 in the Alpha/Tru64 Unix V5.1a. I have > installed in the Alpha C++ and C version 6.5, and gcc 3.3 and GNU MAKE 3.8. > # make > No suffix list. To me it looks like you are running the wrong make, not GNU one. >Can help me

Problems compiling Mysql in Alpha with Tru64Unix V5.1

2003-07-14 Thread julio
Hello There, I try to compiling Mysql V4.0 in the Alpha/Tru64 Unix V5.1a. I have installed in the Alpha C++ and C version 6.5, and gcc 3.3 and GNU MAKE 3.8. Follow the Steps. 1- Dowload from http://www.mysql.com/downloads/mysql-4.0.html in the SOURCE DOWNLOADS >> Tarball(tar.gz)

Problems compiling mysqlcc

2003-07-04 Thread manuel Silva
When compiling mysqlcc-0.9.2,I get: checking for libmysqlclient... checking for "/usr/lib/mysql//libmysqlclient.a"...yes checking for mysql_real_connect in -lmysqlclient...no configure:error:Could not find libmysqlclient in `/usr/lib/mysql/ /usr/lib/ ...etc. I did: ./configure --with-mysql-lib=

Re: Problems compiling the C++ libs for Solaris 2.7 Workshop 5.0

2003-06-23 Thread Arvind Patel
Dear all, Can someone please help me??? I'm getting errors compiling MySQL++ libs on Solaris 2.7 using Sun Workshop 5.0 compiler. I've built the C client libs/api successfully using the following configure command ( & then done make, make install ) configure CC="/opt/SUNWspro/bin/cc" CFLAGS="

Re: URGENT: Problems compiling mysql 3 and 4 on IRIX indy 6.5 IP22 mips

2003-06-06 Thread Jason Buchanan
Michael Widenius wrote: Hi! "Jason" == Jason Buchanan <[EMAIL PROTECTED]> writes: Jason> hi, Jason> I'm having a hard time getting mysql 4 and mysql 3 to compile on IRIX 6.5... Jason> Does anyone have a solution to this? Jason> Below is an example of compiling mysql 4.0.13 (loo

URGENT: Problems compiling mysql 3 and 4 on IRIX indy 6.5 IP22 mips

2003-06-05 Thread Michael Widenius
Hi! > "Jason" == Jason Buchanan <[EMAIL PROTECTED]> writes: Jason> hi, Jason> I'm having a hard time getting mysql 4 and mysql 3 to compile on IRIX 6.5... Jason> Does anyone have a solution to this? Jason> Below is an example of compiling mysql 4.0.13 (looks practically Jason> identical

Re: URGENT: Problems compiling mysql 3 and 4 on IRIX indy 6.5 IP22 mips

2003-06-05 Thread vze2spjf
Look at http://gcc.gnu.org/ml/gcc-bugs/2000-11/msg00293.html (I don't know anything about this, but that page seems very relevant.) -S > > From: Jason Buchanan <[EMAIL PROTECTED]> > Date: 2003/06/04 Wed AM 08:22:29 CDT > To: [EMAIL PROTECTED] > Subject: URGENT:

URGENT: Problems compiling mysql 3 and 4 on IRIX indy 6.5 IP22 mips

2003-06-04 Thread Jason Buchanan
hi, I'm having a hard time getting mysql 4 and mysql 3 to compile on IRIX 6.5... Does anyone have a solution to this? Below is an example of compiling mysql 4.0.13 (looks practically identical for mysql 3.23.56): g++ -DUNDEF_THREADS_HACK -I. -I. -I.. -I./../include -I../include -I./.. -I.. -I

Problems compiling with berkeley

2003-03-12 Thread Barry Pollock
extra_configs="$extra_configs --with-innodb --with-berkeley-db \ --with-embedded-server --enable-thread-safe-client \ --with-bencgh --prefix=/usr --enable-maintainer-mode \ --with-docs --with-unix-socket=/var/run/mysqld/mysqld.sock \ --with-lo-memory --with-openssl --with-vio" It c

Problems compiling

2002-11-06 Thread AE
Anyone ever come across this compilation error? g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\"" -DDATADIR="\"/usr/local/mysql/var\"" -DSHAREDIR="\"/usr/local/mysql/share/mysql\"" -DHAVE_CONFIG_H -I./..

Re: problems compiling mysql

2002-06-02 Thread Yegor Bryukhov
Hello, As I understood segmentation fault happens during compilation? Segmentation fault happens always at the same point? If not then it is a problem of your memory, try memtest86 to test your memory (not your but your computer :) ) If it always happens at the same point than

problems compiling mysql

2002-06-02 Thread James Thogmartin
I have tried this 3 times so far everytime i do a 'make', after a while, i get this message: make[2] *** [my_net.lo] Segmentation fault make[2] Leaving directory '/home/per0xide/mysql-3.23.49/libmysql' make[1] *** [all-recursive] Error 1 make[1] Leaving directory ' /home/per0x

Re: Problems compiling PHP with mysql support as a apache DSO on a HPUX11.x box

2002-02-20 Thread Andre Konopka
>>Yes, I read through the numerous threads about this topic but I can't >>solve my problem >> >>After compiling php-4.1.1 with mysql support (mysql-3.23.47) as a DSO >>(./configure --enable-libgcc --with-mysql=/opt/mysql-3.23.47 >>--with-apxs=/opt/apache-1.3.23/bin/apxs) >> >>apache complains wi

Re: Problems compiling PHP with mysql support as a apache DSO on a HPUX11.x box

2002-02-20 Thread Andre Konopka
Wolfgang Pichler wrote: > Do you have also recompiled apache after compiling php ? > YES > Am Mit, 2002-02-20 um 10.04 schrieb Andre Konopka: > >>Hi, >> >>mmh, maybe it's not a mysql-problem... >>Yes, I read through the numerous threads about this topic but I can't >>solve my problem >>

Re: Problems compiling PHP with mysql support as a apache DSO on aHPUX11.x box

2002-02-20 Thread Arjen Lentz
Hi Andre, On Wed, 2002-02-20 at 19:04, Andre Konopka wrote: > mmh, maybe it's not a mysql-problem... Indeed, doesn't look like it. > Yes, I read through the numerous threads about this topic but I can't > solve my problem > > After compiling php-4.1.1 with mysql support (mysql-3.23.47) as a DS

Re: Problems compiling PHP with mysql support as a apache DSO on aHPUX11.x box

2002-02-20 Thread Wolfgang Pichler
Do you have also recompiled apache after compiling php ? Am Mit, 2002-02-20 um 10.04 schrieb Andre Konopka: > Hi, > > mmh, maybe it's not a mysql-problem... > Yes, I read through the numerous threads about this topic but I can't > solve my problem > > After compiling php-4.1.1 with mysql suppor

Problems compiling PHP with mysql support as a apache DSO on a HPUX11.x box

2002-02-20 Thread Andre Konopka
Hi, mmh, maybe it's not a mysql-problem... Yes, I read through the numerous threads about this topic but I can't solve my problem After compiling php-4.1.1 with mysql support (mysql-3.23.47) as a DSO (./configure --enable-libgcc --with-mysql=/opt/mysql-3.23.47 --with-apxs=/opt/apache-1.3.23/bi

Problems compiling mysql 3.23.36 on Solaris 8

2001-12-06 Thread Jason Ahrens
I have compiled mySql before on Solaris, and never had this problem. On this system, configure goes fine, and make chugs along until the 'sql' directory, at which point the following occurs: gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti -fno-implicit-templates -fno-except

RE: Problems compiling under Solaris 2.6

2001-12-05 Thread Matthew Darcy
. -Original Message- From: Alan W. Rateliff, II [mailto:[EMAIL PROTECTED]] Sent: 05 December 2001 15:15 To: Matthew Darcy Subject: Re: Problems compiling under Solaris 2.6 On 05-Dec-01, Matthew Darcy said something totally profound about Problems compiling under Solaris 2.6 that made me ponder

Problems Compiling 4.0.0-alpha (fwd)

2001-10-24 Thread Ed Coates
7 kernel, and I have no problems compiling the 3.23.x version of MySQL, but with the new alpha version, I'm having the following problem. Here are the config options for it, followed by the errors: ./configure --prefix=/usr/local/mysql --with-innodb --with-berkeley-db=/usr/local/BerkeleyDB.3.

Re: problems compiling on FreeBSD 3.3 (mysql-3.23.41)

2001-08-29 Thread Sinisa Milivojevic
Angel Behar writes: > I just update the gcc version and still the same problem : > > absa# gcc -v > Reading specs from > /usr/local/lib/gcc-lib/i386-unknown-freebsd3.3/3.0.1/specs > Configured with: ../configure --enable-languages=c++ > Thread model: posix > gcc version 3.0.1 > > > Any Ideas ?

Re: problems compiling on FreeBSD 3.3 (mysql-3.23.41)

2001-08-28 Thread Angel Behar
: "Jeremy Zawodny" <[EMAIL PROTECTED]> To: "Angel Behar" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 23, 2001 11:50 PM Subject: Re: problems compiling on FreeBSD 3.3 (mysql-3.23.41) > On Thu, Aug 23, 2001 at 01:50:36PM -0700, Angel

Re: problems compiling on FreeBSD 3.3 (mysql-3.23.41)

2001-08-23 Thread Jeremy Zawodny
On Thu, Aug 23, 2001 at 01:50:36PM -0700, Angel Behar wrote: > Hi !! > > I'm trying to compile mysql-3.23.41 on a FreebSD 3.3 box but I can't > > I'm using latest gnu make version and this is the first time that I > have problems compiling mysql so if any of

problems compiling on FreeBSD 3.3 (mysql-3.23.41)

2001-08-23 Thread Angel Behar
Hi !! I'm trying to compile mysql-3.23.41 on a FreebSD 3.3 box but I can't I'm using latest gnu make version and this is the first time that I have problems compiling mysql so if any of you can help me I'll appreciate. Thanks in advance. Angel. Making all in clien

Re: Problems compiling mysql on linux 7.0

2001-08-14 Thread Grigory Bakunov
Date |Tue, 14 Aug 2001 16:19:13 -0500 >From |"Vien Huynhle" <[EMAIL PROTECTED]> Hello! VH> BlankI am getting this error when trying to install mysql VH> checking for tgetent in -lncurses... no VH> checking for tgetent in -lcurses... no VH> checking for tgetent in -ltermcap... no VH> checking fo

Re: Problems compiling mysql on linux 7.0

2001-08-14 Thread Tyler Longren
Which Linux 7.0 are you using? I'll assume you're talking about Redhat. So why don't you just download the mysql rpm and install it instead of doing it from source? Good luck, Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com --

Problems compiling mysql on linux 7.0

2001-08-14 Thread Vien Huynhle
Title: Blank I am getting this error when trying to install mysql   # ./configure --with-low-memory --prefix=/usr/local/mysql  loading cache ./config.cachechecking host system type... i586-pc-linux-gnuchecking target system type... i586-pc-linux-gnuchecking build system type... i586-pc-linux

Problems compiling mysql on linux 7.0

2001-08-14 Thread Vien Huynhle
Title: Blank I am getting this error when trying to install mysql   # ./configure --with-low-memory --prefix=/usr/local/mysql  loading cache ./config.cachechecking host system type... i586-pc-linux-gnuchecking target system type... i586-pc-linux-gnuchecking build system type... i586-pc-linux-

problems compiling 3.23.39 under GCC 3.0

2001-06-20 Thread E. Souhrada
If you're not using GCC 3.0 AND libwrap, this message probably won't apply to you Trying to compile 3.23.39 on Linux 2.4.5 with GCC 3.0 and libwrap enabled leads to errors like this when the compiler reaches mysqld.cc: c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/u

Re: libwrap problems (compiling) and config questions

2001-06-08 Thread Alan W. Rateliff, II
On 07-Jun-01, Jason Bradley Nance said something totally profound about libwrap problems (compiling) and config questions that made me ponder... JBN> Hello everyone. JBN> I have hit a snag trying to compile mysql 3.23.38. After running JBN> this configure command: [snip] JBN>

libwrap problems (compiling) and config questions

2001-06-07 Thread Jason Bradley Nance
Hello everyone. I have hit a snag trying to compile mysql 3.23.38. After running this configure command: CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti" ./configure --with-berkeley-db --with-libwrap --with-named-z-lib --without

problems compiling on solaris 2.7

2001-04-24 Thread Jeff Shipman - SysProg
I'm having problems compiling mysql 3.23.37 on Solaris 2.7. It gets to the final linking stage and I get the following error: /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.1/libgcc.a: could not read symbols: Bad value Anyone have this happen to them before and/or have a fix? I&#x

Weird - Was: Problems compiling MySQL

2001-02-09 Thread Jamie Krasnoo
ssage- From: Jamie Krasnoo [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 9:12 AM To: MySQL Subject: Problems compiling MySQL I've run in to a bit of a problem with compiling MySQL. It compiles fine without the patched berkeley db. However when I add it in to the config, either

Problems compiling MySQL

2001-02-09 Thread Jamie Krasnoo
I've run in to a bit of a problem with compiling MySQL. It compiles fine without the patched berkeley db. However when I add it in to the config, either by --with-berkeley-db= or the other two. I get this error. Can someone please tell me what's going on here and let me know how to get past this p