A aquila Verified User Joined Jul 2, 2007 Messages 63 Jul 2, 2007 #1 How do I upgrade/update Expat to the latest version? I tried installing from source but no effect
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,089 Location LT, EU Jul 2, 2007 #2 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.
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.
A aquila Verified User Joined Jul 2, 2007 Messages 63 Jul 4, 2007 #3 Thanks for your reply. Can you please explain step by step on how i do that? I tired almost everything!
Thanks for your reply. Can you please explain step by step on how i do that? I tired almost everything!
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,089 Location LT, EU Jul 4, 2007 #4 Code: cd /usr/local/directadmin/customapache ./build update ./build clean ./build php n service httpd restart
Code: cd /usr/local/directadmin/customapache ./build update ./build clean ./build php n service httpd restart