12/17 的php5 弱點 - BBS

Isla avatar
By Isla
at 2010-02-26T03:31

Table of Contents

回來 update 一下資訊。

1. php -v 什麼都沒看到就當掉

首先 recode 的問題在這頁有說了:
http://www.php.net/manual/en/recode.installation.php
啟動的時候當掉就把它往前搬一點,
搬到 imap / mysql 之前。

2. php -v 該出來的字都出來了才當掉

libxml2 的 patch-configure 有問題:
http://forums.freebsd.org/showthread.php?t=8965
http://www.freebsd.org/cgi/query-pr.cgi?pr=141226

雖然上面已經是 resolved 的狀態,
不過我測試的結果是他們騙人。

遇到問題的話去 textproc/libxml2/files/patch-configure 把這段直接刪掉:
@@ -20665,6 +20666,8 @@
fi
fi
;;
+ *freebsd*) THREAD_LIBS=""
+ ;;
esac
if test "$WITH_THREADS" = "1" ; then
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"

重新編譯安裝 libxml2,
這個問題就表面上看起來搞定了。
通常 php -i 顯示 Thread Safety => disabled 的不會遇上這問題。

--
Tags: BBS

All Comments

mod_rewrite 模擬 mod_userdir

Ethan avatar
By Ethan
at 2010-02-26T00:45
※ [本文轉錄自 Linux 看板] 作者: hydec (你好嗎?我很好!) 看板: Linux 標題: [問題] mod_rewrite 模擬 mod_userdir 時間: Thu Feb 25 15:01:49 2010 因為一些特殊需求,我的使用者網頁會放在 /home/user/home/us ...

重灌後無法使用SSH遠端

Frederic avatar
By Frederic
at 2010-02-25T15:26
目前我是用VM WARE以root 身分登入的 ~and#34;~ 是說root 不能改嗎? ~and#34;~ 另一個問題就是我無法用PUTTY連線 IP輸入好之後按下Enter 一定會顯示Connection timned out 不知哪裡出問題, 懇請各位幫我, 謝謝 (跪) ※ 引述《usnei ( ...

重灌後無法使用SSH遠端

Jack avatar
By Jack
at 2010-02-25T08:50
是不是 /etc/ssh/sshd_config PermitRootLogin 這行? 將一個一般user加入wheel 群組 以一般user帳號登入之後, 再su 至root 身分 ※ 引述《Lizstlin (Lizst)》之銘言: : (目前使用版本是7.2-RELEASE) : 前陣子不小心把Fr ...

重灌後無法使用SSH遠端

Margaret avatar
By Margaret
at 2010-02-25T00:39
(目前使用版本是7.2-RELEASE) 前陣子不小心把FreeBSD玩壞了 然後前天重灌後, 發現不能使用putty 登入 會出現Connection timed out 我 /etc/rc.conf 已經加入 sshd_enable=and#34;YESand#34; 而且restart 了 後來rebo ...

【03/02 TOSSUG】Juha Lindfors: Intro. to the openremote project

Tristan Cohan avatar
By Tristan Cohan
at 2010-02-24T22:18
[English below] 你想用 iPhone 或 Android 手機遙控家裡的電器嗎? 感謝 wycc 的介紹,我們很高興邀請到 openremote.org 的 Juha Lindfors [1] 來 Tossug,親自向大家介紹 openremote.org 這個開放源碼專案。 d ...