Problems installing under solaris 2.5.1 ... Fixed

2001-07-16 Thread [EMAIL PROTECTED]
Imran. - Original Message - From: Colin Faber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, July 15, 2001 10:01 PM Subject: Re: Problems installing under solaris 2.5.1 You need to make sure that the gcc on your box

Re: Problems installing under solaris 2.5.1 ... Fixed

2001-07-16 Thread Colin Faber
. Best regards Imran. - Original Message - From: Colin Faber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, July 15, 2001 10:01 PM Subject: Re: Problems installing under solaris 2.5.1 You need to make sure

Problems installing under solaris 2.5.1

2001-07-15 Thread [EMAIL PROTECTED]
I am trying to compile mysql by it is failing in the ./configure step. I am running solaris 2.5.1 , gcc 2.95, binutils 2.11.2. It fails with the following error ./configure -prefix=/usr/local/mysql . . loading cache ./config.cache checking for a BSD compatible install... ./install-sh -c

Re: Problems installing under solaris 2.5.1

2001-07-15 Thread Martin Cameron
Shouldn't it be ./configure --prefix=/usr/local/mysql On Mon, 16 Jul 2001 12:44, you wrote: I am trying to compile mysql by it is failing in the ./configure step. I am running solaris 2.5.1 , gcc 2.95, binutils 2.11.2. It fails with the following error ./configure -prefix=/usr/local/mysql

Re: Problems installing under solaris 2.5.1

2001-07-15 Thread Colin Faber
You need to make sure that the gcc on your box is build on that box, Using a package won't do it, most of them where compiled on greater or lesser hardware versions than you might be running, This in turn causes the compiler it self to think that its running in cross-compile mode and mysql

Re: Problems installing under solaris 2.5.1

2001-07-15 Thread Alan W. Rateliff, II
On 16-Jul-01, Colin Faber said something totally profound about Re: Problems installing under solaris 2.5.1 that made me ponder... CF You need to make sure that the gcc on your box is build on that box, CF Using a package won't do it, most of them where compiled on greater or CF lesser