上頭註明:很抱歉,本系統暫不支援蘋果作業系統及Safari瀏覽器。
此時無法進行任何動作。
解決方式如下:
在蘋果作業系統的Safari瀏覽器中,
選擇 Develop > User Agent > Google Chrome (Windows) ,
然後就可以開始透過網頁檢舉。
明明就支援蘋果作業系統的Safari瀏覽器不是嗎?
我是小蔡......
# cd ......
# ./configure ......
# cd `port work NAME`
.macports.NAME.state
by appending the following line.
target: org.macports.configure
# port -d install NAME
/usr/bin/make -j2 -w all
, appended target: org.macports.build
to .macports.bison.state
, and then installed bison successfully.
java -classpath JavaBridge.war TestInstallation
However, when visiting the URL http://localhost:8080/JavaBridge, an error message is returned:java.io.IOException: PHP not found. Please install php-cgi.
PHP test command was: [/usr/bin/php-cgi, -v]
<context-param><param-name>php_exec</param-name><param-value>php-cgi</param-value></context-param>
$ cd /var/lib/tomcat-6/webapps/JavaBridge/WEB_INF/cgi/i386-linux
$ mv php.cgi php.cgi.pjb
$ ln -s /usr/bin/php-cgi .
$ chmod +x /var/lib/tomcat-6/webapps/JavaBridge/WEB_INF/cgi/i386-linux/php-cgi