View Single Post
  #2   (View Single Post)  
Old 25th May 2008
zeltus zeltus is offline
New User
 
Join Date: May 2008
Posts: 3
Default Fixed (I hope!)

Well, I sorted it in the end... I had to de-install MySQL and reinstall it.. I re-make'd it from scratch, but with an extra option

zeltus# cd /usr/ports/databases/mysql51-server
zeltus# make deinstall
zeltus# make -DWITH_PROC_SCOPE_PTH=yes -DBUILD_OPTIMIZED=yes
zeltus# make install clean

And thereafter all was/is well. So far.

BUILD_OPTIMIZED is a bit of a red herring, it had no impact on this problem, but hey! it looked like a good idea to include it.

Dunno why PTHREADS needs to be included but again, on reflection, it seems to be a a good idea (the other thread option was for a LINUX set up and I run FREEBSD, so out of the three available options, the default of NONE fails with an immediate crash, the LINUX threads option looks to be inapplicable and thus I was left with this option.) Which as I said, seems to have worked. So far. I shall watch it like a hawl for a few days, methinks.

Cheers

Bill
Reply With Quote