Johnb316 was building a new mysql package... you may want to give slapt-get another shot
Well
the Errors retuned:
root:# /etc/rc.d/mysqld start
sed: can't read /etc/my.cnf: No such file or directory
sed: can't read /etc/my.cnf: No such file or directory
touch: missing file operand
Try `touch --help' for more information.
chown: missing operand
Try `chown --help' for more information.
/etc/rc.d/mysqld: line 16: /usr/sbin/mysqld: No such file or directoryroot:# /etc/rc.d/mysqld start
then what i did:
vector:/~
root:# touch -a /etc/my.cnf
vector:/~
root:# touch -m /etc/my.cnf
vector:/~
root:# /etc/rc.d/mysqld start
touch: missing file operand
Try `touch --help' for more information.
chown: missing operand
Try `chown --help' for more information.
/etc/rc.d/mysqld: line 16: /usr/sbin/mysqld: No such file or directory
vector:/~
i don't know what to do next.