Re: mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-08-05 Thread Ron Phelps
I now have mysql running on my Mac OS X 10.3.4 box. The socket file is now being created correctly in my /usr/local/mysql/run directory. Thank you for all your help. Regards, Ron Phelps --- Ron Phelps <[EMAIL PROTECTED]> wrote: > 1. I re-examined the error messages in config.log. I > couldn'

Re: mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-08-04 Thread Ron Phelps
1. I re-examined the error messages in config.log. I couldn't find anything obvious to fix. 2. I decided to gamble and run make, compile went OK 3. Ran make install, install went OK 4. Ran mysql_install_db, went OK 5. Changed file permissions drwxr-xr-x 13 root mysql 442 30 Jul 05:29 ./ drwxr-

Re: mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-07-26 Thread Ron Phelps
I executed the following preparation work: 1. Upgraded Mac OS X 10.3.1 to 10.3.4 2. Installed two additional security updates 3. Examined the status of the Xcode packages pre-installed on the box Documentation states it is Xcode 1.0 for Mac OS 10.3 Panther 4. I ran all installers except, CHUD, Dev

Re: mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-07-25 Thread Michael Stassen
First, I should point out that the simplest course would be to download the precompiled binary from mysql. That said, I admit I like to build from source, largely because whenever things go wrong, I always learn something. On first glance, I see a few problems: 1) You are running OS X 10.3.1, b

mysql-4.0.20 configure fails mac os x 10.3.1 client

2004-07-25 Thread Ron Phelps
Environment: OS: Mac OS X 10.3.1, client mysql: 4.0.20 compiler: gcc version 3.3 20030304 (Apple Computer, Inc. build 1495) Symptom: Small section of configure log showing first errors shown below. There is a lot more of this, too much to post here. I've chopped the beginning and the end. I'm won

Re: mysql 4.0.15: configure fails

2003-09-15 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Fri, 12 Sep 2003, Michael Stassen wrote: > When I downloaded it on August 30, it was called > "Dec2002gccUpdater.dmg," perhaps because it was an update to the Dec > 2002 DevTools. That has disappeared and the August 2003 gcc Updater now > sit

Re: mysql 4.0.15: configure fails

2003-09-12 Thread Michael Stassen
Lenz Grimmer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Fri, 12 Sep 2003, Michael Stassen wrote: I have Mac OS X 10.2.6 with December 2002 Dev Tools and the Dec 2002 gcc updater, which means I'm using gcc 3.3. [...] I assume you mean the August 2003 updater? This is the one t

Re: mysql 4.0.15: configure fails

2003-09-12 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Fri, 12 Sep 2003, Michael Stassen wrote: > I have Mac OS X 10.2.6 with December 2002 Dev Tools and the Dec 2002 gcc > updater, which means I'm using gcc 3.3. [...] I assume you mean the August 2003 updater? This is the one that included the

mysql 4.0.15: configure fails

2003-09-11 Thread Michael Stassen
I have Mac OS X 10.2.6 with December 2002 Dev Tools and the Dec 2002 gcc updater, which means I'm using gcc 3.3. Following the directions in INSTALL-SOURCE, I ran configure with: CC=gcc \ CFLAGS="-O3 -fno-omit-frame-pointer" \ CXX=gcc \ CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors -f

Re: Configure Fails

2003-03-07 Thread Judi Buff
On Fri, Mar 07, 2003 at 01:23:27PM -0600, Judi Buff wrote: > Brian, > > I'm sorry, I am running Solaris8 on Sparc, and trying to install MySQL 3.23.53. I > get into this stuff so deep I have tunnel vision and think the whole world should > know what I am talking about. On Fri, Mar 07, 2003 a

Re: Configure fails

2003-03-07 Thread Brian Reichert
On Fri, Mar 07, 2003 at 11:05:37AM -0600, Judi Buff wrote: > I am using the the following command: > > #./configure --enable-thread-safe-client --prefix=/usr/local/mysql You realize that you've given us no details of your platform. OS, version, which version of MySQL, etc. > Please help if you

Configure fails

2003-03-07 Thread Judi Buff
I am using the the following command: #./configure --enable-thread-safe-client --prefix=/usr/local/mysql This is what happens: checking "named thread libs:"... "-lpthread -lthread" checking for strtok_r in -lpthread... yes checking for strtok_r... yes checking for dlopen in -ldl... yes c

