compiling mysql-5.6.10 on solaris10 64bit sparc

2013-03-21 Thread Felix
Hi, Im trying to compile mysql-5.6.10 for Solaris10 for sparc, I used the following parameters for cmake to get it to work, but at 80% the compilation fails. WITH_INNOBASE_STORAGE_ENGINE=1 DEFAULT_CHARSET=utf8 CMAKE_C_FLAGS="-m64" CMAKE_C_COMPILER=/opt/csw/bin/gcc CMAKE_CXX_FLAGS="-m64" CMAKE_CXX

Re: Compiling mysql-5.1.41 in Fedora 12

2009-12-30 Thread Miguel Angel Nieto
Hi, http://bugs.mysql.com/bug.php?id=42039 "The --with-mysqld-libs option should be given an argument, something like --with-mysqld-libs="-L/path/to/lib -lfoo -lbar" 2009/12/27 Kurian Thayil : > Hi All, > > I was trying to compile MySQL 5.1.41 in a Fedora 12 box. I don't want to do an > RPM  ins

Compiling mysql-5.1.41 in Fedora 12

2009-12-26 Thread Kurian Thayil
Hi All, I was trying to compile MySQL 5.1.41 in a Fedora 12 box. I don't want to do an RPM install as I have to always upgrade the mysql package whenever an upgrade is released. So it is always convenient to use source rather than RPM. I used the following configure option. r...@home-desktop

cross-compiling mysql

