Hi! I installed apache2, php5 and mysql5 through macports and the installation went great. I added the LoadModule line for php5 and tried to start Apache2. The problem is that apache doesn't want to start. Apache prints this message to error_log: dyld: /opt/local/apache2/bin/httpd Undefined symbols: _sqlite3_bind_parameter_count _sqlite3_bind_text _sqlite3_changes _sqlite3_close _sqlite3_column_bytes _sqlite3_column_count _sqlite3_column_name _sqlite3_column_text _sqlite3_column_type _sqlite3_errmsg _sqlite3_finalize _sqlite3_free _sqlite3_mprintf _sqlite3_open _sqlite3_prepare _sqlite3_reset _sqlite3_step Apache starts without any problems if I remove the LoadModule line for the php5 module. My spec: Panther 10.3.9 Macport version 1.320 Any ideas how this can be solved? //Patrik J