I don't know where else to post this, so ...

I'm trying to build PHP3 from the latest snapshot file (php3-200110020900),
and the configure script fails with:

    ...
    checking for ASPELL support... no
    checking for MCAL support... no
    checking for ftp support... no
    ./configure: syntax error near unexpected token `else'
    ./configure: ./configure: line 8891: `else'

My config line is:

    ./configure \
        --with-apxs=/usr/local/apache/bin/apxs \
        --enable-versioning \
        --enable-track-vars \
        --disable-magic-quotes \
        --with-mysql \
        --with-mcrypt \
        --with-xml \
        --with-zlib \
        --with-ftp \
        --enable-sysvshm \
        --enable-sysvsem \
        --with-gd \
        --with-ttf \
        --with-pcre-regex \

I've tried it with and without the ftp line .. that doesn't seem to matter.

FWIW, I'm doing this because of the file-upload problem described at:

    http://marc.theaimsgroup.com/?l=php-general&m=97498417629870&w=2

Any help would be appreciated.

- Colin




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to