CA BD NY
  • Categories

  • Recent Posts

  • RSS MySQL Hacker

  • RSS CentOS Hacker

  • RSS Editor's Lists

    • An error has occurred; the feed is probably down. Try again later.
  • Meta

  • Archive for the Uncategorized Category


    Compiling Apache with Old Version of APR Utils…

    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.

    Another 64-bit Headache Installing Apache on CentOS 5.3

    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 [...]