linux中安裝redis擴充套件

2021-08-14 17:23:13 字數 642 閱讀 2098

*注意:目錄的許可權   chomd 777 -r

3.進入安裝目錄解壓檔案(phpredis-2.2.4.tar.gz)並進入加壓後的檔案目錄

4.找到自己的php安裝路徑   #用phpize生成configure配置檔案

/phpstudy/server/php/bin/phpize
5.再用 php-config 進行配置。然後編譯、安裝

./configure --with-php-config=/phpstudy/server/php/bin/php-config  配置

make 編譯

make install 安裝

6.安裝完成之後,出現下面的安裝路徑

/phpstudy/server/php/lib/php/extensions/no-debug-non-zts-20121212/
7.、配置php支援

找到php.ini  編輯配置檔案,在最後一行新增以下內容

extension="redis.so"
8.重啟phpstudy

phpstudy restart

Linux 安裝redis及redis擴充套件

wget tar xzf redis 4.0.2.tar.gz cd xzf redis 4.0.2 make 2 編譯完成後,在src目錄下,有四個可執行檔案redis server redis benchmark redis cli和redis.conf。然後拷貝到乙個目錄下。redis.con...

Linux 安裝redis及redis擴充套件

wget tar xzf redis 4.0.2.tar.gz cd xzf redis 4.0.2 make 2 編譯完成後,在src目錄下,有四個可執行檔案redis server redis benchmark redis cli和redis.conf。然後拷貝到乙個目錄下。redis.con...

Linux 安裝redis及redis擴充套件

wget tar xzf redis 4.0.2.tar.gz cd xzf redis 4.0.2 make 2 編譯完成後,在src目錄下,有四個可執行檔案redis server redis benchmark redis cli和redis.conf。然後拷貝到乙個目錄下。redis.con...