Thread: Re: mysql
View Single Post

   
  #4 (permalink)  
Old 02-15-2008, 11:18 AM
willjay
 
Posts: n/a
Default Re: mysql

I
"Boyd Gerber" <gerberb@xenau.zenez.com> wrote in message
news:Pine.LNX.4.53.0311151134400.7432@xenau.zenez. com...
> On Sat, 15 Nov 2003, willjay wrote:
> > "Boyd Gerber" <gerberb@xenau.zenez.com> wrote in message
> > news:Pine.LNX.4.53.0311150733270.7432@xenau.zenez. com...
> > > On Fri, 14 Nov 2003, willjay wrote:
> > > > Are there binaries for mysql on Openserver 5.0? and where would they

be?
> > > > Has anyone comments regarding mysql? Thanks wj
> > >
> > > The source should compile on all OSR 5.0.X I usualy test that is works

on
> > > OSR 5.0.5-7 and UnixWare 7.1.X
> > >
> > > I usually have them on ftp.zenez.com in the pub/zenez/prgms directory.
> > > I had my 200GB HD suddenly become unaccessible From what I can tell

it
> > > downloaded the new >132 GB supplement and now divvy shows it as not an
> > > HTFS file system. Sadly I had a major lighting strike that destroyed

my
> > > backup device so I do not have a back up. I am trying to figure out

how
> > > to best describe my problem so that some how I can get the data off

the
> > > disk. If not I will have to start all over with my OSR 5.0.7 system

and
> > > rebuild binaries. MySQL uses my machines to make their binaries so

they
> > > have not been able to build them. Also as I understand it they

removed
> > > the part of the download of SCO binaries in support for the anti

linux/
> > > IBM legal action. I hope to get this fixed in the near future.
> > >
> > > Boyd Gerber
> > > gerberb@zenez.com

> >
> > Could you provide a compile script? I have version 4 source installed.
> >
> > I'm not sure the configure option or
> > the compiler options to use.
> >
> > There is mention of using the gcc make vs I guess the cc make with OSR
> > developement system and somthing about include files.
> >
> > I also have installed FSPthreads from skunkware not sure if that's the

right
> > version.

>
> You need the newer version of FSU-threads. I should have my ftp site up
> monday or tuesdays. You can find the new version on some of the mirrors
> with ftp under the SCO directory. I did a custom 3.14 if I remember. It
> was put on the archive.
>
> They may be
>
> CC="gcc" CFLAGS="-I/usr/local/include" CXX="gcc"

CXXFLAGS="-I/usr/local/include" LD=$CC ./configure --prefix=/usr/local/mysql
> --enable-thread-safe-client --with-berkeley-db=./bdb --with-innodb
> --with-extra-charsets=complex
>
> CC=gcc CXX=gcc ./configure --prefix=/usr/local/mysql
> --enable-thread-safe-client --with-berkeley-db=./bdb --with-innodb
>
> Right now I can not get to a site with the options. I may have posted
> them on the mysql list or on the news group If not you will have to wait
> till Monday or Tuesday.
>
>
> Boyd Gerber
> gerberb@zenez.com


I can wait till next week. Thanks wj


Reply With Quote