Red hat linux服务器简明安装手册(OpenSSL+Mysql+Apache2+PHP)

我的邮箱是valuable@tom.com,能否提供个phpinfo()来参考一下?      
编译后可以生成php程序,用这个程序可以执行.php文件,这个程序得出phpinfo()的内容中--with-informix已经设定,但用新生成的php代替原/usr/bin/php,通过web服务器查看到的phpinfo信息中没有--with-informix,而且版本和其它参数也不会。请教用什么参数进行编译才会生成libphp5.so文件?      
加载时出这个错,不知道为什么,重新编译了好几次都是这样。
httpd: Syntax error on line 102 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into serv
er: /usr/local/apache2/modules/libphp5.so: cannot restore segment prot after reloc: Permission denied      
很好。虽然看得我眼睛花了。但我决定一定试一下。      
php-5.1.2
在配置编译./configure完了以后出错~~

------------------------------------------------------------

./configure \
--prefix=/usr \
--with-mysql \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-openssl \
--with-zlib \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--php-5.1.2with-zlib-dir \
--with-ttf \
--with-freetype-dir \
--with-gettext \
--with-curl \
--with-ldap \
--with-mcrypt \
--enable-gd-native-ttf \
--enable-ftp \
--enable-embed \
--enable-fastcgi \
--enable-calendar \
--enable-magic-quotes \
--enable-track-vars \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-sysvmsg \
--enable-pcntl \
--enable-shmop \
--with-config-file-path=/etc
错误信息:configure: error: libjpeg.(a|so) not found.

然后
[root@localhost php-5.1.2]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
------------------------------------------------------------      
编译时倚赖很多开发包,在没搞清楚的情况下,建议把linux安装光盘里的开发包部分,全部安装,一般就不会出现编译时错误了。      
RH  默认安装的linux       照以上这样配置  肯定出错      
我的是这样.

./configure --enable-so --prefix=/usr --with-mysql --with-openssl --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib --with-pear=/usr/share/pear --with-jpeg-dir=/usr --with-png-dir=/usr --with-freetype-dir=/usr --with-gettext --with-curl --with-informix=/home/informix --enable-gd-native-ttf --enable-ftp --enable-calendar --enable-magic-quotes --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-shmop --with-config-file-path=/etc
一定要configure通过才可make