Jump to content

Installing apache, php and mysql on Debian (Raspberry Pi)


cbassett03

Recommended Posts

Does anyone know how you can install specific versions of Apache, MySQL and PHP on Linux?  Specifically, I'm using a Raspberry Pi (which I'm running Raspbian Wheezy, which is based on Debian but for the ARM architecture) and it uses the apt (or apt-get, not sure which one its called) package manager.

 

I can install whatever version is found in the catalog simply by issuing the install command, but I want to use specific versions of at least PHP and MySQL (to match the versions used on the web server I host my site on).

 

Anyone have any advice?  I tried visiting PHP's site and the MySQL site, but can't find the versions I need for this distro and architecture.  Will any debian version work, even though its an ARM processor?

Link to comment
Share on other sites

Sounds like you need to build it yourself from the source. The hardest part is the configuration: there are tons of options, many you'll want and many you won't.

 

it uses the apt (or apt-get, not sure which one its called) package manager.

apt is the package manager, apt-get is one of the commands available to control it.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.