F
F
fapchat2020-04-04 00:27:11
PHP
fapchat, 2020-04-04 00:27:11

Why is the xdebug tutorial asking to use the automake command and how to fix the error?

5e87a8b957caf035291621.png

[email protected]:~/Downloads$ sudo apt-get install php-dev autoconf
[sudo] password for fapchat:
Reading package lists… Done
Building dependency tree
Reading status information… Done
The newest autoconf package is already installed ( 2.69-11).
The latest php-dev package (2:7.4+75+ubuntu18.04.1+deb.sury.org+1) is already installed.
0 packages updated, 0 new packages installed, 0 packages marked for removal, and 1 packages not updated.
[email protected]:~/Downloads$ automake
automake: error: 'configure.ac' is required

PS The packages were not installed, just closed the terminal after installation, then, purely for the forum, entered the commands again
. Of course, there are questions about the error on the forums
automake: error: 'configure.ac' is required
but not in this case. So what to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
vreitech, 2020-04-04
@fapchat

sudo apt-get install php-dev autoconf automakeis one line, not two.
> So what to do?
install automake:
sudo apt-get install automake

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question