solved (was Re: [horde] php DOM XML support for imp 3.x)

Admin-Stress meerkapot at yahoo.com
Thu Jan 30 07:58:14 PST 2003


I deleted the extracted files /tmp/php-4.3.0

Then I reinstalled :

cd /tmp
tar -zxvf php*.tar.gz
cd /tmp/php-4.3.0
./configure --with-apxs=/usr/sbin/apxs \
            --enable-track-vars \
            --with-config-file-path=/etc/httpd/conf \
            --sharedstatedir=/tmp \
            --with-mysql \
            --with-imap=/tmp/imap-2002b \
            --with-imap-ssl=/tmp/imap-2002b \
            --enable-ftp \
            --enable-safe-mode \
            --with-gettext \
            --with-dom \
            --with-zlib

make
make install

And now I have DOMXML in phpinfo()

Thanks,

--- Doug Curtis <doug.curtis at world-mail.org> wrote:
> Did you restart httpd after compiling php?
> Is there a DOMXML section in you phpinfo?
> 
> Doug
> 
> Quoting Admin-Stress <meerkapot at yahoo.com>:
> 
> > When I browse /horde/test.php, I got this output :
> > 
> > PHP Module Capabilities
> > DOM XML Support: No 
> > Gettext Support: Yes 
> > IMAP Support: Yes 
> > LDAP Support: No 
> > MCAL Support: No 
> > Mcrypt Support: No 
> > MySQL Support: Yes 
> > PostgreSQL Support: No 
> > XML Support: Yes 
> > 
> > But, I installed php 4.3.0 with DOM support like this :
> > 
> >    cd /tmp
> >    tar -zxvf php*.tar.gz
> >    cd /tmp/php-4.3.0
> >    ./configure --with-apxs=/usr/sbin/apxs \
> >             --enable-track-vars \
> >             --with-config-file-path=/etc/httpd/conf \
> >             --sharedstatedir=/tmp \
> >             --with-mysql \
> >             --with-imap=/tmp/imap-2002b \
> >             --with-imap-ssl=/tmp/imap-2002b \
> >             --enable-ftp \
> >             --enable-safe-mode \
> >             --with-gettext \
> >             --with-dom
> > 
> >    make
> >    make install
> > 
> > But why horde reported that my php installation does not support DOM XML ?
> > did I miss something ?
> > 
> > Thanks,
> > kapot


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


More information about the horde mailing list