mysql-arm cross compilation problem

2006-06-20 Thread Vishal Pathak
Hi all, I have download the mysql-4.0.27. And I am trying to cross compile it for Intel-XScale ARM processor on Linux-2.4.20. I have run the configure command as follows # CC=$PATH/arm-linux-gcc LD=$PATH/arm-linux-ld ./configure -C --host=arm-linux This gives the error as follows (last few

mysql-cross compilation problem

2006-06-20 Thread Vishal Pathak
Hi all, I have been trying to cross compile mysql4.0.27 for an Intel-XScale based ARM board on a i686-Linux PC. I have run configure with the following command line options: $ CC=$PATH/arm-linux-gcc LD=$PATH/arm-linux-ld ./configure -C -–build=i686-linux -–host=arm-linux -–target=arm-linux It

Mysql 4.1.7 and cluster compilation problem

2004-11-25 Thread Sébastien Boucard
Hi all, I try to make a rpm with rpmbuild -ta mysql-4.1.7.tar.gz from tarball mysql-4.1.7.tar.gz, i have modified the mysql-4.1.7.spec file and add --with-ndbcluster on the configure lines. I got a fedora core 2 and at the compile time i got that error : [...]

mysql_install_db static compilation problem solved

2003-08-27 Thread Doruk Fisek
Hi, When compiling MySQL with statically linking options (with glibc 2.3.1), There weren't any errors during configure and compilation stages but mysql_install_db was giving out a segmentation fault. The list archives had suggested to give up statically linking libraries, which worked fine.

MySQL 3.23.51 compilation problem (Mandrake 9.0).

2003-01-16 Thread Rob Nikada
Hello, I have encountered a problem when trying to compile MySQL version 3.23.51 on Mandrake version 9.0. I've been browsing through several pages related to problems met while compiling that version but didn't find anything relevant. My nerves are starting to shake seriously... The configure

Compilation problem on Solaris 8

2002-06-26 Thread Takacs Istvan
Hi I've tried to compile the latest mysql source on our Solaris 8 SPARC server and gcc 2.95.3, but make hangs up with these errors; -I/usr/share/src/mysql-3.23.51/include -DHAVE_RWLOCK_T -c sql_lex.cc sql_lex.cc: In function `void lex_init()': sql_lex.cc:85: `symbols' undeclared (first use this

compilation problem

2002-04-30 Thread kapil nakra
I am facing problem in compiling c++ program using mysql libraries. I am doing this for the first time. I would appreciate if anyone of you help me out. thanks. folowing is the code ___ #include mysql.h #include assert.h #include stdio.h #include stdlib.h

Re: compilation problem

2002-04-30 Thread Gerald Clark
kapil nakra wrote: I am facing problem in compiling c++ program using mysql libraries. I am doing this for the first time. I would appreciate if anyone of you help me out. thanks. folowing is the code ___ #include mysql.h #include assert.h #include

mysql c++ compilation problem

2002-04-26 Thread kapil nakra
I am facing problem in compiling c++ program using mysql libraries. I am doing this for the first time. I would appreciate if anyone of you help me out. thanks. folowing is the code ___ #include mysql.h #include assert.h #include stdio.h #include stdlib.h

Compilation problem on Slackware 8

2001-12-16 Thread Daniel Kasak
Hello all. I'm trying to compile MySQL-4.0.0 on Slackware 8. Here's what I've done... export CFLAGS=-O3 CXX=gcc CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti ./configure --enable-thread-safe-client --with-openssl --enable-assembler make Then after a little compiling, I get: gcc

compilation problem

2001-08-20 Thread kennethchao
exit status make: *** [regprg] Error 1 How-To-Repeat: Fix: Submitter-Id: submitter ID Originator:Kenneth Chao Organization: MySQL support: [none | licence | email support | extended email support ] Synopsis: compilation problem Severity: Priority: Category

mysql compilation problem

2001-06-14 Thread Tony Tee
hi, had some problems while installing mysql-3.23.38 unzip and tar already did the following: 1) ./configure --prefix=/usr/home/domain/mysql --with-low-memory \ --with-unix-socket-path=/usr/home/domain/mysql/mysql-domain.sock 2)unlimit 3)make everything was going fine until an error

Compilation problem

2001-06-09 Thread Dimitar Boiadjiev
Hi all, My ISP provides me with MySql version 3.23.36 on Red Hat Linux 5.2 box, gcc version is 2.7.2.1 When I try to compile my C application I get lots of errors. What is wrong ? Since this is not my own server, what should I ask my ISP to do in order to correct this? gcc -o test.cgi test.c

MySQL 3.23 compilation problem

2001-05-06 Thread Martin Östlund
Hi. Im occuring some proglems after the configure is done and I start the 'make' process, below is my result Note: This is on Slackware 7.1, Piii 650, 128ram etc and so on from 'make': make[2]: Entering directory `/usr/src/mysql-3.23.37/libmysql' make[2]: stat:libmysql.c: Too many levels

Compilation problem with libmysqlclient.a shared lib

2001-04-29 Thread Treuf
Hi, I am trying to compile Apache with PHP4/MySQL support. PHP4 compiles/installs fine, but when I compile Apache with PHP4/MySQL support, I get an error when linking the MySQL shared library libmysqlclient.a. Here is the compile log, after that are the various compilation options. *Snippet of