Expat

aquila

Verified User
Joined
Jul 2, 2007
Messages
63
How do I upgrade/update Expat to the latest version? I tried installing from source but no effect :confused:
 
If you look the version number in phpinfo, then you need to recompile PHP too see the changes. Also, maybe the path is /usr/local and not /usr as it was set in PHP configure command.
 
Thanks for your reply. Can you please explain step by step on how i do that? I tired almost everything!
 
Code:
cd /usr/local/directadmin/customapache
./build update
./build clean
./build php n
service httpd restart
 
Back
Top