Jeremy Zawodny wrote:
> 
> On Thu, Jan 24, 2002 at 12:19:12PM +0200, Oleg Prokopyev wrote:
> > Ken Menzel wrote:
> > >
> > > Hi Oleg,
> > >   There is some sort of thread problem with freebsd but it usuually is
> > > not that bad.  How did you compile MySQL?  I would recommend using the
> > > ports version of Mysql (cd /usr/ports/databases/mysql-3.23-server) .
> > > Look at the makefile if you are still havbing threads problems you can
> 
> > do you mean MIT-threads options ?  :( it does not want to compile
> 
> No, he means the LinuxThreads option.
hi 

i solved the problem

i took sources from mysql.com and in file "INSTALL-SOURCE" i found the
following :

"...If you are using a recent version of *gcc*, recent enough to
understand
`-fno-exceptions' option, it is *VERY IMPORTANT* that you use it.
Otherwise, you may compile a binary that crashes randomly. We also
recommend that you use `-felide-contructors' and `-fno-rtti' along with
`-fno-exceptions'. When in doubt, do the following:


     CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors
-fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql
--enable-assembler --with-mysqld-ldflags=-all-static

On most systems this will give you a fast and stable binary."

it helps :)



> 
> Jeremy
> --
> Jeremy D. Zawodny, <[EMAIL PROTECTED]>
> Technical Yahoo - Yahoo Finance
> Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936
> 
> MySQL 3.23.41-max: up 21 days, processed 507,895,181 queries (267/sec. avg)
> 
> ---------------------------------------------------------------------
> 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

-- 
Regards,
Oleg Prokopyev
OAP4-RIPE

---------------------------------------------------------------------
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