The mpg123 patch for amd64 can be found here: www.lanvik-icu.com/mpg123-0.59r-amd64.diff.txt
Download it into a clean mpg123-0.59r directory.
cd into the directory
Code:
user@box: patch < mpg123-0.59r-amd64.diff
user@box: make linux-x86_64
I created this blog so I can keep track the things which cross over my mind and works I'm working on.
user@box: patch < mpg123-0.59r-amd64.diff
user@box: make linux-x86_64
mysql -u root -pThen, paste the following command, editing as necessary, to change the password of the user to the old format.UPDATE mysql.user
SET password=OLD_PASSWORD('somepassword')
WHERE user='someuser'
AND host='somehost';
After you have set the passwords to the old format, flush the tables.
flush privileges;
Then exit the mysql client with "quit" and you are set.
$ cd /lib/modules/$(uname -r)/
$ rm build
$ ln -s source build
$ cd build/
$ su
(root password)
$ make mrproper
$ make cloneconfig
$ make prepare-all
Important: You must change make prepare-all
to make prepare scripts
if you get an error similar to:
/bin/sh: scripts/genksyms/genksyms: No such file or directory