Thanks for reading my question! I would like to install PHP on Linux to connect MS SQL server in another computer (Win NT). I have install the ODBC Client Components on Linux and OpenLink Generic 32 bit driver on Win NT. After configurating, the connect test is successful. So I try to start to install PHP, but when making, it seems that PHP cannot found the ODBC driver. Acutally I have install ODBC Client Components on "/usr/local". When I install PHP... I have typed... ./configure --with-custom-odbc=/usr/local --with-apache=../apache_1.3.12 --enable-track-vars Then when making, it prompt that odbc.h cannot be found! Do I do anything wrong? Thanks for your help!!! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]