I followed these instructions:
http://www.php.ph/2007/12/21/centos-5-eaccelerator-installation/

But with one exception: don’t extract the eaccelerator tar to /tmp, as it won’t let you phpize, (maybe because the /tmp partition is mounted noexec?).

6 Responses to “Installing eaccelerator on a MediaTemple DV 3.5 Virtual Server”

  1. Arman Says:

    Nice find, and yes…that’s exactly why you can’t execute stuff out of /tmp on these machines. They’re mounted with the ‘noexec’ option in order to prevent most common methods of a server compromise.

    Have a good one, Michael!

    –Arman.

  2. Michael Hellein Says:

    Thanks for the confirmation, Arman. You have a good one, too!

  3. Teevio Says:

    What folder should I extract too?

  4. Michael Hellein Says:

    I just extracted it to my home directory, and followed the instructions from that point.

  5. Mark Says:

    Hi Michael, Thanks for your article.

    I also wasn’t able to phpize in the /tmp directory, tried the /home as you suggested but this won’t even alLow writing of the .tar to the directory, “Permission denied”.

    Am I missing something obvious?

  6. Mark Says:

    I’m an idiot, wasn’t logged in as root user!
    Cheers-

Leave a Reply