Hello
Could somebody help me with this trange problem -
When configuring php-5.0.5 I can't go past libt1 error when running
"configure"
./configure --prefix=/usr/local
--with-apxs2=/usr/local/apache2/bin/apxs
--with-config-file-path=/usr/local/apache2/conf --disable-ipv6
--with-zlib=/usr --en
Hi Greg,
These three lines are the most important ones if you look through
httpd.conf file:
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .php .phtml .asp
AddType application/x-httpd-php-source .phps
I have a working copy of centos 4.1 with apache 2.0.54 with php5.0.
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... y
***
MAIL SENT TO: [EMAIL PROTECTED]
RETURNED FROM: staff.cs.su.oz.au
MESSAGE ID WAS: 31B0RP3T9+B06e
Failure explanation follows :-
postie: could not send to yar: destination unknown
***
MAIL SENT TO: [EMAIL PROTECTED]
RETURNED FROM: staff.cs.su.oz.au
MESSAGE ID WAS: 31B0Qx3Po+B06A
Failure explanation follows :-
postie: could not send to yar: destination unknown
Well first see if the libphp*.so file is in your apache module
directory. If you installed it via source, try
/usr/local/apache2/modules (or for 1.3.x /usr/local/apache/modules).
For a pre-canned install of apache, try /etc/httpd/modules (I really
don't know as I never used the distro installed ve