I am getting the following errors when i am
trying to install Mysql in my AIX ver 4.3.3.
please advise.
thanks
#!/bin/sh
# Create a bug report and mail it to the mysql mailing list
# Based on glibc bug reporting script.
echo "Finding system information for a MySQL bug report"
VERSION="3.23.42"
Carlos Augusto Perez Lima writes:
> Hi,
>
> I'm trying to install the mysql for Compaq Tru64 Unix 4.0f. I did the
> download of file < mysql-3.23.41.tar >
> # ./configure.
> # make
> ...
> ...
> + rm -f ./typelib.c
> + /sbin/ln -s ../libmysql/typelib.c ./typelib.c
> + rm -f ./violite.c
> +
Hi,
I'm trying to install the mysql for Compaq Tru64 Unix 4.0f. I did the
download of file < mysql-3.23.41.tar >
# ./configure.
# make
...
...
+ rm -f ./typelib.c
+ /sbin/ln -s ../libmysql/typelib.c ./typelib.c
+ rm -f ./violite.c
+ /sbin/ln -s ../libmysql/violite.c ./violite.c
echo times