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
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
> -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
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
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
> -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
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
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:
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
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
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
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
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
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 \
>
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 -
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
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
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
> > 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-
> > 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
> -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
> 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
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
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
> 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
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
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.
> >
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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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]
"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
"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
-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: "
: [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 .."
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.
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
"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
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
> 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
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
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
("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
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
[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
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
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
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
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
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
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
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
> 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
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.
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.
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
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
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
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
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
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
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
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
78 matches
Mail list logo