Warning: include(/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php): failed to open stream: No such file or directory in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: include(/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php): failed to open stream: No such file or directory in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24

Warning: include(): Failed opening '/home/blog66rr/public_html/wp-content/plugins/hyper-cache/cache.php' for inclusion (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/blog66rr/public_html/wp-content/advanced-cache.php on line 24
linux shell – unethost無限空間虛擬主機 技術分享部落格

如何解決 centos 6 裡的perl 程式執行出現 Can’t locate Compress/Zlib.pm 的錯誤問題

今天在centos 6 裡安裝 perl 的套件,當啟動服務後,
出現 Can’t locate Compress/Zlib.pm,其他還有很多錯誤碼,
但這是解決這個問題的關鍵字。

然而這個zlib函式庫的問題,跟centos本身是無關的,
所以從yum安裝其他套件去補是無解的,這得從perl內著手去解決,
perl現在大眾使用不多(相對於php),也是因為解法太冷門,
我們翻到10年前的文章才有取得這個解法,所以特地記錄一下。

閱讀全文 如何解決 centos 6 裡的perl 程式執行出現 Can’t locate Compress/Zlib.pm 的錯誤問題

登入linux shell的登入及使用軟體介紹

linux_shell_login_wp

我們在之前介紹過部份linux shell的指令或error fix:
像是: 如何操作 linux grep 指令,搜索內文或是匯出。
[教學]如何快速解決在linux shell下,執行rm會出現Argument list too long的問題
如何在centos上安裝 vim 及 nano 編輯器?

今天來介紹,登入linux shell的方式及軟體

閱讀全文 登入linux shell的登入及使用軟體介紹

[教學]如何快速解決在linux shell下,執行rm會出現Argument list too long的問題

Argument_list_too_long_wp

當在 linux shell 下,執行rm指令要去刪除檔案時,只會出現 argument-list-too-long 這個錯誤訊息,並無法確實完成刪除的功能。一般解法是改用 find 及 xargs 透過 pipe 合併成一行指令解決,但這對於只會操作ftp的使用者,可能會有操作指令上的問題。

我們在這邊,提供另兩個解法:

閱讀全文 [教學]如何快速解決在linux shell下,執行rm會出現Argument list too long的問題