Yes, you can compile from source, just make sure you specify the proper
directories in ./configure.

try

./configure --help | less

to see all the options.

Make sure you know where your mysql is installed now and where it's data is
now.  Then specify those on the ./configure line.

With a little preparation, you should be able to do the  ./configure, make,
make install without a problem.

=C=

p.s. did I mention making a backup of your system before starting?  This is
VERY IMPORTANT! :)
*
* Cal Evans
* Techno-Mage
* http://www.calevans.com
*

----- Original Message -----
From: "Erlend Hopsø Strømsvik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 12, 2002 5:49 AM
Subject: Question about compiling mysql-source


> Hi
>
> I've got MySQL-4.0.1-2.i386.rpm installed on a PC here.
> But I would like to do some changes to the fulltext search. Since I have
to
> compile from source to be able to change the stopword, can I make it so
that
> I only have to replace the old mysqld executable?
> ( downloaded mysql-4.0.1-alpha-pc-linux-gnu-i686 source code )
>
>
> This is from the reference manual:
> -The mysqld server is installed in the `libexec' directory rather than in
> the `bin' directory.
> -The data directory is `var' rather than `data'.
> ...... + some more
>
> So I guess I can't just compile it without doing some 'extra things'.
>
> Would this script help:
> scripts/make_binary_distribution?
>
>
> Regards
> Erlend Stromsvik
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
>



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to