Unix Technical Forum

Re: mysql

This is a discussion on Re: mysql within the Sco Unix forums, part of the Unix Operating Systems category; --> On Fri, 14 Nov 2003, willjay wrote: > Are there binaries for mysql on Openserver 5.0? and where would ...


Go Back   Unix Technical Forum > Unix Operating Systems > Sco Unix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-15-2008, 12:18 PM
Boyd Gerber
 
Posts: n/a
Default Re: mysql

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-15-2008, 12:18 PM
willjay
 
Posts: n/a
Default Re: mysql


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

Help appreciated.
wj



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-15-2008, 12:18 PM
Boyd Gerber
 
Posts: n/a
Default Re: mysql

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-15-2008, 12:18 PM
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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:49 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com