Before I go to far, let me tell you folks this:
OS: Slackware 11
Mysql: Was installed, but removed with removepkg mysql
I then went a head and built mysql from src with the options I required on my server, all went well till I go to actually configure the server and start it for the first time.
I copied the included server.mysql to /etc/rc.d/rc.mysqld and gave it +x, I then went to start the server for the first time
# /etc/rc.d/rc.mysqld start
Starting MySQL/etc/rc.d/rc.mysqld: line 159: kill: (25568) - No such process
ERROR!
root@darkstar:~#
This is no good :/ So I do some general search on google and I come up with a Mysql BUG report ->
http://bugs.mysql.com/bug.php?id=29727 <-
But this is for a beta version of Mysql5 and deals with SELinux ...
So this has left me with two probleme
1) I'm using the latest-stable
2) I don't have SELinux configured or enabled on my server.
So I need some help here, anything is appreciated

.
and I got the following error