-2

I'm I want to install phpredis-4.2.0 on my Ubuntu20.04 machine with php5.6. I know that php5.6 is outdated but for some reasons, I can't update it right now. I used this command wget https://github.com/phpredis/phpredis/archive/refs/tags/4.2.0.tar.gz to get the file which I then extracted and ran phpize and ./configure commands these two commands ran perfectly but when I try to run the make command it started throwing a lot of errors below is the picture of the last few error, because the errors are so many I can't scroll up to see the first error.

terimnal errors

I can't figure out what's wrong so I need to know what's wrong and what I can do to install phpredis-4.2.0 in my ubuntu machine

Tarun
  • 37
  • 7
  • 1
    _the errors are so many I can't scroll up to see the first error._ Why don't you redirect the stderr to a file and use a text editor to look at the file? – user1934428 Sep 01 '23 at 12:48

0 Answers0