mysql与php

mysql与php

如何在php4中加上mysql的lib和include的环境变量!      
./configure --prefix=${INSTALL_THERE} \
--localstatedir=${DBDATA_THERE} \
--libdir=/usr/lib \
--includedir=/usr/include \
--with-berkeley-db=./bdb \
--with-charset=gb2312 \
--with-extra-charsets=none \
--enable-assembler \
--with-mysqld-ldflags=-all-static \
--disable-shared