Ubuntu上安裝yaf擴充的方法php執行個體

來源:互聯網
上載者:User
下面小編就為大家分享一篇Ubuntu上安裝yaf擴充的方法,具有很好的參考價值,希望對大家有所協助。一起跟隨小編過來看看吧

一、下載

yaf擴充下載地址

http://pecl.php.net/package/yaf

選擇你想要下載的包

wget http://pecl.PHP.net/get/yaf-2.3.5.tgztar zxvf yaf-2.3.5.tgzcd yaf-2.3.5

二、安裝

#whereis phpize/data/yaf-2.3.5# /usr/bin/phpize#whereis php-configphp-config: /usr/bin/php-config /usr/share/man/man1/php-config.1.gz/data/yaf-2.3.5# ./configure --with-php-config=/usr/bin/php-config/data/yaf-2.3.5# make && make install

解決方案:

最後一條命令時可能出現錯誤:compilation terminated. make: * [yaf_router.lo] Error 1

sudo apt-get install libpcre3 libpcre3-dev openssl libssl-dev

再執行最後一條命令。

一切順利的話,應該是這樣的:

也可以執行以下make test

還有可能出現這樣的錯誤:cp:cannot create regular file ‘/usr/lib/php5/20121212/#INST@13121#':Permission denied

這是許可權不夠,目前使用者不是root,可以通過su切換到root,輸入root密碼即可,忘記密碼可以重設:sudo passwd root

在php.ini中添加:

extension=yaf.so

如果不知道php.ini在哪兒,可以看phpinfo

最後,重啟伺服器

以上這篇Ubuntu上安裝yaf擴充的方法就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支援php中文網。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.