Hello Stefaan,

We have around 80 servers running MySQL 4.0.15 on SCO OpenServer 5.0.5
through 5.0.7.

Here is my make:
CC=gcc CFLAGS="-O3 -mpentium" LDFLAGS=-static CXX=gcc \
    CXXFLAGS="-O3 -mpentium -felide-constructors" \
    ./configure --prefix=/usr/local/mysql \
    --enable-thread-safe-client --enable-local-infile \
    --disable-shared

We do have a couple of issues with it, so we should compare notes.
The issues are mostly due to SCO, not MySQL.

Regards,
Stephen

----- Original Message -----
From: "Stefaan Van Dooren" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 21, 2003 11:36 PM
Subject: RE: MySQL 4.0.16 on SCO OpenServer 5.0.6


> Since I got no answers, I will put another question....
>
> Is anybody using MySQL 4.x on SCO OpenServer 5.x ?
>
> Stefaan
>
> Stefaan Van Dooren wrote:
> > Hi,
> >
> > I'm trying to install (compile, since there are no binaries for this
> > system) MySQL on an SCO OPenServer 5.0.6 system.
> >
> > Prior to compiling MySQL, I installed the following packages for SCO :
> >
> >  FSU Pthreads (ver 3.9)
> >  GNU Development Tools (ver 5.0.7Kj)
> >  Netscape Communicator (ver 4.7.0e)
> >  OSS631B - Supplemental Graphics, Web and X11 Libraries (ver 1.2.1)
> >  SCO OpenServer Enterprise System (ver 5.0.6j)  SCO OpenServer Linker
> >  and Application Development Libraries (ver 5.1.2A)  SCO SendMail
> >  (ver 8.11.0) OSS635A: Graphical Environment Supplement for
> >  OpenServer 5.0.6 (ver 1.0.0)  OSS646B - Execution Environment
> > Supplement (ver 1.1.0j) RS506A: Release Supplement for SCO OpenServer
> > Release 5.0.6 (ver rs506a) RS506A: Software Manager Supplement (ver
> > rs506a) USB Supplement (ver 1.0a)
> >
> > I followed the manual for compiling and installing MySQL. MySQL
> > compiles just fine. I can use the compiled client to connect to
> > databases running on W2K and linux servers.
> >
> > When I start the server (mysqld-safe --user=mysql --log &), it seems
> > to start fine : Starting mysqld daemon with databases from
> > /usr/local/mysql/var
> >
> > Err log : 031120 10:35:55  mysqld started
> >
> > Log : /var/opt/K/SCO/Unix/5.0.6Ga/usr/local/mysql/libexec/mysqld,
> > Version: 4.0.16-log,  started with: Tcp port: 3306  Unix socket:
> > /tmp/mysql.sock
> > Time                 Id Command    Argument
> >
> >
> > The socket is there, but when I start "mysql" it just hangs there
> > forever.... When I try "msqladmin status" it also hangs, but when I
> > stop it, I get
> >
> > # mysqladmin status
> >
> > mysqladmin: connect to server at 'localhost' failed
> > error: 'Can't connect to local MySQL server through socket
> > '/tmp/mysql.sock' (4)
> > '
> > Check that mysqld is running and that the socket: '/tmp/mysql.sock'
> > exists!
> >
> > It's there :
> > # l /tmp/mysq*
> > prwxrwxrwx   1 mysql    mysql          0 Nov 20 10:35 /tmp/mysql.sock
> > #
> >
> >
> > Any help would be appreciated,
> >
> > Stefaan Van Dooren              .--.
> > Technical Support              |o_o |
> > Kompas Automatisering          |:_/ |
> >                               //   \ \
> > Tel   : +32 3 2350084        (|     | )
> > Fax   : +32 3 2359792       /'\_   _/`\
> > Email : [EMAIL PROTECTED]   \___)=(___/
>
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to