List,
    I'm trying to install PHP and after each make I get this:

<snip>
Installing PEAR environment:      /usr/lib/php/
[PEAR] Archive_Tar: 'xml' PHP extension is not installed
[PEAR] Console_Getopt: 'xml' PHP extension is not installed
[PEAR] PEAR: 'xml' PHP extension is not installed
[PEAR] DB: 'xml' PHP extension is not installed
[PEAR] HTTP: 'xml' PHP extension is not installed
[PEAR] Mail: 'xml' PHP extension is not installed
[PEAR] Net_SMTP: 'xml' PHP extension is not installed
[PEAR] Net_Socket: 'xml' PHP extension is not installed
[PEAR] XML_Parser: 'xml' PHP extension is not installed
[PEAR] XML_RPC: 'xml' PHP extension is not installed
Installing build environment:     /usr/lib/php/build/
Installing header files:          /usr/include/php/
Installing helper programs:       /usr/bin/
  program: phpize

<snip>

I cannot run the program 'pear'.
I've built with this configure command

./configure \
  --prefix=/usr \
  --disable-all \
  --localstatedir=/var/php \
  --enable-cli \
  --disable-cgi \
  --with-pear \
  --with-curl \
  --with-pgsql=/usr \
  --without-mysql \
  --with-dom \
  --with-expat-dir=/usr \
  --with-regex=php \
  --with-pcre-regex \
  --with-zlib-dir=/usr/include \
  --enable-sockets \
  --enable-shared \
  --enable-static \
  --disable-short-tags \
  --with-config-file-path=/etc

How do I get my 'xml' PHP extension so I can use pear?

David Busby
Systems Engineer
[EMAIL PROTECTED]

David Busby
Systems Engineer
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to