Installation on NetBSD, --with-libxml-dir problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
bhalpin
Forum Newbie
Posts: 1
Joined: Thu Oct 09, 2008 7:51 am

Installation on NetBSD, --with-libxml-dir problem

Post by bhalpin »

Hi.

<Newbie alert>

I'm trying to install PHP-5.2.5 on NetBSD 4.0.

./configure coughs up:

Code: Select all

checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr/pkg/bin/xml2-config
checking for xml2-config path...
configure: error: xml2-config not found. Please check your libxml2 installation.
 
xml2-config is in /usr/pkg/bin.

Google results say to install libxml2-devel, but I can find no such package for NetBSD. (I did install libxml2 though.)

Any tips out there oon what I'm missing?

Thanks in advance.

Bob
Post Reply