Re: Inadequate hosting for www.postgresql.org

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Mitch Pirtle <mitch(dot)pirtle(at)gmail(dot)com>
Cc: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, Alexey Borzov <borz_off(at)cs(dot)msu(dot)su>, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgsql-www(at)postgresql(dot)org
Subject: Re: Inadequate hosting for www.postgresql.org
Date: 2004-11-04 01:58:13
Message-ID: 20041103215500.O82047@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Wed, 3 Nov 2004, Mitch Pirtle wrote:

> --enable-versioning: never did it, never saw the need for it, highly suspect it

k, I can get rid of that and try ...

> --disable-all: what is this, not listed at php.net either?

--disable-all Disable all extensions enabled by default.

extensions are build/installed seperately ...

> Those are the only two that I think look fishy. Compiled into apache,
> or as a dynamic module?

dynamic module, and the 'extensions' are seperate and installed into
/usr/local/lib/php/20020429:

# ls /usr/local/lib/php/20020429
Optimizer mcrypt.so
Optimizer_TS mhash.so
ZendExtensionManager.so mmcache.so
ZendExtensionManager_TS.so mnogosearch.so
bcmath.so mysql.so
bz2.so openssl.so
calendar.so overload.so
ctype.so pcre.so
curl.so pdf.so
domxml.so pgsql.so
exif.so posix.so
ftp.so pspell.so
gd.so session.so
gettext.so sockets.so
iconv.so tokenizer.so
imap.so wddx.so
interbase.so xml.so
ldap.so xmlrpc.so
mbstring.so zlib.so
mcal.so

>
> -- Mitch
>
> On Wed, 3 Nov 2004 21:01:33 -0400 (AST), Marc G. Fournier
> <scrappy(at)postgresql(dot)org> wrote:
>> Here is how FreeBSD ports is building mod_php4 ... does anything look
>> wrong with this?
>>
>> #!/bin/sh
>> ./configure \
>> --enable-versioning \
>> --enable-memory-limit \
>> --with-layout=GNU \
>> --with-config-file-scan-dir=/usr/local/etc/php \
>> --disable-all \
>> --with-regex=php \
>> --with-apxs=/usr/local/sbin/apxs \
>> --prefix=/usr/local i386-portbld-freebsd4.10
>

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Marc G. Fournier 2004-11-04 02:22:16 Re: Inadequate hosting for www.postgresql.org
Previous Message Marc G. Fournier 2004-11-04 01:54:18 Re: Inadequate hosting for www.postgresql.org