Finally got round to upgrading Namazu to PHP5 Here's how I dit it 1. download the file below - it's basically the php4-namazu tar but i had to patch a single line (see www.asahi-net.or.jp/~wv7y-kmr/memo/pecl.html)
2. follow the instructions below
$ cd namazu $ phpize $ ./configure --with-namazu $ make $ sudo make install Alternatively you can download the .spec file (created for openSuSE 10.x)
|