ID: 41489
Updated by: [EMAIL PROTECTED]
Reported By: n dot escuder at intra-links dot com
-Status: Open
+Status: Feedback
Bug Type: Streams related
Operating System: Linux 2.6
PHP Version: 5.2.3
Assigned To: iliaa
New Comment:
I just realized that of course I don't have this
cert/www/conf/ssl/server.pem here. But it can't be the cause..can it?
Previous Comments:
------------------------------------------------------------------------
[2007-07-10 14:49:09] n dot escuder at intra-links dot com
I just retry with :
./configure --prefix=/usr --sysconfdir=/etc --disable-all
--enable-sockets --with-openssl --disable-cgi
and the same append.
------------------------------------------------------------------------
[2007-07-10 14:13:34] [EMAIL PROTECTED]
Did you try cutting the configure options to the bare minimum you need
for the test scripts to run and did you use --disable-all? If not, do
this.
------------------------------------------------------------------------
[2007-07-10 12:36:36] n dot escuder at intra-links dot com
I did it with php5.2-200707101030
I ran with -n and the problems stay. ACCEPT never arrive.
------------------------------------------------------------------------
[2007-07-10 11:30:20] [EMAIL PROTECTED]
Try building the latest 5.2 CVS snapshot without compiling anything as
shared. And make sure you don't load any php.ini by passing -n to CLI
when you run the scripts.
------------------------------------------------------------------------
[2007-07-09 17:07:25] n dot escuder at intra-links dot com
Linux zelda.intra-links.dev 2.6.21.4-atl-smp #1 SMP Mon Jun 25 20:28:57
CEST 2007 x86_64 GNU/Linux
OpenSSL 0.9.8e 23 Feb 2007
I omit to say that PHP is the CLI Version.
Build script of PHP :
export EXTENSION_DIR=/usr/lib/php/extensions &&
ARGS="--prefix=/usr \
--sysconfdir=/etc \
--with-config-file-path=/etc \
--with-zlib-dir=/usr/lib \
--with-pear \
--enable-dom \
--enable-overload \
--enable-pcntl \
--enable-pdo \
--enable-simplexml \
--enable-zip \
--enable-json \
--with-bz2=shared \
--with-curl=shared \
--with-fam=shared \
--with-gettext=shared \
--with-iconv=shared \
--with-imap=shared \
--with-imap-ssl=shared \
--with-mysql=shared \
--with-openssl=shared \
--with-pdo-mysql=shared \
--with-pdo-sqlite=/usr \
--with-xml=shared \
--with-simplexml=shared \
--with-xmlreader=shared \
--with-xmlwriter=shared \
--enable-bcmath=shared \
--enable-calendar=shared \
--enable-ctype=shared \
--enable-exif=shared \
--enable-ftp=shared \
--enable-hash=shared \
--enable-mbstring=shared \
--enable-sockets=shared \
--enable-tokenizer=shared \
--enable-xmlreader=shared \
--enable-xmlwriter=shared \
--without-sqlite \
--disable-cgi" &&
./configure $ARGS &&
make &&
make install
It's an LFS OS. PHP is the core of the plateform it manage services and
events between processs with RPC and more...
I can give you an access if you need it.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/41489
--
Edit this bug report at http://bugs.php.net/?id=41489&edit=1