[PHP-DEV] PHP 4.0 Bug #7820: xmlFreeURI not found From: dietricha <email protected>
Date: 11/14/00

From: dietricha <email protected>
Operating system: Debian Potato
PHP version: 4.0 Latest CVS (14/11/2000)
PHP Bug Type: DOM XML related
Bug description: xmlFreeURI not found

specs:
apache 1.3.14
php snapshot 11.13.00
libxml2-2.2.8

configure error:
"checking for xmlFreeURI in -lxml...no
configure: error: DOM Module requires libxml >= 2.0"

notes:
configure command was "--with-dom=/usr/local/libxml2-2.2.8"

php was not ever able to find the libs if i installed them to /usr/lib. it also could not find them if i installed to /usr/local/lib, and specified that dir. the only way i got configure to see the libs was if i compiled from source, and didn't do "make install". then configure finally could see the libs, but gave me the xmlFreeURI error.

-- 
Edit Bug report at: http://bugs.php.net/?id=7820&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>