Archive for the Uncategorized Category
Published December 3rd, 2009
Just tried to compile Apache on a system with APR utility version 1.0 and got errors. To remedy, just told configure to use –with-included-apr which makes it use the bundled 1.2 APR libraries. Worked like a charm.
Published July 25th, 2009
We planned to upgrade an existing 64-bit CentOS 5 server this weekend. The upgrade caused a bit of a headache that is worth documenting for future reference.
Getting CentOS 5 Upgraded to CentOS 5.3
This went like a breeze as all we did is run: nohup yum –y upgrade & and in the background the CentOS upgrade [...]