Author: Baba
Date: 11-03-01 11:41
Hi,
I'm having problems upgrading MySQL 3.22 to 3.23 on FreeBSD 4.0.
This is what I did:
cd /usr/ports/databases/mysql322-server
make deinstall
cd /usr/ports/databases/mysql322-client
make deinstall
cd /var/db
rm -R mysql
(MySQL 3.22 came with the ports collection when I installed FreeBSD, I did not download it from the FreeBSD site)
I then downloaded the MySQL 3.23.33 port (server and client) and untarred it into /usr/ports/databases and then did this:
cd /usr/ports/databases
cd mysql323-server
make
The compile went fine, but when I ran "make install", I was notified that a previous MySQL version already existed (although I had deinstalled 3.22).
So I did this:
export FORCE_PKG_REGISTER=true
make install
I then seemed to install fine, but then half-way it failed at at "Generating temporary packing list", and stopped with an error code 1, "Missing package files".
I didn't know what to do here, so I reinstalled 3.22.
Am I getting this error because the port is meant for FreeBSD 4.2 and I am using 4.0?
Can anyone be kind enough to advise me on what I should do?
Thanks,
|
|