queste le parole della documentazione

Codice PHP:
10. Nowconfigure your PHP.  This is where you customize your PHP     with various optionslike which extensions will be enabled.  Do a     ./configure --help for list of available options.  In our example     we'll do a simple configure with Apache 2 and MySQL support.  Your     path to apxs may differ, in fact, the binary may even be named apxs2 on     your system.             ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql  
11. make 
12. make install      
If you decide to change your configure options after installation,     you only need to repeat the last three steps. 
Il problema è che se io faccio
Codice PHP:
user@mulettos:/etc/php5$ ./configure --help 
mi restituisce

Codice PHP:
bash: ./configureNessun file o directory 
...