Redis build with static lib
紀錄一下
以下版為Redis 4.0.11
一般版本直接解壓縮後 在資料夾內下make
從cmd中 ldd 可以看到相依庫
修改為固定版本
redis的更改方法為
進入redis-4.0.11/src中 修改Makefile
加入後 重新回到redis-4.0.11 中 make
運行make test會發現 有錯誤顯示 logging.tcl
原因為 修改為static後 不會顯示出方程式的名子
導致驗證時抓取debug字串失敗,但是實際上並無錯誤
以下版為Redis 4.0.11
一般版本直接解壓縮後 在資料夾內下make
從cmd中 ldd 可以看到相依庫
修改為固定版本
redis的更改方法為
進入redis-4.0.11/src中 修改Makefile
加入後 重新回到redis-4.0.11 中 make
運行make test會發現 有錯誤顯示 logging.tcl
原因為 修改為static後 不會顯示出方程式的名子
導致驗證時抓取debug字串失敗,但是實際上並無錯誤
留言
張貼留言