Question about new apr-util version

ditto

Verified User
Joined
Apr 27, 2009
Messages
2,577
Today when I did ./build update I noticed that custombuild downloaded a newer version of apr-util. Previous version in custombuild was apr-util-1.4.1.tar.gz, the new version that custombuild downloaded was apr-util-1.5.1

But when I look in the custombuild FAQ I don't find any information about apr-util. Question is what is needed to do? Is there any way I can run ./build apr-util ? Or will the new version automatically be installed the next time I run ./build apache ?

What should I do to upgrade to apr-util-1.5.1? ./build apache, or something else?
 
Hello,

apr-util is part of the apache recompile.
Issuing an apache recompile should be sufficient:
Code:
./build update
./build apache
John
 
Back
Top