Hoby Van Hoose writes:
> Hello, I'm trying to get mysql running on my LinuxPPC 1999 release machine, and I'm
getting the same error as oli@stripped wrote in about with his MKLinux attempts. I tried
wiping and re-installing as suggested, both with the glibc version 2.1.1 that was
installed and after I upgraded to 2.1.2-4a. I still get the same errors where it says it
has the wrong information in the host, user, func, tables priv and columns priv .frm
files. What's going on and how can it be fixed?
>
> Also I got errors when trying to use the configure command appearing below,
apparently not being able to create the folders.
>
> Hoby Van Hoose
> hoby@stripped
>
> ps: I'm not sure if anything was sent with the mysqlbug script, emacs appeared to do
nothing with the send, save, and quit commands..so I killed it and grabbed this text from
the screen.
>
> >Originator: Hoby Van Hoose
> >Category: mysql
> >Release: mysql-3.22.26a (Source distribution)
>
> System: Linux meow.surfvh.com 2.2.6-15apmac #1 Mon May 31 03:54:09 EDT 1999 ppc
unknown
> Architecture: ppc
>
> Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
> GCC: Reading specs from /usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
> Compilation info: CC='gcc' CFLAGS='' CXX='c++' CXXFLAGS='' LDFLAGS=''
> Configure command: ./configure --localstatedir=/usr/local/mysql/data
> Perl: This is perl, version 5.005_03 built for ppc-linux
>
Hi!
You should start from the fresh tarball, and do all over again.
Before running configure,
remove this part from the configure -script:
--------------------------------------------------------------------------
# Big file support ? (Solaris 2.6 style)
# This may have to be commented on Relient (Siemens) unix
echo $ac_n "checking "for Sun style big file support"""... $ac_c" 1>&6
echo "configure:4853: checking "for Sun style big file support"" >&5
LFS_CFLAGS=`getconf LFS_CFLAGS 2>/dev/null`
if test $? = 0 -a "$SYSTEM_TYPE" != "sni-sysv4"
then
CFLAGS="$CFLAGS $LFS_CFLAGS"
CXXFLAGS="$CXXFLAGS $LFS_CFLAGS"
#
LFS_LDFLAGS=`getconf LFS_LDFLAGS`
LDFLAGS="$LDFLAGS $LFS_LDFLAGS"
#
LFS_LIBS=`getconf LFS_LIBS`
LIBS="$LIBS $LFS_LIBS"
echo "$ac_t"""Found. Using C $LFS_CFLAGS LD $LFS_LDFLAGS LIB $LFS_LIBS"" 1>&6
else
echo "$ac_t"""No"" 1>&6
fi
--------------------------------------------------------------------------
Then run make, make install etc....
Sinisa
+----------------------------------------------------------------------+
| TcX ____ __ _____ _____ ___ == mysql@stripped |
| /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic |
| /*/ /*/ /*/ \*\_ |*| |*||*| mailto:sinisa@stripped|
| /*/ /*/ /*/\*\/*/ \*\|*| |*||*| Larnaka, Cyprus |
| /*/ /*/ /*/\*\_/*/ \*\_/*/ |*|____ |
| ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^ |
| /*/ \*\ Developers Team |
+----------------------------------------------------------------------+