A
A
Alexander Baumgertner2011-03-14 12:24:35
PHP
Alexander Baumgertner, 2011-03-14 12:24:35

ubuntu 10.10 installing specific php version (5.1.6)

Guys, tell me how to install a specific version of php in ubuntu.

The version number is critical 5.1.6.
I barely found a page with php.net/releases/index.php sources :)

ubuntu 10.10
php (5.1.6) (5.3.x is already in turnips)

PS:

As a result, I compiled a .deb package (with mod_php) narod.ru /disk/7487191001/php_5.1.6-1_amd64.deb.html

Assembly instructions:


Prelude:

  • Download the required php sources from the php releases page
  • Install build-essential and checkinstall


Compilation:

  • cd yours_package_dir
  • ./configure
  • make
  • sudo checkinstall


checkinstall is the command creates debian package for you. at the end, terminal will show you where the .deb package is located.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rasa, 2011-03-14
@rasa

Perhaps this or that instruction will help you.
It talks about 5.2, however, I think it will work with 5.1.6

R
Riateche, 2011-03-14
@Riateche

And what's the problem if the source has already been found?
./configure && make && sudo make install
Or you can not fasten it to the server?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question