Re: configure parameters

2009-05-04 Thread Martijn Engler
You mean the list you get when you run `./configure --help`? Also check out http://dev.mysql.com/doc/refman/5.0/en/configure-options.html Or do you need more detail? Please be specific in what you need. On Mon, May 4, 2009 at 22:40, michel wrote: > Is there a place on the net that has detailed d

Re: Configure options

2008-02-08 Thread spamforlunch
Gavin Towey wrote: > > Hi, > > We normally use the binaries, but there's a few patches I want to try > out, so I've gotten the source. Now I've also compiled sources many > times, so that process isn't a problem. However, what I wanted to do is > try to compile the source with the exact s

RE: Configure options question

2007-04-12 Thread Jerry Schwartz
> -Original Message- > From: Lopez, Denise [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 12, 2007 2:07 PM > To: [EMAIL PROTECTED] > Subject: RE: Configure options question > > > I am sorry if I was vague. I know my version of PHP supports .png > images

Re: Configure options question

2007-04-12 Thread John Nichel
Lopez, Denise wrote: I am sorry if I was vague. I know my version of PHP supports .png images. My developers are having issues with extracting .png images files from a mysql database that's why I wanted to make sure it wasn't a support issue with mysql. They can upload the files into the datab

RE: Configure options question

2007-04-12 Thread Lopez, Denise
se; [EMAIL PROTECTED] Subject: RE: Configure options question > -Original Message- > From: Lopez, Denise [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 12, 2007 12:51 PM > To: [EMAIL PROTECTED] > Subject: Configure options question > > I have a beginner question for you all

RE: Configure options question

2007-04-12 Thread Jerry Schwartz
> -Original Message- > From: Lopez, Denise [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 12, 2007 12:51 PM > To: [EMAIL PROTECTED] > Subject: Configure options question > > I have a beginner question for you all. I recently took over a server > and would like to determine what configure

Re: ./configure issue

2005-03-14 Thread Gleb Paharenko
Hello. You shouldn't start MySQL server with configure. Use mysqld_safe instead. If mysqld stops look at the error file. See: http://dev.mysql.com/doc/mysql/en/starting-server.html http://dev.mysql.com/doc/mysql/en/error-log.html OpenView Mike <[EMAIL PROTECTED]> wrote: > [-- te

RE: configure question

2003-05-30 Thread Cassily, Ryan
Nevermind, found it libtermcap-devel -Original Message- From: Cassily, Ryan Sent: Thursday, May 29, 2003 5:14 PM To: MySQL (E-mail) Subject: configure question After running: ./configure --prefix=/usr/local/mysql I get the error: checking for termcap functions library... configure:

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

Re: ./configure goes into infinite loop on mit-pthreads

2003-02-28 Thread VaX#n8
MySQL Part of configure reads: (cd mit-pthreads; sh ./configure) I invoked configure as so: sh -v ./configure 2> /tmp/foo This leaves the following at the end of /tmp/foo while its running: ./configure: mit-pthreads: No such file or directory ./configure: mit-pthreads: No such file or directo

Re: Configure prob with FreeBSD/Linuxthreads -- path to linuxthreads includes?

2003-02-02 Thread Eric Frazier
Hi, One other problem came up, the configure script looks for LinuxThreads in /usr/include where of course FreeBSD stores them in /usr/local/include/linuxthreads so the flag that gets set for linuxthreads doesn't, at least not in my version of mysql 4.09 Thanks, Eric (250) 655 - 9513 (PST Tim

Re: Configure prob with FreeBSD/Linuxthreads

2003-02-02 Thread Eric Frazier
Hi, I don't know if this is all old news now, but I got the exact same error that Jesse did when I ran a copy and paste from your example. When I both switched to sh from csh, and made that big paragraph into a single line, then it worked. So I got though the configure. But on the make I got an

Re: Configure prob with FreeBSD/Linuxthreads

2003-02-01 Thread Dan Nelson
In the last episode (Jan 31), Maximo Migliari said: > OK, here goes the whole thing: > > configure:2461: checking for C compiler default output > configure:2464: cc -O -pipe -march=pentiumpro -D__USE_UNIX98 > \ > -D_REENTRANT -D_THREAD_SAFE -DHAVE_BROKEN_REALPATH \ >

Re: Configure prob with FreeBSD/Linuxthreads

2003-02-01 Thread Maximo Migliari
OK, here goes the whole thing: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --with-mit-threads=no -

Re: Configure prob with FreeBSD/Linuxthreads

2003-02-01 Thread Maximo Migliari
These are the last two lines in config.log #define MACHINE_TYPE "i386" configure: exit 77 Maximo. At 01:37 PM 31-01-03 -0600, you wrote: In the last episode (Jan 31), Maximo Migliari said: > So, my dear friends, could we conclude that Linux is a more appropriate > platform for running MySQL > o

Re: Configure prob with FreeBSD/Linuxthreads

2003-02-01 Thread Dan Nelson
In the last episode (Jan 31), Maximo Migliari said: > So, my dear friends, could we conclude that Linux is a more appropriate > platform for running MySQL > on a multi-processed machine? > > I was desperate to try and compile MySQL 4.0.9-gamma on my FreeBSD > 4.7-stable machine, which is > dual

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-31 Thread Maximo Migliari
So, my dear friends, could we conclude that Linux is a more appropriate platform for running MySQL on a multi-processed machine? I was desperate to try and compile MySQL 4.0.9-gamma on my FreeBSD 4.7-stable machine, which is dual processed. I managed to compile fine once, but it gave errors wh

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-30 Thread Jonathan Disher
> > Because with native threads, enabling the second CPU (and thus locking > > MySQL to one thread, one process, -period-, because running another on > > another port isnt viable) makes the job take just over twice as long. > > This explains your point of view: I never tried to run MySQL on > dual-

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-30 Thread Gianluca Sordiglioni
> > gcc -v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.2.1 [FreeBSD] 20021119 (release) Okay. > Because with native threads, enabling the second CPU (and thus locking > MySQL to one thread, one process, -period-, because running an

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-30 Thread Jonathan Disher
> -O3 on a production server? Mmmm... not good. gcc 2.95 is sometimes buggy, I > suggest to use -O alone. > gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) > I don't see any reason to use LinuxThreads. W

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-29 Thread Gianluca Sordiglioni
> Try this, this is what I used (I didn't need things like innodb, but > needed static linkings): > > king as jdisher# more foo > CFLAGS="-O3 -pipe -mcpu=pentiumpro -D__USE_UNIX98 -D_REENTRANT > -D_THREAD_SAFE -DHAVE_BROKEN_REALPATH -I/usr/local/include/pthread/li > nuxthreads" CXXFLAGS="-O3 -pipe

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-29 Thread Dan Nelson
In the last episode (Jan 28), Jonathan Disher said: > On Tue, 28 Jan 2003, Jesse Sheidlower wrote: > > I've been trying to install MySQL 4.0.9 on FreeBSD 4.7, and have > > been getting stuck in the configure phase. I'd be grateful for any > > suggestions. > > > > I'm running FreeBSD 4.7 on a single

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-29 Thread Jeremy Zawodny
On Tue, Jan 28, 2003 at 04:28:53PM -0500, Jesse Sheidlower wrote: > > > > Out of curiosity, which version of gcc are you using? > > As I posted a few lines up, it's gcc 2.95.4 ;-) Oh, err. Hm. Right. I can read. Yeah. > After I sent the original message, I tried to play around with the > co

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-29 Thread Jonathan Disher
> I've since given up, installed with the exact configure line shown > in the MySQL docs, FreeBSD section, and it worked perfectly, so I'm > worrying about moving my grant tables from 3.23.49 and so forth, > instead of getting Linuxthreads to workBut I'd be happy to try > to get this fixed, esp

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-28 Thread Jonathan Disher
On Tue, 28 Jan 2003, Jesse Sheidlower wrote: > > I've been trying to install MySQL 4.0.9 on FreeBSD 4.7, and > have been getting stuck in the configure phase. I'd be > grateful for any suggestions. > > I'm running FreeBSD 4.7 on a single-processor 1.4GHz PIII, > using gcc 2.95.4, and trying to com

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-28 Thread Jesse Sheidlower
On Tue, Jan 28, 2003 at 01:17:30PM -0800, Jeremy Zawodny wrote: > On Tue, Jan 28, 2003 at 12:21:37PM -0500, Jesse Sheidlower wrote: > > > > I've been trying to install MySQL 4.0.9 on FreeBSD 4.7, and > > have been getting stuck in the configure phase. I'd be > > grateful for any suggestions. > >

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-28 Thread Dan Nelson
In the last episode (Jan 28), Jesse Sheidlower said: > I've been trying to install MySQL 4.0.9 on FreeBSD 4.7, and > have been getting stuck in the configure phase. I'd be > grateful for any suggestions. > > I modified Jeremy's command to eliminate some of the obvious > things I didn't need, and s

Re: Configure prob with FreeBSD/Linuxthreads

2003-01-28 Thread Jeremy Zawodny
On Tue, Jan 28, 2003 at 12:21:37PM -0500, Jesse Sheidlower wrote: > > I've been trying to install MySQL 4.0.9 on FreeBSD 4.7, and > have been getting stuck in the configure phase. I'd be > grateful for any suggestions. > > I'm running FreeBSD 4.7 on a single-processor 1.4GHz PIII, > using gcc 2.9

Re: ./configure --withorwithout-mit-pthreads

2002-10-10 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Thursday 10 October 2002 07:31, BWoTHa wrote: > All when fine until I tried to do ./configure for the mysql-3.23.52 > from the source tar.gz. > > Problem is, it keeps looping saying "can't cd to mit-pthreads". I did > my homework and seeked

Re: configure won't configure

2002-07-02 Thread Michael Matthews
Thanks for the response. I set LDFLAGS and CCFLAGS for compiles and then it configured OK, I am out of practice porting compiled software. ./configure --prefix=/export/home/mysql --with-unix-socket-path=/var/tmp/mysql.sock --enable-thread-safe-client --with-berkeley-db --enable-local-infile --w

Re: configure won't configure

2002-06-27 Thread Gerald Clark
With linux you would: Add /usr/local/lib to your /etc/ld.so.conf file and run ldconfig. Sun should have something similar. [EMAIL PROTECTED] wrote: >>Description: >> > what do I have to do to get configure to use correct gcc options like: >-I/usr/local/include -R/usr/local/lib ??? > >I u

Re: configure won't configure

2002-06-27 Thread Jocelyn Fournier
Hi, It seems you have to install zlib-1.1.4 on your system. Regards, Jocelyn - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 5:40 PM Subject: configure won't configure > >Description: > what do I have to do to get configure to use

Re: configure probleem

2002-04-25 Thread Victoria Reznichenko
Alain, Wednesday, April 24, 2002, 6:18:51 PM, you wrote: AM> I try to install mysql on a sparc 250 / solaris 7. AM> I have problem when I come at the "configure step" : I don't have a AM> "configure program" on my computer. AM> With a "find", I find one on the /usr/local/share/libtool/libltdl dir

Re: Configure-options for compiled MySQL?

2002-02-12 Thread Trond Eivind Glomsrød
John Ericson <[EMAIL PROTECTED]> writes: > I've a compiled MySQL and I need to know if it support unixODBC (Is > configured with --with-unixODBC=...). Is there anyway I can see which > configure options that was used to produce the binary? Look for MyODBC - there is a link at the MySQL web page

Re: Configure-options for compiled MySQL?

2002-02-12 Thread John Ericson
On Feb 08 23:40, John Ericson wrote: > Hi, > > I've a compiled MySQL and I need to know if it support unixODBC (Is > configured with --with-unixODBC=...). Is there anyway I can see which > configure options that was used to produce the binary? > > > -- > * John Ericson [EMAIL PROTECTED] > * IC

Re: Configure-options for compiled MySQL?

2002-02-08 Thread Trond Eivind Glomsrød
John Ericson <[EMAIL PROTECTED]> writes: > I've a compiled MySQL and I need to know if it support unixODBC (Is > configured with --with-unixODBC=...). Is there anyway I can see which > configure options that was used to produce the binary? Look for MyODBC - there is a link at the MySQL web page

Re: Configure-options for compiled MySQL?

2002-02-08 Thread John Ericson
On Feb 08 23:40, John Ericson wrote: > Hi, > > I've a compiled MySQL and I need to know if it support unixODBC (Is > configured with --with-unixODBC=...). Is there anyway I can see which > configure options that was used to produce the binary? > > > -- > * John Ericson [EMAIL PROTECTED] > * IC

RE: configure problems on Solaris 2.6

2002-01-02 Thread Quentin Bennett
A link from .a.2.10.0 to just '.a'? so that e.g. {root}blinky:~> ls -l /usr/local/lib/libstdc++.a -rw-r--r-- 1 root root 2153936 Dec 30 16:57 /usr/local/lib/libstdc++.a -> libstdc++.a.2.10.0{root}blinky:~> ls -l /usr/local/lib/libstdc++.a.2.10.0 -rw-r--r-- 1 root root 2153936

Re: ./configure of mysql-3.23.46 fails with gcc-3.0.3

2001-12-27 Thread Sinisa Milivojevic
Hervé Pagès writes: > SORRY IF YOU DON'T RECEIVE THIS BUG REPORT IN THE FORMAT YOU ARE EXPECTING > BUT I'VE BEEN TRYING TO USE scripts/mysqlbug 2 TIMES WITHOUT SUCCESS > (every time I quit Emacs, the mysqlbug script complains something is wrong > in the way I've filled the form and when I press 'e

Re: configure my.cnf

2001-11-28 Thread Abu @ Trabas Dot Com
You can use server parameters see capter 10.1 Tuning server parameters. and any other for maximum performance. we use mail server, http server, app. server, on pentium 1 GHz, 800 MB of ram, nothing problem. Ady Wicaksono([EMAIL PROTECTED])@Thu, Nov 29, 2001 at 06:54:32PM +0700: > > Hi guys, i

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

Re: configure with mysql

2001-09-14 Thread Dr. Randy Frid
t;[EMAIL PROTECTED]> To: "Dr. Randy Frid" <[EMAIL PROTECTED]> Cc: "Jason Radley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 10:54 AM Subject: Re: configure with mysql > "Dr. Randy Frid" <[EMAIL PROTECTED]

Re: configure with mysql

2001-09-14 Thread Trond Eivind Glomsrød
"Jason Radley" <[EMAIL PROTECTED]> writes: > I have tried also and nothing. I have added the phpinfo(); and it tells me > the configure command says --without-mysql Because it's not compiled statically into the binary. It's compiled as a separate module, so you won't have to install libraries y

Re: configure with mysql

2001-09-14 Thread Trond Eivind Glomsrød
"Dr. Randy Frid" <[EMAIL PROTECTED]> writes: > I've tried that to no avail. Everything on my system works perfectly except > for this. The MySQL website indicates the following: Tried what? There is a specific php-mysql module. When you install that (restart of apache may also be necesarry), i

Re: configure with mysql

2001-09-14 Thread massey
-Original Message- FROM: Dr. Randy Frid TO: Jason Radley, [EMAIL PROTECTED] DATE: Fri 9/14/01 10:46 SUBJECT: Re: configure with mysql I have the exact problem. If anyone has a step by step for a newbie I'd appreciate it as well. Cheers, Randy - Original Message - From: "

RE: configure with mysql

2001-09-14 Thread Jason Radley
: [EMAIL PROTECTED] Subject: Re: configure with mysql I've tried that to no avail. Everything on my system works perfectly except for this. The MySQL website indicates the following: --- Error: "Fatal error: Call to unsupported or undefined function mysql_connect() in .."

Re: configure with mysql

2001-09-14 Thread Dr. Randy Frid
I've tried that to no avail. Everything on my system works perfectly except for this. The MySQL website indicates the following: --- Error: "Fatal error: Call to unsupported or undefined function mysql_connect() in .." This means that your PHP version isn't compiled with MySQL support.

Re: configure with mysql

2001-09-14 Thread Dr. Randy Frid
I have the exact problem. If anyone has a step by step for a newbie I'd appreciate it as well. Cheers, Randy - Original Message - From: "Jason Radley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 14, 2001 9:06 AM Subject: configure with mysql > I have installed

Re: configure with mysql

2001-09-14 Thread Trond Eivind Glomsrød
"Jason Radley" <[EMAIL PROTECTED]> writes: > I have installed redhat linux 7.1 with apache, php and mysql > but when installed redhat it didn't add the configure --with-mysql it > added --without-mysql is there any way to change this to configure > --with-mysql. Just install the php-mysql packa

Re: ./configure error

2001-08-06 Thread Grigory Bakunov
Date |Mon, 6 Aug 2001 19:14:09 -0600 >From |"Michael Blood" <[EMAIL PROTECTED]> Hello! MB> Hi, MB> I am attempting to compile mysql but when running ./configure it errors out MB> when >>Checking for termcap functions library... configure: error: No MB> curses/termcap library found MB> And it

Re: configure problem

2001-07-16 Thread Phil Dibowitz
> I have problem to run configure on my unix box. > > My OS is solaris 5.8. > gcc version is 2.95.2 > > I use gzip and gtar to extract the package with version mysql-3.23.39 > > See the below. I don't know what's the problem. http://home.earthlink.net/~jaymzh666/solaris.html Phil -- Insanity P

Re: ./configure errorRe: Solaris

2001-07-10 Thread Alan W. Rateliff, II
Make sure gcc is in your PATH, and make sure it's been installed properly. You might also want to try some test compilations. -- Alan W. Rateliff, II: YourVillage.com Assistant Systems Administrator : 2700 Apalachee Pkwy < [EMAIL PROTECTED] > : Tallahassee, FL 3

RE: configure error

2001-07-01 Thread Don Read
On 01-Jul-01 Tim wrote: > I'm running mysql on a lan with out a connection so I just copied the report > here. > > When I run ./configure /usr/local/mysql it ends with the error > ./configure ends with error: checking for termcap functions library... > configure: error: No curses/termcap librar

Re: "configure" question

2001-06-24 Thread Trond Eivind Glomsrød
("sql" to fool bad filter... why not just require that posters are subscribed?) "Nisha Raju" <[EMAIL PROTECTED]> writes: > Sincerely, Trond, don't u feel that making such special provisions would > limit the distribution of packages ? There are some options which can't be the same: File locatio

Re: "configure" question

2001-06-24 Thread CK Raju
avoid rejection - Webmasters please note. > - Original Message - > From: "Trond Eivind Glomsrød" <[EMAIL PROTECTED]> > To: "CK Raju" <[EMAIL PROTECTED]> > Cc: "mysql" <[EMAIL PROTECTED]> > Sent: Sunday, June 24, 2001 11:31 PM &g

Re: "configure" question

2001-06-24 Thread Trond Eivind Glomsrød
[EMAIL PROTECTED] writes: > Your message cannot be posted because it appears to be either spam or > simply off topic to our filter. To bypass the filter you must include > one of the following words in your message: > > database,sql,query,table > > If you just reply to this message, and include

Re: "configure" question

2001-06-24 Thread CK Raju
But the INSTALL-SOURCE file you get after unzipping the tarred file says you can. And I have been using it the same way as listed there with success on a Red Hat 6.2 machine. Raju > This is _not_ a recommended way to use it on a Red Hat Linux > system. Get the srpm and do a "rpm --rebuild" of it

Re: "configure" question

2001-06-23 Thread Trond Eivind Glomsrød
CK Raju <[EMAIL PROTECTED]> writes: > Trond Eivind Glomsrød wrote: > > > William Clifford <[EMAIL PROTECTED]> writes: > > > >> Hi all. I recently downloaded the source distribution of MySQL version 3.23.39 > >> and am trying to compile it so that it installs it's files in the same manner > >> as

Re: "configure" question

2001-06-23 Thread CK Raju
Trond Eivind Glomsrød wrote: > William Clifford <[EMAIL PROTECTED]> writes: > >> Hi all. I recently downloaded the source distribution of MySQL version 3.23.39 >> and am trying to compile it so that it installs it's files in the same manner >> as the binary RPM version does. > > > Just downloa

Re: "configure" question

2001-06-22 Thread Trond Eivind Glomsrød
William Clifford <[EMAIL PROTECTED]> writes: > Hi all. I recently downloaded the source distribution of MySQL version 3.23.39 > and am trying to compile it so that it installs it's files in the same manner > as the binary RPM version does. Just download the lastest SRPM from rawhide, and rebuild

Re: configure error on Cobalt OS

2001-06-08 Thread Sinisa Milivojevic
Road Runner writes: > i am unable to execute the configure command as part of the mysql > installation. > > if i execute this statement using 'configure" found in > /usr/doc/libtool-1.3.5/demo/: > > [root /mysql-3.21.33c-pc-linux-gnu-i686]# > /usr/doc/libtool-1.3.5/demo/configure > --prefix=/usr

Re: configure error: no curses/termcap library found

2001-05-22 Thread Byron Guernsey
Just a guess, but you might have to add "--with-ncurses=/usr" so that you provide the basedir for the curses package. Do a ./configure --help and it will list the options. I believe --with-curses or --with-ncurses is one of them. Also, I think there is supposed to be a libncurses.so and libter

Re: ./configure help

2001-04-09 Thread Chris Worth
I would think it is because you don't have all of the development tools in place. also the path to mysql must be ok. On Sat, 07 Apr 2001 17:56:41 +0200, B. van Ouwerkerk wrote: >At 17:25 7-4-01 +0200, com2 wrote: >>hi everybody we get this err mex when we run: >>./configure --prefix=7usr/loc

Re: ./configure help

2001-04-07 Thread Jens Vonderheide
> err mex: > "configure: error: installation or configuration problem: C > compiler cannot create executables" Take a look at config.log, you will usually find the real cause for the error in there. Jens - Before posting, plea

Re: ./configure help

2001-04-07 Thread B. van Ouwerkerk
At 17:25 7-4-01 +0200, com2 wrote: >hi everybody we get this err mex when we run: >./configure --prefix=7usr/local/mysql Hrrr, 7usr/local/mysql ? dunno if that's the reason.. but it might not be able to find such path. /usr/local/mysql perhaps?? Bye, B.

Antwort: Re: Configure problems

2001-03-14 Thread alexander . skwar
On 13.03.2001 23:37:20 Kevin Price-Ward wrote: > > You can NOT use gcc-2.96. Why not? Compiling works fine, without a problem - anything else that I'm missing? - Before posting, please check: http://www.mysql.com/manual.

Re: Configure problems

2001-03-13 Thread Kevin Price-Ward
Thank you for this, I missed the information in the manual. It would seem that I need to install gcc-2.95, this is prooving to be a bit problematic, there seem to be all kinds of dependancies and conflicts occuring while trying to remove 2.96 and install 2.95 packages using RPM, my distribution

Re: Configure problems

2001-03-13 Thread Gerald L. Clark
You can NOT use gcc-2.96. The manual is clear on this, as are dozens of posts in the archives. Kevin Price-Ward wrote: > > Hi, > > I trying to install mysql from source on a RedHat 7 box, > > mysql version 3.23.34a > > output from uname -a: Linux webserver.tmxnm.cxm 2.2.16-22smp #1 SMP Tue A

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

Re: Configure issue

2001-03-07 Thread Luis
Phillip Bruce wrote: > Hi, > > I have some problem running the ./configure > command for version mysql-3.23.33 see below: > > checking size of char... 0 > configure: error: No size for char type. > A likely cause for this could be that there isn't any > static libraries installed. You can ve

Re: configure can't find LinuxThreads

2001-03-06 Thread Gerald L. Clark
That is an ancient version of Linux. [EMAIL PROTECTED] wrote: > > >Description: >When running ./configure it can't find LinuxThreads. >Environment: Linux 2.0.35 > downloaded and expanded LinuxThreads-2.1.3.tar.gz. > It seems the tarball do not include pthr

Re: configure

2001-02-27 Thread Gerald L. Clark
WANG_KING£¨Íõ¸Ö£© wrote: > > Hi, > I want to compile mysql to make it support transaction bur when I exec . > /configure, I got an error: > "checking whether make sets ${MAKE}... ./configure: syntax error at line > 1: '(' unexpected" >who can help me?Thanks a lot! > You only need to