On Tue, Jul 17, 2001 at 10:05:24PM -0400, Haapanen, Tom wrote:
> ... or should that be "FreeBSD loves MySQL"?
>
> I finally caved in after a year of increasing (and unexplained) MySQL
> crashes, despite numerous updates to more recent versions of NetBSD and
> MySQL, and dozens of experiments with different configuration options.
> MySQL would die (and restart automatically) every 5-15 minutes on the
> database server acting as the back end for our web site, motorsport.com.
> (This on NetBSD/i386, as when we started, MySQL was distinctly unhappy with
> NetBSD/Alpha)
FWIW - I had nasty problems with stable builds under FreeBSD, until
I noticed the build process was trying to make use of '-O6' when
compiling C++ code using GCC 2.95.2 ; not a good combination.
When I switched to using
env CC=gcc CFLAGS="-O2" CXX=gcc \
CXXFLAGS="-O2 -felide-constructors -fno-exceptions -fno-rtti" \
./configure ...
To configure, the binary was much more stable. (This is as of
mysql-3.23.35.) Maybe that was a similar issue under NetBSD...
--
Brian 'you Bastard' Reichert <[EMAIL PROTECTED]>
37 Crystal Ave. #303 Daytime number: (603) 434-6842
Derry NH 03038-1713 USA Intel architecture: the left-hand path
---------------------------------------------------------------------
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