http://www.linuxfromscratch.org/blfs/view/stable/server/mariadb.html links to version 10.0.16. Unfortunately, they have a form on a web page instead of just a tarball to download via wget like everything else.
Worse, though, is the page directs to 404 for that version. I was able to get 10.0.20 by starting over at the Download link on the site. Eventually I was able to download with wget from my LFS system, though it doesn't look like a URL that should be published. wget -O mariadb-10.0.20.tar.gz "https://downloads.mariadb.org/f/mariadb-10.0.20/source/mariadb-10.0.20.tar.gz/from/http%3A/mirror.jmu.edu/pub/mariadb?serve" That version does not have the bug that requires the second sed, though it won't hurt anything to run it still. -- Sean Porterfield -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
