当我在ubuntu-12.10中构建LAMP环境时,我首先通过mysql-5.5.12.tar.gz安装了mysql,但它告诉我找不到配置文件,它是:
root@tryandchange-QTH6:/usr/local/src# cd mysql-5.5.12
root@tryandchange-QTH6:/usr/local/src/mysql-5.5.12# ./configure --prefix=/usr/local/mysql
bash: ./configure: 没有那个文件或目录(not exists the document or the file)谁能告诉我为什么?或者告诉我这是一个构建LAMP环境的好方法,而不是'apt-get install‘。
发布于 2013-04-20 16:35:13
XAMPP有可下载的Linux二进制文件,你只需下载、解压并运行/path/to/xampp/xampp start --我推荐这些作为设置LAMPP栈的最简单的方法。
Link to XAMPP for Linux
显然,通过避免使用apt,您的apache/php/mysql将会过时,您将不得不努力使它们保持安全和最新。
https://stackoverflow.com/questions/16118120
复制相似问题