- 663 名前:名無しさん@お腹いっぱい。 mailto:sage [2006/01/19(木) 17:47:05 .net]
- $ curl -Lf ftp://xmlsoft.org/libxml2-2.6.23.tar.gz | gzip -dc | tar -xf -
$ cd libxml2-2.6.23 $ ./configure $ make $ sudo make install $ cd ../php-5.1.2 $ ./configure --with-apxs2=/usr/local/hoge/apache/bin/apxs --with-mysql --prefix=/usr/local/hoge/php --with-libxml-dir=/usr/local : checking for xml2-config path... /usr/local/bin/xml2-config checking whether libxml build works... no configure: error: build test failed. Please check the config.log for details. $ tail -n 15 config.log 使用法: tail [+/-[n][lbc][f]] [file] tail [+/-[n][l][r|f]] [file] ('A`)
|

|