Installation Problem: Configure Fails on PS Switches

2001-12-19 Thread Vincent
Greetings, I am trying to install (source distribution) mysql-3.23.46 on a DEC Alpha machine running Digital UNIX V4.0D (Rev. 878). When I run the configure command, I get the following error: checking for ps... /sbin/ps checking how to check if pid exists... configure: error: Could not find

RE: 'configure' fails

2001-11-20 Thread Boyd Lynn Gerber
database,sql,query,table,database,sql.query,table, You may also need to pub a temporary link from libsocket.so.1 to libsocket.so.2 There will be a new patch that will install this libsocket.so.2 library. So you will need to remove the link when it comes out. Good Luck, -- Boyd Gerber <[EM

RE: 'configure' fails

2001-11-20 Thread Boyd Lynn Gerber
On Tue, 20 Nov 2001, Mohamad Waluyo wrote: > [EMAIL PROTECTED] [/usr/local/mysql]:cc > -I/usr/local/mysql/include/mysq> > undefined first referenced > symbol in file > mysql_error myapp.o > mysql_connect

RE: 'configure' fails

2001-11-20 Thread Mohamad Waluyo
> Sent: Tuesday, November 20, 2001 11:22 AM > To: 'Boyd Lynn Gerber' > Cc: '[EMAIL PROTECTED]' > Subject: RE: 'configure' fails > > > Mr Gerber, > > thank's for the fast and helpful respons (the result is in point 2). > > 1. I a

RE: 'configure' fails

2001-11-20 Thread Mohamad Waluyo
PROTECTED] [/usr/local/mysql]:cd .. [EMAIL PROTECTED] [/usr/local/mysql]:cc -I/usr/local/mysql/include/mysql -L/usr/local/mysql/lib myapp.> "./include/mysql.h", line 100: error: invalid type combination [EMAIL PROTECTED] [/usr/local/mysql]:make install don't know how to make ins

FW: 'configure' fails

2001-11-20 Thread Mohamad Waluyo
> last couple of lines of output from 'configure' > checking for gethostbyname_r in -lnsl_r... no > checking for gethostbyname_r in -lnsl... no > checking for setsockopt... no > checking for setsockopt in -lsocket... yes > checking for yp_get_default_domain... yes > checking for p2open... yes >

'configure' fails

2001-11-20 Thread Mohamad Waluyo
> last couple of lines of output from 'configure' > checking for gethostbyname_r in -lnsl_r... no > checking for gethostbyname_r in -lnsl... no > checking for setsockopt... no > checking for setsockopt in -lsocket... yes > checking for yp_get_default_domain... yes > checking for p2open... yes > ch

./configure fails aon checking the character data size

2001-08-21 Thread Kilpatrick, Cliff
>Description: I am evaluating mysql for use with our website and internal workings and cannot get MYSQL configure on our Sun/Sparc Ultra 450. If we use the mysql application we will buy support but until I can get it to install I am unable to do any tests against our current website confi

configure fails: checking size of char... 0

2001-04-29 Thread aotto
>Description: >How-To-Repeat: >Fix: >Submitter-Id: >Originator: >MySQL support: none >Synopsis: configure fails: checking size of char... 0 >Severity: non-critical >Priority: low >Category: mysql >Class:

configure fails on aix 3.4.0

2001-03-15 Thread Jack Summanen x
Summanen x >Organization: >MySQL support: [none | licence | email support | extended email support ] >Synopsis: configure fails on aix 3.4.0 >Severity: critical >Priority: medium >Category: mysql >Class: sw-bug >Release: mysql-3

Re: configure fails on linux-2.2.14 (Redhat 7.0), mysql-3.23.33

2001-03-11 Thread Colin Faber
t;[EMAIL PROTECTED]> > Sent: Sunday, March 11, 2001 4:46 PM > Subject: Re: configure fails on linux-2.2.14 (Redhat 7.0), mysql-3.23.33 > > > This has been discussed to death, > > > > DO NOT RUN GCC 2.96 TO COMPILE MySQL IT IS FAR TO BUGGY > > > > Please chec

Re: configure fails on linux-2.2.14 (Redhat 7.0), mysql-3.23.33

2001-03-11 Thread Charles L. Hagen
Are you always this hospitable to others? Charles - Original Message - From: "Colin Faber" <[EMAIL PROTECTED]> To: "Lyman Neuschaefer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, March 11, 2001 4:46 PM Subject: Re: configure fails on li

