From: Steve W. <sw...@pa...> - 2001-08-25 20:06:19
|
Today I installed PhpWiki 1.2 on OS X release 10.0.0.4. PhpWiki will run "out of the box" if the installation of PHP is like so: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --with-apxs --with-zlib --disable-pear --with-pgsql=/usr/local/pgsql --with-ndbm I was trying to use --enable-dba=shared but that wouldn't work; PHP claimed there were no dba functions. I followed all the instructions on: http://techdocs.postgresql.org/installguides.php#macosx http://www.oreillynet.com/pub/a/mac/2001/07/20/php_macosx.html OS X ships with the SDBM library, which is compatible with the NDBM API. It doesn't seem to suffer from NDBM's limit of 1000 bytes per value (which limits page length to 1000 chars). I haven't switched it to Postgresql but that should be trivial. ~swain --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa http://pgp.document_type.org:11371/pks/lookup?op=get&search=0xF7323BAC |