1

Topic: Setting up on Fedora with zend_tool

hi,

I am a new member and I am definitely a noob with Zend so please any help will do. I was trying to setup on fedora on the command line and I get an error about DOMDocument error with the XML class or so. I looked up the error and it seems it's coming from Zend_Tool_Profile_FileParser_Xml.php on line 82( could be different line on your system). from the way it behaves it seems it cannot find a relevant xml/dom parser for php on fedora(11/10/9 believe me I tried all these version in Virtual Machines). I tried setting up Zend Framework on OpenSuse and it worked fine creating the projects with Zend tool etc but not on Fedora. Can anyone help with suggestions on what is the way foward?

Thanks and God bless.

Last edited by joeizang (2010-02-16 10:51:38)

2

Re: Setting up on Fedora with zend_tool

hey,

after doing some snooping around I discovered that the problem is fedora's not including php-xml package that provides xml capabilities for php.

Hope this solves a problem for other people out there.

3

Re: Setting up on Fedora with zend_tool

Thanks for mentioning what helped you get it sorted out!