Link to home
Start Free TrialLog in
Avatar of solunatec
solunatec

asked on

How does one install xml support of php

I installed php5, no problems, also mysql is working well, I also installed phpldapadmin and when I went to open it up in the browser (firefox) it told me to install php support for xml; how does one do this.?
Avatar of MMDeveloper
MMDeveloper
Flag of United States of America image

login as root on the linux box and try installing pear's xml parser


pear install XML_Parser
ASKER CERTIFIED SOLUTION
Avatar of MMDeveloper
MMDeveloper
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of solunatec
solunatec

ASKER

you'll have to baby spoon this to me...
I am on freebsd 6.1 ; I am in the ports section in the pear directory and I do not see anything for xml although there are about 100 packages...thanks..
actually I just saw your second comment i will go and see...
FreeBSD 6.1 is outdated.

On normal FreeBSD system pkg_add -r php5-xml
I reinstall php5 and made sure it installed lib_xml