php5-extensions

Home Home
引用 | 編輯 benson82208
2009-03-23 21:44
樓主
推文 x0
我安裝cd /usr/ports/lang/php5-extensions; make install clean
出現下面的錯
Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ditfiles/PDFlib-Lite-7.0.2.tar.g
z:file unavailable(e.g., file not found, no access)
->couldn't fetch it - please try to retrieve this
->port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
stop in /usr/ports/print/pdfilb.
*** Error code 1
Stop in /usr/ports/print/pecl-pdfilb.
*** Error code 1
Stop in /usr/ports/lang/php5-extensions.
***Error code 1
Stop in /usr/ports/lagn/php5-extensions.
不知道是什麼問題

獻花 x0
引用 | 編輯 月光
2009-03-23 22:53
1樓
  
應該是你 pdfilb 已經安裝過了而 php5-extensions 又要安裝並且版本不同因此造成錯誤,您可以先把 pdfilb, deinstall 再裝 php5-extensions 。

獻花 x0
引用 | 編輯 benson82208
2009-03-24 09:21
2樓
  
 請問一下我下了這個指令
find \ -name pdfilb
他出現
find : -name:no such file or directory
find: pdfilb: no such file or directory
我是不是下錯指令了,要如何知道我有沒有安裝

我安裝cd /usr/ports/lang/php5-extensions; make install clean
出現下面的錯



獻花 x0
引用 | 編輯 月光
2009-03-24 17:56
3樓
  
cd /usr/ports/print/pdflib; deinstall clean; cd /usr/ports/lang/php5-extensions; make install clean;

獻花 x0
引用 | 編輯 mnbmnb5266
2010-08-18 06:10
4樓
  
出現這種情況會不會是操作系統不符的問題啊

獻花 x0