UDF Not Compiling

2014-07-29 Thread Shahram Ghandeharizadeh
I cannot author a UDF using MySQL. I use the MySQL provided udf_example.cc and compile it using the following command: sudo gcc -shared -fPIC -I /usr/include/mysql -o /usr/lib/mysql/plugin/udf_example.so udf_example.cc Next, I login to mysql, connect to my database, and author one of the

RE: UDF Not Compiling

2014-07-29 Thread Shahram Ghandeharizadeh
I cannot author a UDF using MySQL. I use the MySQL provided udf_example.cc and compile it using the following command: sudo gcc -shared -fPIC -I /usr/include/mysql -o /usr/lib/mysql/plugin/udf_example.so udf_example.cc Next, I login to mysql, connect to my database, and author one of the

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

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

Fwd: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Zardosht Kasheff
I was told I should ask this on this list. Any ideas? Thanks -Zardosht -- Forwarded message -- From: Zardosht Kasheff zardo...@gmail.com Date: Fri, Apr 23, 2010 at 9:01 PM Subject: compiling errors on mysql 5.1.46 on win64 To: wi...@lists.mysql.com Hello all, I know

Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Michael Dykman
zardo...@gmail.com Date: Fri, Apr 23, 2010 at 9:01 PM Subject: compiling errors on mysql 5.1.46 on win64 To: wi...@lists.mysql.com Hello all, I know this is a win32 list, but I could not find a better list to ask this question. Running Visual Studio 2008, I do the following: win\configure

Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Zardosht Kasheff
, 2010 at 3:51 PM, Zardosht Kasheff zardo...@gmail.com wrote: I was told I should ask this on this list. Any ideas? Thanks -Zardosht -- Forwarded message -- From: Zardosht Kasheff zardo...@gmail.com Date: Fri, Apr 23, 2010 at 9:01 PM Subject: compiling errors on mysql

Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Zardosht Kasheff
: compiling errors on mysql 5.1.46 on win64 To: wi...@lists.mysql.com Hello all, I know this is a win32 list, but I could not find a better list to ask this question. Running Visual Studio 2008, I do the following: win\configure win\build_vs9.bat Then I open MySQL.sln, run Build Solution, and I

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 kurianmtha...@gmail.com: Hi All, I was trying to compile MySQL 5.1.41 in a Fedora 12 box. I don't want

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

Re: Problem compiling mysql-5.1.33

2009-04-08 Thread walter harms
most likely a missing include it should have at least: #include sys/time.h #include sys/resource.h 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.

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

Need help compiling v5.1.30 on tru64 5.1b

2008-12-17 Thread Didier Godefroy
Hello all, I get this error when compiling: Object file format error in: /usr/sw: read_cur_obj_info: File is not a regular file I have the same thing in /usr/sw as you'd find in /usr/local I'm using gcc 4.0.2 and the tru64 native compiler. I tried taking off a few configure directives

Cannot login to MySQL5.0 after compiling MySQL5.1

2008-09-27 Thread Sudhir Menon
Thank You... Res, Ananda for the reponse to myquery... It works fine now.. :)

Cannot login to MySQL5.0 after compiling MySQL5.1

2008-09-26 Thread Sudhir Menon
-0.rhel5.src.rpm and tried to get the binary mysqlslap so that i can execute it in the same machine running MySQL5.0 and benchmark the same. But after compiling the tarball i was not able to login to mysql using : mysql -u root -p . It gave me the below error. Cannot connect to /tmp/mysql.sock

Re: Cannot login to MySQL5.0 after compiling MySQL5.1

2008-09-26 Thread Ananda Kumar
machine running MySQL5.0 and benchmark the same. But after compiling the tarball i was not able to login to mysql using : mysql -u root -p . It gave me the below error. Cannot connect to /tmp/mysql.sock, which is not the socket file as it is /var/lib/mysql/mysql.sock. Although i could login

Cannot login to MySQL5.0 after compiling MySQL5.

2008-09-26 Thread Sudhir Menon
Yes, mysql by default sets the socket file in the below directory /var/lib/mysql/mysql.sock. But why does it refer to /tmp/mysql.sock file then, as that was the error which was given when i tried to login to mysql. Is that hard-coded for MySQL5.1 source code, which is what i wanted to know ?

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

