2011/04/25

pLaTeX for Windows インストール

なんか簡単なインストール方法で一括インストール.
( 詳しくはいつかメモる.)



環境変数の設定.

set PATH = C:\Bin\TeX\bin;"%PATH%"


2011/04/13

PHP 5.3.6 インストール

./configure --with-apxs2 --enable-mbstring --enable-zend-multibyte


checking for Apache 2.0 handler-module support via DSO through APXS... ./configure: apxs: not found
./configure: apxs: not found


Sorry, I cannot run apxs. Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

The output of apxs follows:
./configure: apxs: not found
configure: error: Aborting