ID:               37201
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pascal at tweakers dot net
-Status:           Open
+Status:           Feedback
 Bug Type:         *Compile Issues
 Operating System: Fedora 3
 PHP Version:      4.4.2
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2006-04-25 22:27:58] pascal at tweakers dot net

I tryed the snapshot and no succes...

Even gave 4.4.1 a try and boom, same error. Then removed some
extensions and this is the latest build command:

'./configure' '--with-apxs2' '--with-curl'
'--with-curl-dir=/usr/local/lib' '--with-gd'
'--with-gd-dir=/usr/local/lib' '--with-gettext'
'--with-jpeg-dir=/usr/local/lib' '--with-kerberos' '--with-mcrypt'
'--with-mhash' '--with-mysql=/usr' '--with-png-dir=/usr/local/lib'
'--with-xml' '--with-pear' '--with-zlib'
'--with-zlib-dir=/usr/local/lib' '--with-zip' '--with-imap'
'--with-imap-ssl' '--enable-exif' '--enable-bcmath' '--enable-calendar'
'--enable-ftp' '--enable-magic-quotes' '--enable-sockets'
'--enable-track-vars' '--enable-mbstring' '--enable-memory-limit'

Still fopen and fsockopen failes...

failed to open stream: HTTP request failed!

PHP release: 4.4.2
Allow_url_fopen is set to: "1"
The list of disabled functions is ""

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

[2006-04-25 16:06:11] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



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

[2006-04-25 15:57:42] pascal at tweakers dot net

Description:
------------
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

Make Complete
Copying php.ini..
/usr/local/lib/php.ini already exists, skipping.
Enabling register_globals...
Increasing memory limit to 20M...
Installing php...
Installing PHP SAPI module:       apache2handler
/var/www/build/instdso.sh SH_LIBTOOL='/var/www/build/libtool'
libphp4.la /usr/lib/apache
/var/www/build/libtool --mode=install cp libphp4.la /usr/lib/apache/
cp .libs/libphp4.so /usr/lib/apache/libphp4.so
cp .libs/libphp4.lai /usr/lib/apache/libphp4.la
libtool: install: warning: remember to run `libtool --finish
/usr/local/directadmin/customapache/php-4.4.2/libs'
chmod 755 /usr/lib/apache/libphp4.so
[activating module `php4' in /etc/httpd/conf/httpd.conf]
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing PEAR environment:      /usr/local/lib/php/
[PEAR] Archive_Tar    - already installed: 1.3.1
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] HTML_Template_IT- already installed: 1.1.4
[PEAR] Net_UserAgent_Detect- already installed: 2.2.0
[PEAR] PEAR           - already installed: 1.4.9
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
*** glibc detected *** corrupted double-linked list: 0x08fe6750 ***
make[1]: *** [install-pear-packages] Aborted
make: *** [install-pear] Error 2

The biggest problem is that fopen and fsockopen functions dont work.  



Reproduce code:
---------------
#!/bin/sh
./configure \
        --with-apxs2 \
        --with-curl \
        --with-curl-dir=/usr/local/lib \
        --with-gd \
        --with-gd-dir=/usr/local/lib \
        --with-gettext \
        --with-freetype-dir=/usr/include/freetype2 \
        --with-jpeg-dir=/usr/local/lib \
        --with-kerberos \
        --with-mcrypt \
        --with-mhash \
        --with-mysql=/usr \
        --with-png-dir=/usr/local/lib \
        --with-xml \
        --with-openssl \
        --with-dom \
        --with-pear \
        --with-zlib \
        --with-zlib-dir=/usr/local/lib \
        --with-zip \
        --with-imap \
        --with-imap-ssl \
        --enable-exif \
        --enable-bcmath \
        --enable-calendar \
        --enable-ftp \
        --enable-magic-quotes \
        --enable-sockets \
        --enable-track-vars \
        --enable-mbstring \
        --enable-memory-limit

Apache/2.0.55 (Unix) mod_perl/1.99_17-dev Perl/v5.8.5 mod_ssl/2.0.55
OpenSSL/0.9.7a PHP/4.4.2 FrontPage/5.0.2.2634


Expected result:
----------------
No error :)



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


-- 
Edit this bug report at http://bugs.php.net/?id=37201&edit=1

Reply via email to