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

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

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

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

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: 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

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

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

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 you can help me I'll > appreciate. >

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