ID: 8175
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Reproduceable crash
Assigned To: 
Comments:

No feedback.

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

[2000-12-15 10:04:34] [EMAIL PROTECTED]
Please try the latest RC from http://www.php.net/distributions/

to see if this happens with it too.

--Jani

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

[2000-12-11 22:12:51] [EMAIL PROTECTED]
I tried
        php-4.0.4RC4
but I'm not able to build it correctly:-(
Actually it builds but when I try to run apacheit reports a missing symbol:-(

marcow@jena:~/usr/apache-1>bin/httpd -t
Syntax error on line 239 of /export/home/marcow/usr/apache-1/conf/httpd.conf:
Cannot load /export/home/marcow/usr/apache-1/libexec/libphp4.so into server: ld.so.1: 
bin/httpd: fatal: relocation error: file 
/export/home/marcow/usr/apache-1/libexec/libphp4.so: symbol php_if_stat64: referenced 
symbol not found

Since I could not find this symbol in any *.[hc] files I tried the following:
marcow@jena:apache/php-4.0.4RC4>for i in `find . -name '*.o' -o -name '*.lo'` 
> do
> nm $i | fgrep php_if_stat64 && echo $i
> done
         U php_if_stat64
./ext/standard/basic_functions.lo

I don't know how this symbol ends up there.

Thanks,
-- Marco

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

[2000-12-11 20:12:28] [EMAIL PROTECTED]
It means that the next release most propably will work too.
You can get the latest release candidate for PHP4.0.4 from here:

http://www.php.net/distributions/php-4.0.4RC4.tar.gz

It might be a good thing to try that too...just to be sure that 
it really works for you too. But if it doesn't or this bug exists also
in PHP 4.0.4, please reopen this bug report. 

--Jani


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

[2000-12-11 13:47:19] [EMAIL PROTECTED]
Ok,
the latest snapshot works:
        php4-200012110945

But I still leave this bug open because I don't know yet what's the
difference. I basically don't want to drag the dev tree every day:-(

Thanks for your fast response.
-- Marco

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

[2000-12-11 10:57:34] [EMAIL PROTECTED]
Please try the latest snapshot from http://snaps.php.net/
I have used php within same system and apache
without any problems. Compiled with same version of gcc.

If you still get this crash with the latest snapshot,
please include a gdb backtrace of it. Remember to configure
php with --enable-debug to get useful backtrace.

--Jani


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

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8175&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to