I get this error when I try running a script to post to wordpress via xmlrpc on a new server:
Fatal error: Call to undefined function xmlrpc_encode_request() in /file/path/ at line 13
I've tried running #yum install php-xmlrpc and get No package php-xmlrpc available. which leaves me at a loss as to how to move forward. First I tried finding the package online, but only found a zip from sourceforge and don't know how to install it on my server through putty (I'm on a Windows 7 Starter machine at home, server is Red Hat Linux Centos 5).
Any help would be greatly appreciated, thanks!