Compiling a second mysql binary with a distinct configuration.

2007-09-15 Thread Lloyd Zusman
I'm running mysql-5.0.46 on a linux system on a VPS. As such, the yum package manager is being used to install a standardized mysql installation, and I due to other system dependencies, I can't change this. I need a second mysql installation on that machine that runs under a completely different

Error compiling on Solaris 6

2007-07-26 Thread Giulio Troccoli
Good morning, I am trying to build MySQL from source on Solaris 6. A pre-compiled version is not available for Solaris 6 and we cannot upgrade the OS to Solaris 8. I currently have Ver 9,38 Ditrib 3.22.32 installed, but the main MySQL Server (the one one Solaris is used as a client only) has

RE: Error compiling on Solaris 6

2007-07-26 Thread Giulio Troccoli
in England and Wales No 3027851 VAT Reg No 778499447 -Original Message- From: mysql [mailto:[EMAIL PROTECTED] Sent: 26 July 2007 13:24 To: Giulio Troccoli Cc: mysql@lists.mysql.com Subject: Re: Error compiling on Solaris 6 Giulio did you take into consideration

Re: Error compiling on Solaris 6

2007-07-26 Thread mysql
Giulio did you take into consideration that the Solaris make is not the GNU make? and that you possibly have to install first the GNU make before making MySQL? suomi Giulio Troccoli wrote: Good morning, I am trying to build MySQL from source on Solaris 6. A pre-compiled version is not

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 CFLAGS=-O3 -m64

Re: MySQL 5.0.x and 5.1.x Compiling options and settings on Linux IA64: one more question: ./bin/mysqladmin: connect to server at 'localhost' failed

2007-01-19 Thread Daniel Culver
Don't include the password, let mysql prompt for it. ' ./bin/ mysqladmin -u root password -p '. Daniel Culver [EMAIL PROTECTED] On Jan 17, 2007, at 7:57 PM, Mariella Petrini wrote: ./bin/mysqladmin -u root password '***' ./bin/mysqladmin: connect to server at 'localhost' failed

Fwd: Re: MySQL 5.0.x and 5.1.x Compiling options and settings on Linux IA64: one more question: ./bin/mysqladmin: connect to server at 'localhost' failed

2007-01-17 Thread Mariella Petrini
Hi, After having compiled (debug and optimized version) of MySQL 5.1.14 on Itanium-2 using icc, I have run mysql_install_db --user=... and started mysqld_safe in both scenarios (debug and optimized). In both cases mysqld starts without any errors. Unfortunaly when

Porting MySQL 5.0.x and 5.1.x on Linux IA64: Compiling options and errors

2007-01-09 Thread Mariella Petrini
Dear All, I am trying to compile MySQL 5.0.27 and 5.1.14 on a shared memory processors system with 128 processors IA-64 Itanium-2. I have downloaded the binary version of MySQL-max 5.0.27 Linux IA64 and I have installed and configured it with no problems. I need to install also the

compiling mysql 4.2.1 with linux

2006-10-12 Thread abraham c
/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://dev.mysql.com/doc/refman/4.1/en/compilation-problems.html But I wihtout

compiling mysql 4.2.1 with linux

2006-10-12 Thread abraham c
/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://dev.mysql.com/doc/refman/4.1/en/compilation-problems.html But I wihtout

Re: compiling mysql 4.2.1 with linux

2006-10-12 Thread Deckard
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://dev.mysql.com/doc/refman/4.1/en/compilation-problems.html But I wihtout success. I did however, clear

Trouble compiling C on OS X

2006-09-27 Thread Tyler McMullen
First off, I apologize for the fact that I'm not more versed in the inner workings of GCC and linking libraries and etc, I'm a web developer and I'm just using C to try to cut down on some speed problems. This is my little test program: #include stdio.h #include stdlib.h #include math.h #include

checking return type of sprintf... configure: error: cannot run test program while cross compiling

2006-09-12 Thread Arvind Kumar
Hi ! Any clue will be appriciated. I have following problem while cross compiling for powerpc. (Configure) checking return type of sprintf... configure: error: cannot run test program while cross compiling This occurs when makefile is generated with the following configure option. CC=powerpc

Mysql: checking return type of sprintf... configure: error: cannot run test program while cross compiling

2006-09-12 Thread Arvind Kumar
Hi ! Any clue will be appriciated. I have following problem while cross compiling for powerpc. (Configure) checking return type of sprintf... configure: error: cannot run test program while cross compiling This occurs when makefile is generated with the following configure option. CC=powerpc

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:

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

Problems when compiling the source

2006-06-20 Thread Martin Jespersen
Hello all. I have an odd problem i hope you can help me with. I've been compiling mysql from source for the past 10 years or so and just recently thought it mighjt be tiome to upgrade from the 3.23.58 i have, to a newer version. I chose mysql 4.1.20 and went on to compile it. A little info

Re: Problems when compiling the source

2006-06-20 Thread Chris White
On Tuesday 20 June 2006 12:02 pm, Martin Jespersen wrote: ./configure --prefix=/opt/.mysql-4.1.20 --enable-assembler --enable-thread-safe-client --enable-static=all --with-gnu-ld --with-mysqld-user=mysql --without-debug --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static

Re: Problems when compiling the source

2006-06-20 Thread Martin Jespersen
I thought of that, but i didn't think it'd be a problem since i do have thpse shared libraries for the application to use at runtime - and since the server runs just fine, i doubt that is what is causing the problem (tho it is definately worth trying). It seems to me that if this is truely the

Compiling DBD::mysql with MySQL 5.0.20a

2006-04-24 Thread s . zingler
Description: I have Problem Compiling DBD::mysql with MySQL 5.0.20a. I get the following Message: meyer-lx:~/.cpan/build/DBD-mysql-3.0002 # make test PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t t/00base

Compiling 5.0.20 on Tru64

2006-04-19 Thread Quentin Bennett
Hi, I'm trying to compile on Tru64 using the configure from the reference guide for using the HP/Compaq compiler (corrected for 'inline') CC=cc -pthread CFLAGS=-O4 -ansi_alias -ansi_args -fast -inline all -arch host CXX=cxx -pthread CXXFLAGS=-O4 -ansi_alias -ansi_args -fast -inline all \

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

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

Re: question regarding compiling for libmysqlclient.so

2005-12-07 Thread Gleb Paharenko
Hello. According to the output of configure shared libraries are enabled by default: --enable-shared[=PKGS] build shared libraries [default=yes] Have you tried to just configure and make without any options? Daryn wrote: hi there. 1st time posting to this list (and

Re: question regarding compiling for libmysqlclient.so

2005-12-07 Thread Peter J Milanese
regarding compiling for libmysqlclient.so Hello. According to the output of configure shared libraries are enabled by default: --enable-shared[=PKGS] build shared libraries [default=yes] Have you tried to just configure and make without any options? Daryn wrote: hi there. 1st time posting

question regarding compiling for libmysqlclient.so

2005-12-06 Thread Daryn
hi there. 1st time posting to this list (and although i know linux, libraries linking is above my level slightly as yet) so apologies if this is a case of rtfm but i can't find a clear definition on this subject. I want to run Postfix with Mysql support for aliasing etc. I installed postfix with

Re: Error compiling 5.0.15

2005-11-07 Thread Ed Kasky
]: Leaving directory `/home/heikki/mysql-5.0.15/sql' [EMAIL PROTECTED]:~/mysql-5.0.15/sql$ Ed Kasky wrote: Heikki, Thanks for the reply... gcc (GCC) 3.2 and c++ is 2.96 Being somewhat of a novice at compiling, where in the output should I see wether or not it links ./innobase/libut.a in? Would you

Re: Error compiling 5.0.15

2005-11-07 Thread Heikki Tuuri
that 'all-recursive' means? Regards, Heikki Oracle/Innobase . List: mysql Subject:Re: Error compiling 5.0.15 From: Ed Kasky ed () esson ! net Date: 2005-11-07 17:23:46 Message-ID: 6.0.0.22.2.20051107092240.01c41cd8 () mail ! esson ! net [Download message RAW

Error compiling 5.0.15

2005-11-06 Thread Ed Kasky
I am experiencing problems when trying to compile 5.0.15 on RH 7.3. I run configure --prefix /usr/local/mysql with no apparent errors. when I run make I get the following error: ha_innodb.o: In function `check_trx_exists(THD *)': ha_innodb.o(.text+0x30a): undefined reference to `ut_dbg_zero'

Re: Error compiling 5.0.15

2005-11-06 Thread Heikki Tuuri
Oracle/Innobase - Original Message - From: Ed Kasky [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Sunday, November 06, 2005 10:08 PM Subject: Error compiling 5.0.15 I am experiencing problems when trying to compile 5.0.15 on RH 7.3. I run configure --prefix /usr/local

Problem compiling 5.0.15

2005-10-26 Thread Stewart, Eric
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 --enable-shared --enable-threads=posix --disable-checking --with-system-zlib

Re: Compiling a MySQL Client using Apple's xCode

2005-10-22 Thread Gleb Paharenko
Hello. I'm not familiar with xCode, but usually you should include libmysqlclient (if you're using C). See: http://dev.mysql.com/doc/refman/5.0/en/mysql-apis.html I suggest you to make a request to [EMAIL PROTECTED] in case you want to include parts of MySQL in your products.

Compiling a MySQL Client using Apple's xCode

2005-10-20 Thread Bruce Martin
Hello all, I have been working on a MySQL client which I wrote in Apple's xCode. The client works as long as it is on my machine which has MySQL installed, however if I send the client to another computer which does not have MySQL installed it does not work. I am under the impression I need

Problem compiling MyODBC - looking for sql.h file

2005-10-11 Thread Ryan Stille
I posted this on the ODBC list, but there is not much traffic there and no one replied. Hopefully someone here has dealt with this. I am setting up ColdFusion to access a MySQL 4.1.x database. This required new MyODBC drivers to be installed on the system for ColdFusion. After a lot of trial

Re: Problem compiling MyODBC - looking for sql.h file

2005-10-11 Thread walt
Ryan Stille wrote: I posted this on the ODBC list, but there is not much traffic there and no one replied. Hopefully someone here has dealt with this. I am setting up ColdFusion to access a MySQL 4.1.x database. This required new MyODBC drivers to be installed on the system for ColdFusion.

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 it

Re: compiling + making source for 5.7 on alpha

2005-06-24 Thread Gleb Paharenko
Hello. Compiling MySQL on some systems could be a hard task. Please give us more information about what you're doing and your building environment. Have you tried GNU make? Simon Tierney [EMAIL PROTECTED] wrote: Can anyone advise please, tried binary installation but other users have

compiling + making source for 5.7 on alpha

2005-06-23 Thread Simon Tierney
Can anyone advise please, tried binary installation but other users have reported encountering similar problems so I thought I'd try a source installation. Adjusted the pentiumpro flags out and configure reported no errors -when I use make I get *** no targets. stop. The makefile is in there, am

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

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

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

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

Trouble compiling 5.0.4-beta with openssl

2005-05-07 Thread mark arquette
Hi. My attempts to compile mysql-5.0.4-beta on Solaris 9 (Sparc) fail when I run make with the following: if gcc -DMYSQL_INSTANCE_MANAGER -DMYSQL_SERVER -I. -I. -I../.. -I../../include -I../../include-O3 -DDBUG_OFF -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts

Problem compiling mysql 4.1.11 on AIX 5.1

2005-05-06 Thread Jon Earle
'}' token ... If I search for ''bool'' in the include files referenced in the configure test, I only get: sys/types.h:typedef int boolean_t; Type bool does appear to be defined in curses.h, which is not used in the term.h test. Compiling stops with: ... if gcc -DUNDEF_THREADS_HACK

Compiling for 64 Bit on OS X 10.4

2005-05-03 Thread Bruce Dembecki
Hi! Can anyone help me with a 64 Bit OS X 10.4 binary? I've tried to compile it myself but get errors in the make process that I have no idea what to do with. Apple ships a MySQL 4.1.10a binary with Tiger, but it's not 64 bit. MySQL doesn't have a 64 Bit OS X 10.4 binary yet. Maybe my question

Error compiling from source rpm 4.1.10 on Cobalt raq4i

2005-02-22 Thread Ian Gibbons
Hi, I am trying to compile the official source rpm on a Cobalt Raq4i using the command: rpm --rebuild --clean MySQL-4.1.10-0.src.rpm But I get the follwing error: examples/ha_tina.cc: In method `int ha_tina::rnd_init(bool = 1)': examples/ha_tina.cc:612: `MADV_SEQUENTIAL' undeclared (first use

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 to

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

2005-01-20 Thread Harry Rter
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 error before

mysql-python compiling error on Fedora Core 3 x86_64

2005-01-04 Thread Marc Petitmermet
Dear List Members Can anybody give me a hint about how to compile mysql-python on a 64bit opteron system (see the error below) with mysql tarball? - Fedora Core 3 x86_64 - python-2.3.4 - MySQL-python-1.1.8 - mysql-standard-4.1.8-unknown-linux-x86_64-glibc23.tar.gz Thanks in advance Marc python

Compiling 4.0.22 source including some 4.1.x functions

2004-11-30 Thread Jose Miguel PĂ©rez
Hi all! I would like to know if it's possible to compile a custom 4.0.22 server including some functionality from 4.1.x source tree. The functionality I would like to include it's neither critical nor substantial. Basically, what I would like to include is the COMPRESS / UNCOMPRESS functions

RE: Undefined symbols compiling against 4.1.7 on Solaris 2.8

2004-11-04 Thread Dathan Vance Pattishall
Are you linking against an old library binary? DVP Dathan Vance Pattishall http://www.friendster.com -Original Message- From: V. M. Brasseur [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 10:19 AM To: MySQL Listserv Subject: Undefined symbols compiling

Undefined symbols compiling against 4.1.7 on Solaris 2.8

2004-11-03 Thread V. M. Brasseur
well on its own. However, when attempting to compile a program which requires libmysqlclient.a... compiling -o progname /path/to/progname.c Undefined first referenced symbol in file __floatdisf /path/to/mysql/lib/libmysqlclient.a(libmysql.o

Re: Undefined symbols compiling against 4.1.7 on Solaris 2.8

2004-11-03 Thread V. M. Brasseur
, November 03, 2004 1:18 PM Subject: Undefined symbols compiling against 4.1.7 on Solaris 2.8 We're trying to get 4.1.7 to play nicely with our code, but something isn't cooperating. First of all, the MySQL installation: Version 4.1.7, compiled from source using GCC 3.3. The source compile

Re: Undefined symbols compiling against 4.1.7 on Solaris 2.8

2004-11-03 Thread V. M. Brasseur
Message - From: V. M. Brasseur [EMAIL PROTECTED] To: MySQL Listserv [EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 1:18 PM Subject: Undefined symbols compiling against 4.1.7 on Solaris 2.8 We're trying to get 4.1.7 to play nicely with our code, but something isn't cooperating. First

Re: rlimit and rlimit64 problems when compiling with ICC 8.1

2004-10-29 Thread Gleb Paharenko
Hi. What subversion of MySQL have you compiled? From 4.0.xx and 4.1.xx branches? MQ [EMAIL PROTECTED] wrote: Hello, I was able to compile mysql 4.0 and 4.1 (static) successfully with intel compiler 8.0 on an IA32 system running redhat enterprise linux 3.0. However when I tried

rlimit and rlimit64 problems when compiling with ICC 8.1

2004-10-28 Thread MQ
Hello, I was able to compile mysql 4.0 and 4.1 (static) successfully with intel compiler 8.0 on an IA32 system running redhat enterprise linux 3.0. However when I tried to compile with intel compiler 8.1 with the same options (same as ones used by mysql AB, except i link statically) I kept

rlimit and rlimit64 problems when compiling with ICC 8.1

2004-10-28 Thread MQ
Hello, I was able to compile mysql 4.0 and 4.1 (static) successfully with intel compiler 8.0 on an IA32 system running redhat enterprise linux 3.0. However when I tried to compile with intel compiler 8.1 with the same options (same as ones used by mysql AB, except i link statically) I kept

Trouble compiling 4.0.21 under amd64 Debian unstable

2004-10-04 Thread Pete Harlan
A heads-up and a call for advice for anyone compiling from source on Linux amd64: The latest Debian amd64 unstable upgrade of libc6-dev to version 2.3.2.ds1-17 broke compiling MySQL 4.0.21 from source using gcc-3.4. (Also breaks similarly with the default gcc for this platform, gcc-3.3.4

Shared library Compiling error

2004-09-23 Thread Nissim Lugasy
Hi, I'm trying to compile my own mysql client program under solaris 9 without luck. I have the mysql libraries under : /usr/local/mysql-standard-4.0.20-sun-solaris2.9-sparc/lib and has the following files: libdbug.a libmysqlclient.a libmysqld.a libmysys.a libmygcc.a libmysqlclient_r.a Don't I

Re: Shared library Compiling error

2004-09-23 Thread Michael Stassen
Nissim Lugasy wrote: Hi, I'm trying to compile my own mysql client program under solaris 9 without luck. I have the mysql libraries under : /usr/local/mysql-standard-4.0.20-sun-solaris2.9-sparc/lib and has the following files: libdbug.a libmysqlclient.a libmysqld.a libmysys.a libmygcc.a

Re: Shared library Compiling error

2004-09-23 Thread Michael Stassen
First, you should keep threads on the list. Second, I'm confused. Didn't you say that you already have libmysqlclient.so.10 in /usr/local/openv/lib? If you need to get a new one, it apppears that to get it on Solaris, you need to build from source. Michael Nissim Lugasy wrote: where can I

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 learn

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 http://dev.mysql.com/doc/mysql/en/MySQL_binaries.html. 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

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

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

mySQL 5.0 compiling embedded server with VS 2003/Windows

2004-07-25 Thread Hernando Patino
I have not been able to link my app writen in Visual Objects to lymysqld (version 4.1.13) I got an error in the sever_init mysql_server_init(0, NULL_PTR, NULL_PTR); the prototype is defined as _dll function mysql_server_init( nInt as Int, arg as PTR, grp as PTR) as Int

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-alphamake test cd mysql-test ; ./mysql-test-run Installing Test Databases Removing Stale

Compiling 4.0.20 bug on Solaris 8 x86 ( gcc version 2.95.3 20010315 (release) )

2004-06-10 Thread Vlad Shalnev
Hi Configure run command: ./configure \ --prefix=${INSTALL_DIRECTORY} \ --exec-prefix=${INSTALL_DIRECTORY} \ --libexecdir=${INSTALL_DIRECTORY}/bin \ --disable-shared \ --enable-thread-safe-client \ --enable-local-infile \

Error compiling source for Win

2004-06-01 Thread Nandan Telang
executing cl.exe I would appreciate if anyone can suggest a fix. Thanks, Nandan. Configuration: mysqld - Win32 Release Compiling... client.c Generating Code... Compiling... derror.cpp discover.cpp Generating Code... Compiling... errmsg.c Generating Code

Re: Error compiling source for Win

2004-06-01 Thread Miguel Angel Solorzano
At 11:50 1/6/2004, Nandan Telang wrote: Hi, Thank you for your bug report. Hi I have been trying to build from the MySQL server source distribution 4.1.2alpha for Windows. I created a Windows source package from the BitKeeper source tree. I then unzipped the mysql-4.1.2-alpha-win-src.zip and

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

2004-05-13 Thread Steffen Moelter
] 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 zlib.h #include stdio.h int main(int argc

Re: Problems compiling NDB-Cluster mysql-4.1.2

2004-05-10 Thread Anders Karlsson
. /Karlsson [EMAIL PROTECTED] wrote: 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

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

Problems compiling MySQL 3.23.52 on Slackware 9.1

2004-04-28 Thread Michal Kepien
, but these experiments were in vain. I've also googled the whole world and found nothing. Does anybody has a clue what should I do? Perhaps some package is missing on my system? Oh, by the way, the same source tarball compiles fine on RedHat 7.2 (no errors are shown while compiling the mysql client). Thanks in advance

Re: compiling mysql on a pentium

2004-04-13 Thread Yonah Russ
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?). Setting compiler flags is also a miraqle

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

Re: compiling mysql with intel icc

2004-04-12 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

  1   2   3   4   5   6   >