How do I unzip a tar.gz file and what did the config.m4 generate for me?

-1

Good afternoon, I need a help and it is that I am doing the PHP / JavaBridge installation on a web server. I already have the java and php installed. I'm following this tutorial: link

The problem is that when I get to the part of the installation I find the detail that apparently the link to download the file is obsolete, the server went down, the file was taken down or that is me. Trying to replace said file, I downloaded VARIOUS files of these. both in tar.gz and in rpm and nothing. When unzipping the tar.gz I do not create the config.m4 file that PHPIZE needs to prepare the installation, and the rpm does not decompress it either. All the files I downloaded here: link

The server runs in Centos6 and has php5.6

The error that shows me when executing the phpize is:
Can not find config.m4. Make sure that you run '/ opt / cpanel / ea-php56 / root / usr / bin / phpize' in the top level source directory of the module

I really appreciate your help infinitely. I'll be attentive

    
asked by Carlos Méndez 28.08.2018 в 00:21
source

1 answer

1

The file does not come by default.

Try this sequence:

./configure
phpize
make
make install
    
answered by 28.08.2018 в 03:06