Hi,
Following configuration worked for me and libphp5.so was loaded without
any error
Apache 2.x
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all
--enable-mime-magic --enable-so --enable-mime --enable-rewrite
PHP 5.1.2
./configure --with-apxs2=/usr/local/apache2/bin/apxs
Hi Xavier,
I don't know if this will fix your problem, but these two jump out at me:
1) According to 'configure --help', the --with-imap-ssl option should not be
'yes', it should be the path to the includes (e.g., /usr or /usr/local). Try
--with-imap-ssl by itself, or --with-imap-ssl=/usr/local,
> your document is not good
Unknown command - "YOUR". Try HELP.
Summary of resource utilization
---
CPU time:0.000 sec
Overhead CPU:0.010 sec
CPU model: UltraAX-i2 (256M)
Job origin: php-install@LISTS.PHP.NET
Hello,
I have so
far PHP 5.0.5 on a Suse 9.2 and apache 2.2.2 box.
PHP is
compiled with imap extension (--with-imap-ssl=yes and --with-imap), using a
libc-client library in version 2004c.
I tried to
update to PHP 5.1.x (in fact 5.1.4 and then 5.1.0). Configure, make and make
install ar