configure引數:
--with-pam=[pam_installation_prefix]
指定pam標頭檔案安裝位置
--with-pam-mods-dir=[module_directory]
指定將pam_mysql.so安裝的位置
--with-mysql=[mysql installation_prefix]
指定mysql的標頭檔案和庫安裝的位置,如果不指定,會在以下位置尋找
/usr
/usr/local
/usr/mysql
/opt/mysql
--with-openssl=[openssl_installation_prefix]
指定已安裝的openssl的頭和庫檔案位置,如果不指定會在如下位置尋找:
/usr
/usr/local
/opt/openssl
/usr/ssl
/usr/local/ssl
--with-cyrus-sasl=[cyrus_sasl_installation_prefix]
--with-cyrus-sasl2=[cyrus_sasl2_installation_prefix]
指定cyrus sasl頭和庫位置,如果不指定會在如下位置尋找:
/usr
/usr/local
/opt/cyrus-sasl
以上兩個不能同時指定
./configure --with-mysql=/usr/local/mysql -with-pam-mods-dir=/lib/security
make
make install
安裝完後會在/lib/security中增加pam_mysql.so檔案
安裝Docker(yum安裝)
確定你是centos7及以上版本 root 192 desktop cat etc redhat release centos linux release 7.2.1511 core 3.yum安裝gcc相關 yum y install gcc yum y install gcc c 4.解除安裝舊...
安裝 python python安裝
pyenv 多版本管理工具 1.linux安裝pyenv方式 git 安裝 1 安裝git yum install git y 2 安裝python編譯依賴 yum y install gcc make patch gdbm devel openssl devel sqlite devel read...
mysql安裝(安裝包安裝)
2 使用命令列 cmd 進入mysql的bin目錄下,初始化資料庫,執行mysqld initialize console console 表示在控制台輸出,不新增則不展示下面那些資訊 最後一行root localhost 後的hd ed4j s 就是臨時密碼,登入時會使用 注意 1 data目錄要...