2009-04-29 Thread Washeck, Seth
I am trying to compile mysql 5.4 for windows on fedora using the cross compiler and I am stuck with this error: checking for termcap functions library... configure: error: No curses/termcap library found. I have looked and saw that I should install ncurses-devel (ncurses-devel-5.7-2.20090207.fc

Re: Problem compiling mysql-5.1.33

2009-04-08 Thread walter harms
most likely a missing include it should have at least: #include #include Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem schrieb: > make all-am > Making all in mysql-test > Making all in lib/My/SafeProcess > g++ -DHAVE_CONFIG_H -I. -I../../../../include -O3

Problem compiling mysql-5.1.33

2009-04-04 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
make all-am Making all in mysql-test Making all in lib/My/SafeProcess g++ -DHAVE_CONFIG_H -I. -I../../../../include -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -MT safe_process.o -MD -MP -MF .deps/safe_process.Tpo -c -o safe_process.o safe_process.cc In file included from safe_

Compiling mysql-5.0.51a -> `./t/*.disabled'?

2008-03-03 Thread A P
Hello. I get a rather strange error which I so far not been able to find the cause of: --- /usr/bin/install: cannot stat `./t/*.disabled': No such file or directory make[4]: [install-data-local] Error 1 (ignored) --- I thought maybe it could be beacuse I run Debian Testing? So far I have not bee

Compiling mysql on Solaris 10

2007-02-08 Thread Luis Jeremias
Hi all, I'm having trouble compiling MySql on a Sun Sparc machine with Solaris 10. MySql is 5.0.27 Solaris is sparc.sun.solaris2.10 (64 bits) gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) I've installed zlib-1.2.3, but got no better luck. I'm using to compile: CC=gcc C

Re: compiling mysql 4.2.1 with linux

2006-10-12 Thread Deckard
mysqladmin version > [EMAIL PROTECTED] mysql-standard-4.1.21-pc-linux-gnu-i686-glibc23]# Starting > mysqld daemon with databases from > /usr/local/mysql-standard-4.1.21-pc-linux-gnu-i686-glibc23/data > STOPPING server from pid file > /usr/local/mysql-standard-4.1.21-

compiling mysql 4.2.1 with linux

2006-10-12 Thread abraham c
om pid file /usr/local/mysql-standard-4.1.21-pc-linux-gnu-i686 -glibc23/data/localhost.loca ldomain.pid 061012 09:04:35 mysqld ended [EMAIL PROTECTED] mysql-standard-4.1.21-pc-linux-gnu-i686-glibc23]# I looked at the section Dealing with Problens Compiling MySQL available here http://d

compiling mysql 4.2.1 with linux

2006-10-12 Thread abraham c
le /usr/local/mysql-standard-4.1.21-pc-linux-gnu-i686 -glibc23/data/localhost.loca ldomain.pid 061012 09:04:35 mysqld ended [EMAIL PROTECTED] mysql-standard-4.1.21-pc-linux-gnu-i686-glibc23]# I looked at the section Dealing with Problens Compiling MySQL available here http://d

Compiling MySQL to work with OpenSSL

2006-08-27 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
Question, I specify with openssl is with --wth-openssl=/usr/contrib and the config script chokes. What is this happening? -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- MySQL General Mailing List For list archives: http://li

Errors compiling MySQL 5.0.22 on IRIX 6.5.25

2006-07-07 Thread Penny Oots
Has anyone successfully compiled MySQL 5.0.22 from source on any IRIX version? We are running IRIX 6.5.25 and have tried cc and gcc compilers with a variety of parameters. All generate errors after an hour or more. If you have been successful, would you mind sharing the parameters used and IRIX

Re: Compiling mysql-5.0.18 under solaris 10

2006-02-08 Thread Joerg Bruehe
Hello Miguel, all! Miguel Cardenas wrote: Hello Am trying to compile mysql-5.0.18 under solaris 10 but get the following error Making all in zlib make[2]: Entering directory `/tmp/mysql-5.0.18/zlib' [[...]] (cd .libs && rm -f libz.so && ln -s libz.so.1.2.3 libz.so) false cru .libs/libz.a adl

Compiling mysql-5.0.18 under solaris 10

2006-02-07 Thread Miguel Cardenas
Hello Am trying to compile mysql-5.0.18 under solaris 10 but get the following error Making all in zlib make[2]: Entering directory `/tmp/mysql-5.0.18/zlib' /bin/bash ../libtool --preserve-dup-deps --mode=link gcc -O3 -DDBUG_OFF -DHAVE_RWLOCK_T -o libz.la -rpath /usr/local/mysql/lib/mysql -ver

Compiling mysql on Itanium2 with Intel 9.0

2005-08-08 Thread Chris Marzullo
Hello All, I am having some trouble getting a good compile of mysql on a Itanium2 based system using the Intel 9.0 compilers. I can get it to compile ok. But when I run "make test" it will eventually fail with an error about being unable to contact the server. This happens pretty far in, when i

Re: Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-10 Thread Joerg Bruehe
Hi Jon, all! Jon Earle wrote: Joerg Bruehe said: Still, this seems to be a problem with the header files supplied / used by gcc. Are you sure you used the "fixincludes" script? Hi Joerg, I tried your suggestion as per: cd /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/ mv include inc cd ins

Re: Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-09 Thread Jon Earle
Joerg Bruehe said: > Still, this seems to be a problem with the header files supplied / used > by gcc. Are you sure you used the "fixincludes" script? Hi Joerg, I tried your suggestion as per: cd /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/ mv include inc cd install-tools export TARG

compiling mysql on macosx 10.4

2005-05-08 Thread Terry Richards
does anybelly know why the following happens? i am using macosx 10.4 and ./configure --prefix=/usr/local/mysql --with-unix-socket-path=/usr/local/mysql/run/mysql_socket --with-mysqld-user=mysql --with-comment --with-debug sql_list.h: At global scope: sql_list.h:401: warning: inline function `ba

Re: Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-07 Thread Joerg Bruehe
Hi! Jon Earle wrote: Hi all! I'm having trouble building the latest stable on AIX 5.1. My env is as follows: Relevant GNU tools: [[...]] gcc-3.3.2-4.aix5.1.ppc.rpm [[...]] I admit I did not use gcc on AIX for quite some time. Results in the following error: ... checking term.h usability... no che

Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-06 Thread Jon Earle
Hi all! I'm having trouble building the latest stable on AIX 5.1. My env is as follows: Relevant GNU tools: autoconf-2.58-1.aix5.1.noarch.rpm automake-1.7.9-1.aix5.1.noarch.rpm binutils-2.14-3.aix5.1.ppc.rpm bison-1.875-2.aix5.1.ppc.rpm flex-2.5.4a-6.aix4.3.ppc.rpm gcc-3.3.2-4.aix5.1.ppc.rpm l

Re: Compiling MySQL from source

2005-02-06 Thread Michael Dykman
Helena, Visual Studio setups up some unpredicatable (to my mind) project configurations If left to it's own devices. Did you follow the directions in the file '/INSTALL-WIN-SOURCE'? The steps are fairly specific. For best results, if you are just trying to get a production server up, is to use

Compiling MySQL from source

2005-02-05 Thread Helena Carlsson
Hi all, I have downloaded MySQL 4.1 source code and compiled under windows with MS Visual Studio .NET 2002, everything seems to be OK, but the file "mysqld" is not created. When I open a project which name is "mysqld" it still doesn't create "mysqld" file with mass of errors. Does anybody know hot

Newbie-question: Error when compiling MySQL 4.1.9 with BerkeleyDB 4.3.27

2005-01-20 Thread Harry Rüter
Hi, greetings to the list. I'm in process of compiling MySQL 4.1.9 using BerkeleyDB 4.3.27. When i start make, after configuring i get the following error-message : --snipp-- ha_berkeley.cc:103: error: type specifier omitted for parameter `db_notices' ha_berkeley.cc:103: error: syntax er

Compiling MySQL with OpenSSL on alternate location

2004-09-01 Thread E SA
All, I am trying to compile MySQL with OpenSSL in an alternate location ( /data/OpenSSL ). When I do that either configure will say that no installation of OpenSSH is there (even with the --with-openssl-includes= and --with-openssl-libs= ), or it will compile without OpenSSL support ( show varia

Compiling MySQL with OpenSSL

2004-09-01 Thread E SA
All, I am trying to compile MySQL with OpenSSL in an alternate location ( /data/OpenSSL ). When I do that either configure will say that no installation of OpenSSH is there (even with the --with-openssl-includes= and --with-openssl-libs= ), or it will compile without OpenSSL support ( show vali

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

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: compiling mysql on a pentium

2004-04-13 Thread Victor Medina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! CFLAGS="-O3 -march=i686 -mcpu=i686 -funroll-loops -fomit-frame-pointer - -fno-exceptions -fno-ftti -felide-constructors" CXXFLAGS the same as above. Check out "Securing and Optimizing Linux" in the tldp.org i think is just what you nedd. Best Rega

Re: compiling mysql on a pentium

2004-04-13 Thread Yonah Russ
There does seem to be a bug in icc- I've posted on intel's message boards and they've confirmed a problem. There is a work around - here is the post: Hi Yonah, I can see the same problem on my system. I will create a support issue for you and will let you when this get fixed. I found that if you

Re: compiling mysql on a pentium

2004-04-12 Thread Daniel Kasak
Walter Andreas wrote: >how to compile mysql 4.0.18 on a pentium for best performance? Check the INSTALL-SOURCE file in your source distribution. I found this: CFLAGS="-O2 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O2 -mcpu=pentiumpro -felide-constructors" ./configure --prefix=/usr/local/mysq

Re: compiling mysql on a pentium

2004-04-12 Thread Walter Andreas
>how to compile mysql 4.0.18 on a pentium for best performance? > Check the INSTALL-SOURCE file in your source distribution. I found this: CFLAGS="-O2 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O2 -mcpu=pentiumpro -felide-constructors" ./configure --prefix=/usr/local/mysql --with-mysqld-user=mys

Re: compiling mysql on a pentium

2004-04-12 Thread Daniel Kasak
Walter Andreas wrote: Hi there, how to compile mysql 4.0.18 on a pentium for best performance? I searched the net now for 2 days and found lots of hints on compiling with icc and pgcc, but it looks to me that icc is not working with mysql 4.0.18 and pgcc is out of date (maybe gcc already catch

compiling mysql on a pentium

2004-04-12 Thread Walter Andreas
Hi there, how to compile mysql 4.0.18 on a pentium for best performance? I searched the net now for 2 days and found lots of hints on compiling with icc and pgcc, but it looks to me that icc is not working with mysql 4.0.18 and pgcc is out of date (maybe gcc already catched up with pgcc?). Sett

Re: compiling mysql with intel icc

2004-04-12 Thread Yonah Russ
are you sure that the icc binary is in your path? have you sourced the script in the icc directory which sets the environment variables for you? yonah Walter Andreas wrote: Hi there, I am trying to compile mysql 4.x with intel compiler for maximum performance. On my research I have found that f

Re: compiling mysql with intel icc

2004-04-12 Thread James Moe
Walter Andreas wrote: #define SYSTEM_TYPE "pc-linux" #define VERSION "4.0.18" configure: exit 77 andy ideas? That's singularly sparse; not even a line number. All I can suggest is to find where configure tests for an executable output and see what it's doing. It may be misinterpreting "icc" f

Re: compiling mysql with intel icc

2004-04-11 Thread Walter Andreas
Problem description: > > CFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" CC=icc CXX=icc CXXFLAGS="-O3 > > -unroll2 -ip -mp -no-gcc -restrict" ./configure --prefix=/usr/local/mysql > > --with-mysqld-user=mysqladm --without-debug --with-client-ldflags=-all-static > > --with-mysqld-ldflags

Re: compiling mysql with intel icc

2004-04-11 Thread James Moe
Walter Andreas wrote: CFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" CC=icc CXX=icc CXXFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" ./configure --prefix=/usr/local/mysql--with-mysqld-user=mysqladm --without-debug --with-client-ldflags=-all-static--with-mysqld-ldflags=-all-static --d

compiling mysql with intel icc

2004-04-11 Thread Walter Andreas
Hi there, I am trying to compile mysql 4.x with intel compiler for maximum performance. On my research I have found that following line will squese more performance out of mysql: CFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" CC=icc CXX=icc CXXFLAGS="-O3 -unroll2 -ip -mp -no-gcc -restrict" ./c

Issue compiling mysql with ssl on solaris

2004-04-09 Thread electroteque
Ok i worked out a possible bug with mysql 4.1 compiling openssl on solaris i keep getting this error gcc -DDEFAULT_CHARSET_HOME=\"/usr/local/mysql\" -DDATADIR=\"/usr/local/mysql /var \" -DSHAREDIR=\"/usr/local/mysql/share/mysql\" -DDONT_USE_RAID -I. -I. -I.. -I.. /include /opt/csw/include/openss

Re: compiling mysql and mysql crashing

2004-04-05 Thread Victor Medina
Michael Stassen wrote: Christine Ross wrote: I had to install a source version of mysql and one of the install docs strongly suggests using CXXFLAGS="03 -felide-constructors -fno-exceptions -fno-rtti" ---8>< It's not a CERO, it's an letter O, the correct syntax is: CXXFLAGS="-O3 -felide-const

Re: compiling mysql and mysql crashing

2004-04-05 Thread Michael Stassen
Christine Ross wrote: I had to install a source version of mysql and one of the install docs strongly suggests using CXXFLAGS="03 -felide-constructors -fno-exceptions -fno-rtti" because of some instances of mysql crashing. When I did that I noticed in the compile a line that said it wasn't suppo

compiling mysql and mysql crashing

2004-04-04 Thread Christine Ross
I had to install a source version of mysql and one of the install docs strongly suggests using CXXFLAGS="03 -felide-constructors -fno-exceptions -fno-rtti" because of some instances of mysql crashing. When I did that I noticed in the compile a line that said it wasn't supported by gcc (3.3.3). I

Compiling MySQL 4.1.1 For New OpenSSL Version

2004-03-27 Thread Robert L Cochran
I downloaded the Linux RPM binaries for MySQL 4.1.1 and all except MySQL-shared-4.1.1-0.i386.rpm and MySQL-shared-compat-4.1.1-0.i386.rpm installed correctly. The -shared RPM failed on missing dependencies, it was looking for openssl 0.9.6 and libcrypto 0.9.6 shared libraries and couldn't find

Re: link error gcc compiling mysql on solaris 9 (lib not found)

2004-03-12 Thread Ken Menzel
]> To: "Sasha Pachev" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 10:33 AM Subject: Re: link error gcc compiling mysql on solaris 9 (lib not found) > > > > > That's a mess of a problem. If the libraries were included in the &g

Re: link error gcc compiling mysql on solaris 9 (lib not found)

2004-03-12 Thread Ken Menzel
> > That's a mess of a problem. If the libraries were included in the link, > configure must have detected them on your system somehow, but now they are not > working. Did you by any chance use --with-mysqld-ldflags=-all-static ? > Yes I did, now I realize this doesn't work on Solaris. I tried li

Re: link error gcc compiling mysql on solaris 9 (lib not found)

2004-03-11 Thread Sasha Pachev
Ken Menzel wrote: This may be more solaris related, but I need to compile mysql with gcc because perl is compiled with gcc and I need DBD::mysql. It seems the linker can't find the libs. I seem to have the same problem linked dynamicaly expect the build completes and then can't load the shared l

link error gcc compiling mysql on solaris 9 (lib not found)

2004-03-11 Thread Ken Menzel
This may be more solaris related, but I need to compile mysql with gcc because perl is compiled with gcc and I need DBD::mysql. It seems the linker can't find the libs. I seem to have the same problem linked dynamicaly expect the build completes and then can't load the shared library when I star

Re: compiling mysql with ssl

2004-01-09 Thread Cion Chen
g G Cc: Cion Chen ; [EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:32 PM Subject: Re: compiling mysql with ssl I had the same problem, just don't know what is wrong with the red hat ssl packages. I did this: 1.- download a fresh copy of openssl, configure with --prefix=/

Re: compiling mysql with ssl

2004-01-09 Thread Victor Medina
I had the same problem, just don't know what is wrong with the red hat ssl packages. I did this: 1.- download a fresh copy of openssl, configure with --prefix=/opt/OpenSSL, compile and install, everything will go to /optOpenSSL, so, the new version won't conflict with the red hat's 2.- compile m

Re: compiling mysql with ssl

2004-01-09 Thread Greg G
You'll want this: --with-openssl-libs=/usr/local/ssl/lib (not /usr/lib) -Greg G Cion Chen wrote: I have Redhat 9 with openssl-0.9.7a-20 tring to re-compiling mysql-4.0.17 again with the options: ./configure --with-openssl --with-openssl-includes=/usr/include/openssl --wi th-openssl-libs

Re: compiling mysql with ssl

2004-01-09 Thread Cion Chen
I have Redhat 9 with openssl-0.9.7a-20 tring to re-compiling mysql-4.0.17 again with the options: ./configure --with-openssl --with-openssl-includes=/usr/include/openssl --wi th-openssl-libs=/usr/lib --with-vio --prefix=/usr/local/compiled There is messages that is coming: checking if we

Re: compiling mysql with ssl

2004-01-07 Thread Greg G
This is a known bug. You'll have to create a link in /usr/local/include/openssl. Also, you'll want to use this configure: $ ./configure --with-openssl --with-openssl-includes=/usr/local/ssl/include --with-openssl-libs=/usr/local/ssl/lib --with-vio Doing --with-openssl=/path/to/openssl seems t

compiling mysql with ssl

2004-01-06 Thread Cion Chen
> Hi! > > I have some trouble tring to compile Mysql 4.0.17 with de options: > --with-vio & --with-openssl, I try with some recomedation about it but none > successful. > > Compiling with: > ./configure --with-vio --with-openssl=/path/to/openssl --with-openssl-includ > e=/path/to/include/ssl.h

compiling mysql with ssl

2004-01-05 Thread Cion Chen
Hi! I have some trouble tring to compile Mysql 4.0.16 with de options: --with-vio & --with-openssl, I try with some recomedation about it but none successful. Compiling with: ./configure --with-vio --with-openssl=/path/to/openssl --with-openssl-includ e=/path/to/include/ssl.h --with-openssl-l

Please. i need help compiling mysql under CYGWIN

2003-12-29 Thread Fred
Can you send me the configure file + makefile configured for cygwin ? Version 3.23.58 please thanks alot!

Compiling MySQL with SSL support

2003-11-23 Thread Adam Gent
Hi, I am attempting to install mySQL with SSL support but keep getting build errors. I have openSSL 0.9.7c install into /usr/local/ssl I am attempting to install mySQL 4.0.16 I am using the following configure options CFLAGS="-O3 -mcpu=pentiumpro -I/usr/local/ssl/include" CXX=gcc CXXFLAGS="-O3

Errors compiling Mysql 4.0.16 on fedora core 1

2003-11-17 Thread Daniele Paoni
Hello, I tried to compile the latest mysql rpm on fedora. The compilation is ok , but when I try to install the compiled MySQL-client rpm the system exits with: perl(the) is needed by MySQL-client-4.0.16-0 Does someone have an idea? Thanks Daniele -- MySQL

RE: Compiling MySQL 4

2003-11-06 Thread Paul DuBois
ailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:25 PM To: Luis Lebron Cc: Mysql (E-mail) Subject: Re: Compiling MySQL 4 On Thu, Nov 06, 2003 at 01:01:47PM -0600, Luis Lebron wrote: I am trying to compile MySQL 4.x on a Red Hat 8.0 but I'm getting the following error /usr/bin/

RE: Compiling MySQL 4

2003-11-06 Thread Luis Lebron
True, but the compilation options stated --without-readline . So what is going on? -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:25 PM To: Luis Lebron Cc: Mysql (E-mail) Subject: Re: Compiling MySQL 4 On Thu, Nov 06, 2003 at 01:01

Re: Compiling MySQL 4

2003-11-06 Thread Jeremy Zawodny
On Thu, Nov 06, 2003 at 01:01:47PM -0600, Luis Lebron wrote: > I am trying to compile MySQL 4.x on a Red Hat 8.0 but I'm getting the > following error > > /usr/bin/ld: cannot find -lreadline > collect2: ld returned 1 exit status > make[2]: *** [mysql] Error 1 > make[2]: Leaving directory `/usr/src

Compiling MySQL 4

2003-11-06 Thread Luis Lebron
I am trying to compile MySQL 4.x on a Red Hat 8.0 but I'm getting the following error /usr/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make[2]: *** [mysql] Error 1 make[2]: Leaving directory `/usr/src/mysql/mysql-4.0.16/client' make[1]: *** [all-recursive] Error 1 make[1]: L

Re: Re: RE: Compiling MySQL with SSL support

2003-10-10 Thread Chris Torske
linux, or even know half of what I am doing, but I will figure it out one way or another. Chris - Original Message - From: "Chris Torske" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003 2:58 PM Subject: [mysql] Re: RE: Compiling MySQL w

Re: RE: Compiling MySQL with SSL support

2003-10-10 Thread Chris Torske
I find more out. Chris - Original Message - From: "Fortuno, Adam" <[EMAIL PROTECTED]> To: "'Chris Torske'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 10:59 AM Subject: [spam] RE: Compiling MySQL with SSL s

Compiling MySQL with SSL support

2003-10-09 Thread Chris Torske
Hopefuly someone will be able to save me, before I destroy my system too bad. I am trying to compile mysql 4.1.0 alpha with openssl support. I know I have everything needed installed on my system, gcc 3.2.2, and two copies of openssl. I originaly tried installing with the rpm, to hopefuly be

RE: Errors compiling mySQL 4.0 on Solaris 8 with Forte 7

2003-09-19 Thread Weckenmann, Cristl
Rudolphe, I saw your posting on the website: [EMAIL PROTECTED] List Archive at : http://www.jsw4.net/info/list-archives/mysql/02-wk41/index.html#00206 We are experiencing the same sort of problem. Did you ever get a response and/or solve this problem? Cristl G. Weckenmann Senior Software E

Re: Problems with compiling MySQL

2003-09-10 Thread Andy Kannberg
People, I've found the solution. It appears that the math_iso.h is a header file provided by SUNWlibm. Installed the package and tried again. It doesn't fail at the same point. At this moment, the make is still running, so far so good. Cheers, Andy > OK > > Daniel, thanks for your tips. The

Re: Problems with compiling MySQL

2003-09-10 Thread Andy Kannberg
OK Daniel, thanks for your tips. They made the errors dissapear...but a new one appeared in return : again, the configure is going fine. Here's what I typed on the command line: # CFLAGS=-O3 # CXX=gcc # CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" # export CFLAGS CXX CXXFLAG

Re: Problems with compiling MySQL

2003-09-09 Thread Daniel Kasak
Andy Kannberg wrote: Hi all, I'm trying to compile MySQL 4.0.14 on a SUN Enterprise 220R, running on Solaris 9 12/02 with the latest patch clusters installed. I use gcc 3.2.3 to compile, along with gnu make 3.80 I've followed instructions in the MySQL Docs from www.mysql.com, so I've run this

Problems with compiling MySQL

2003-09-09 Thread Andy Kannberg
Hi all, I'm trying to compile MySQL 4.0.14 on a SUN Enterprise 220R, running on Solaris 9 12/02 with the latest patch clusters installed. I use gcc 3.2.3 to compile, along with gnu make 3.80 I've followed instructions in the MySQL Docs from www.mysql.com, so I've run this command : CFLAGS="-O3

cross compiling mysql for arm-linux

2003-08-22 Thread Vangelis Pappas
Hi, I am hopping to get mysql compiled for arm in an i386 redhat pc. I have the cross compiler and some arm distribution, the version of the gcc is 2.95.3, and mysql distribution is 3.23.57. I do a: ./configure --prefix=/usr/local/arm/arm-linux --host=arm-linux --build=i386-linux and after a w

compiling mysql for arm on i386-linux

2003-08-19 Thread Vangelis Pappas
I am hopping to get mysql compiled for arm in an i386 redhat pc. I have the cross compiler and some arm distribution, the version of the gcc is 2.95.3, and mysql distribution is 3.23.57. (I also tried 4.0.14 withthe same results/error) I do a: ./configure --prefix=/usr/local/arm/arm-linux --host=

Compiling Mysql on Aix 4.3

2003-08-14 Thread Robert Bannocks
I am hitting a problem compiling mysql on aix 4.3 configure works ok and picks the CC compiler. However the compile fails as shown in the attachment. Even following the advise under the IBM - AIX section of the doccumentation and setting the following enviromental variables gives the same result

Problems while compiling mysql on HP-UX 11.11

2003-07-30 Thread Dennis Francis B. Tutanes
(B[EMAIL PROTECTED](B $B%D%?%M%9([EMAIL PROTECTED](B (B (BHello, (B (BI am trying to install MySQL 3.23.55 on HP-UX 11.11 (B (BWhen I ran ./configure, I got the following messages : (B (B Configure: WARNING: sys/socket.h: present but cannot be compiled (B Configure: WARNING: sy

Error compiling MySQL 4.0.14 on Slackware GNU/Linux

2003-07-29 Thread tevans
I'm using Slackware GNU/Linux 9.0 on an Intel PII 266 machine that's SMP capable, but only with one CPU installed, and 64MB of RAM. It's basically a small test system that I play around with in some free time before installing things on my larger systems. I am trying to do a fresh install of MySQL

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,

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(

Re: Compiling MySQL on Windows

2003-07-07 Thread miguel solórzano
At 10:40 07-07-2003 -0300, Dyego Souza do Carmo wrote: Hi, I get the last bk tree of mysql and want to compile on windows... i have the VC++ 6.0 whith SP5 and PROCESSOR PACK... but i try to compile using the Vc++Files directory and the MySQL print an error... what is the steps to compile on window

Compiling MySQL on Windows

2003-07-07 Thread Dyego Souza do Carmo
I get the last bk tree of mysql and want to compile on windows... i have the VC++ 6.0 whith SP5 and PROCESSOR PACK... but i try to compile using the Vc++Files directory and the MySQL print an error... what is the steps to compile on windows the LAST BK TREE ? Tnks... --

problem with compiling MySQL 3.23.56 on FreeBSD

2003-06-20 Thread Mikhail Andreev
I try install MySQL 3.23.56 from sources on my FreeBSD 4.8-STABLE configure (./configure --enable-assembler --with-innodb) works fine, but when I say "make", I get next error : -- Making all in extra /usr/local/bin/bash ../libtool --mode=link c -O3 -DDBUG_OFF -DHAVE_

Compiling MySQL 5 Tree

2003-06-14 Thread Primaria Falticeni
I need a correct configure.in file. That file from site cannot be compiled in cygwin. Please help me. Iulian

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

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 m

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

Re: CORRECTION: Errors while Compiling MySQL 4.0 on HP-UX 11.00 32 bit

2003-05-30 Thread Satheesh Ganapathi Subramanian
Hi All A slight correction in the compile line that I used: aCC -DDBUG_OFF -DHPUX11 -DHAVE_BROKEN_PREAD -DDONT_USE_FINITE -D_INCLUDE_LONGLONG -DNO_FCNTL_NONBLOCK -DDO_NOT_REMOVE_THREAD_WRAPPERS -DHAVE_BROKEN_PTHREAD_COND_TIMEDWAIT +O2 -o mysql mysql.o readline.o sql_string.o completion_hash.o

Errors while Compiling MySQL 4.0 on HP-UX 11.00 32 bit

2003-05-30 Thread Satheesh Ganapathi Subramanian
Hi All I'm trying to install MySQL 4.0 on HP-UX 11.00 32 bit. I went through the following steps: 1. setenv CC "cc" 2. setenv CXX "aCC" 3. ./configure --prefix=/usr/local/MySQL/HPPA.11.00 --with-embedded-server --localstatedir=/usr/local/MySQL/HPPA.11.00/data --with-client-ldflags=-all-static

Re: Problem compiling mysql-connector-java 3.1.0-alpha

2003-05-30 Thread Pierre
Mark Matthews wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pierre wrote: Hi, I try to compile mysql-connector-java-3.1.0-alpha on my GNU/Linux system with gcc-3.2, but for the make I got this : # ant Buildfile: build.xml Overriding previous definition of reference to non.test.sources cle

Problem compiling mysql 4.1.0

2003-05-30 Thread Pierre
Hi, I try to compile mysql-4.1.0-alpha on my GNU/Linux system with gcc-3.2 there was no problem with the configure, but for the make I got this : [...] Making all in cmd-line-utils gmake[2]: Entering directory `/tmp/mysql-4.1.0-alpha/cmd-line-utils' Making all in libedit gmake[3]: Entering directo

Re: Problem compiling mysql-connector-java 3.1.0-alpha

2003-05-29 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pierre wrote: > Hi, > > I try to compile mysql-connector-java-3.1.0-alpha on my GNU/Linux system > with gcc-3.2, > but for the make I got this : > > # ant > Buildfile: build.xml > Overriding previous definition of reference to non.test.sources > > cle

Problem compiling mysql-connector-java 3.1.0-alpha

2003-05-29 Thread Pierre
Hi, I try to compile mysql-connector-java-3.1.0-alpha on my GNU/Linux system with gcc-3.2, but for the make I got this : # ant Buildfile: build.xml Overriding previous definition of reference to non.test.sources clean: [delete] Deleting directory /tmp/build-mysql-jdbc init: [copy] Copyin

error while compiling mysql

2003-01-27 Thread Sönke Ruempler
hello list, libmysql.c: In function `mysql_real_connect': libmysql.c:1348: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer type libmysql.c:1348: too few arguments to function `gethostbyname_r' libmysql.c:1348: warning: assignment makes pointer from integer without a cast make

Re: Compiling MySQL 4.0.9-gamma under FreeBSD 4.7-Stable with linuxthreads

2003-01-23 Thread Thomas Spahni
Maximo, have a look at config.log and the configure script after line 14585. That will tell you what goes wrong. Thomas Spahni -- filter: sql, query On Mon, 20 Jan 2003, Maximo Migliari wrote: > Hello there, > > I'm trying to compile MySQL 4.0.9-gamma under FreeBSD 4.7-Stable with > linuxthrea

Compiling MySQL 4.0.9-gamma under FreeBSD 4.7-Stable with linuxthreads

2003-01-20 Thread Maximo Migliari
Hello there, I'm trying to compile MySQL 4.0.9-gamma under FreeBSD 4.7-Stable with linuxthreads. I installed linuxthreads through the ports system by doing: cd /usr/local/ports/devel/linuxthreads make make install it installed just fine. I downloaded the source distribution of MySQL (not using t

Problems while compiling mysql on HP-UX 11.11

2003-01-13 Thread Grothe Nico
Hello, please help me. I try to compile mysql 3.23.53 on HP-UX 11.11 and get the following errer: mysql-3.23.54/readline# gmake source='rltty.c' object='rltty.o' libtool=no \ depfile='.deps/rltty.Po' tmpdepfile='.deps/rltty.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DUNDEF_THREADS_HACK -DHAVE

Compiling MySQL

2003-01-05 Thread Tyler
This is wierd. When I run make on mysql 3.23.54 (Source Distro), using ./configure --prefix=/usr/local/mysql, --oh, and I'm running Mandrake Linux 9.0--I always get this: libmysql.c:1340: warning: passing arg 5 of 'gethostbyname_r' from incompatible pointer type libmysql.c:1340: to few arguments

Binary Compilers? (was: Compiling MySQL binary?)

2002-12-14 Thread Brian Radford
Maybe it's just me, but I'm getting this sinking feeling I just asked another "google" question! :-/ How about I simplify my request to any recommendations for compiler(s) that would be suitable to compile binaries for Mac OS X's Darwin 6.1 and/or... Windows XP... Thank you! Brian -- Brian S.

Binary Compilers? (was: Compiling MySQL binary?)

2002-12-14 Thread Scott Ford
Maybe it's just me, but I'm getting this sinking feeling I just asked another "google" question! :-/ How about I simplify my request to any recommendations for compiler(s) that would be suitable to compile Binaries for Mac OS X's Darwin 6.1 and/or... Windows XP... Thank you! Brian -- Brian S.

Compiling MySQL binary?

2002-12-14 Thread Brian Radford
Hello, I'm interested in compiling my own MySQL binaries but I'm not quite sure of what all I will need to do so. From what I understand, thus far, I will need a MySQL source package and a compiler. Is there anything else I will need to complete this task and does anyone have a recommendation

  1   2   3   >