| 
 
  10.6.15 
      When compiling PHP with MySQL, configure runs fine but during
       
 
      First, it's important to realize that this is a  
      Warning
  and not a fatal error.  Because this is
      often the last output seen during  
make
 ,
      it may seem like a fatal error but it's not.  Of course, if
      you set your compiler to die on Warnings, it will.  Also
      keep in mind that MySQL support is enabled by default.
      
| Note |  | 
 
       As of PHP 4.3.2, you'll also see the following text after
       the build (make) completes:
       
 
        Build complete. 
        (It is safe to ignore warnings about tempnam and tmpnam). 
       
 
 |   
 |