queste le parole della documentazione
	Codice PHP:
	
10. Now, configure your PHP.  This is where you customize your PHP     with various options, like which extensions will be enabled.  Do a     ./configure --help for a 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: ./configure: Nessun file o directory 
 
...