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
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 lines
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 :
[...]
../libmysql/.libs/libmysqlclient.s
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.
I
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" p
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
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
> #include
> #include
>
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
#include
#include
#include
#include
int main(void)
{
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
#include
#include
#include
#include
int main(void)
{
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:
g
press'
collect2: ld returned 1 exit status
make: *** [regprg] Error 1
>How-To-Repeat:
>Fix:
>Submitter-Id:
>Originator:Kenneth Chao
>Organization:
>MySQL support: [none | licence | email support | extended email support ]
>Synopsi
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 app
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 cgih
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 o
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 A
15 matches
Mail list logo