Re: configure fails on linux-2.2.14 (Redhat 7.0), mysql-3.23.33

2001-03-11 Thread Colin Faber
This has been discussed to death, DO NOT RUN GCC 2.96 TO COMPILE MySQL IT IS FAR TO BUGGY Please check the mailing list archives _BEFORE_ posting Lyman Neuschaefer wrote: > > Greetings, > > The configure process fails on attempting to compile and link the executable > > conftest. Below i

configure fails on linux-2.2.14 (Redhat 7.0), mysql-3.23.33

2001-03-11 Thread Lyman Neuschaefer
Greetings, The configure process fails on attempting to compile and link the executable conftest. Below is some of the output generated by configdebug. Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2

mysql configure fails

2001-03-02 Thread Sally Guan
Hi, I run into following problem while installing mysql-3.23.33 on Solaris 2.6, with gcc 2.95.2. checking return type of sprintf... configure: error: can not run test program while cross compiling Please advise. Sally Guan Aicent Inc. 408-965-5528 (voice) 408-965-5526 (fax) [EMAIL PROTECTED]

configure fails

2001-02-24 Thread Syed Muhammad Atif
Dear Mysql, After unpacking Mysql mysql-3.23.33.tar on solaris x86 with gcc 2.95. i run configure with CC=gcc CFLAGS="-O6 -fomit-frame-pointer -DHAVE_CURSES_H" CXX=gcc CXXFLAGS="-O6 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti -DHAVE_CURSES_H" ./configure --prefix=/us

RE: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Sinisa Milivojevic
Ivanisevic, Irena writes: > Hi ! > > I am trying to implement BDB tables on windows NT. > I have installed mysql 3.23.31 and have downloaded Berkeley db file 3.2.3. > I am new to mysql. I have tried to look for instructions but I have no luck. > > Thanks > Irena > Hi! Support for B

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Thimble Smith
On Fri, Jan 19, 2001 at 12:48:44PM +, Greg Cope wrote: > > But does the conspiricy not continue ? Yes, I suppose it does. I guess my secret spy status as enemy of the state is now out in the open, plain as day. > Do you not need to patch aclocal.m4 as this contains a referance to > 3.2.3

RE: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Ivanisevic, Irena
PROTECTED]] Sent: Friday, January 19, 2001 07:40 To: Chris Johnson Cc: [EMAIL PROTECTED] Subject: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h Hi! >>>>> "Chris" == Chris Johnson <[EMAIL PROTECTED]> writes: >> Description: Chris> I just downloaded My

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Greg Cope
Thimble Smith wrote: > > > >Description: > > I just downloaded MySQL 3.23.31 and the "patched version" of > > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > > with the option to enable the Berkeley DB, but it fails, telling > > me I don't have the prope

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Thimble Smith
> >Description: > I just downloaded MySQL 3.23.31 and the "patched version" of > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > with the option to enable the Berkeley DB, but it fails, telling > me I don't have the proper version of the DB. Here are the

MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Michael Widenius
Hi! > "Chris" == Chris Johnson <[EMAIL PROTECTED]> writes: >> Description: Chris> I just downloaded MySQL 3.23.31 and the "patched version" of Chris> Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure Chris> with the option to enable the Berkeley DB, but it fails, telling C

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Greg Cope
Matt Wagner wrote: > > Greg Cope writes: > > Chris Johnson wrote: > > > > > > >Description: > > > I just downloaded MySQL 3.23.31 and the "patched version" of > > > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > > > with the option to enable the Berkele

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-18 Thread Matt Wagner
Greg Cope writes: > Chris Johnson wrote: > > > > >Description: > > I just downloaded MySQL 3.23.31 and the "patched version" of > > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > > with the option to enable the Berkeley DB, but it fails, telling > >

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-18 Thread Greg Cope
Chris Johnson wrote: > > >Description: > I just downloaded MySQL 3.23.31 and the "patched version" of > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > with the option to enable the Berkeley DB, but it fails, telling > me I don't have the proper

MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-18 Thread Chris Johnson
configure MySQL with it. >Fix: It can probably be hacked to make it work, but should not need to. >Submitter-Id: >Originator:Chris Johnson >Organization: >MySQL support: none >Synopsis: MySQL 3.23.31 configure fails with Berkeley DB >Severity: serious