[PHP-DEV] PHP 4.0 Bug #5576 Updated: rld attempted access to unresolvable symbol From: Bug Database (php-dev <email protected>)
Date: 09/25/00

ID: 5576
Updated by: stas
Reported By: sudo <email protected>
Status: Feedback
Bug Type: *General Issues
Assigned To:
Comments:

This is probably due to MIPSpro compiler not generating code for inlined functions. See also #4206 for possible fix.

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

[2000-08-23 08:46:59] sniper <email protected>
Please attach your configure line here.

--Jani

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

[2000-07-14 05:21:29] sudo <email protected>
I don't know if this was bug or not.
It might be caused by lack of my knowledge.

I made php4.0.1p12 on SGI O2(irix 6.5.8, MIPSpro 7.3) and found error message in SYSLOG file like below.

Jul 13 15:09:30 5B:mikan rld[1402]: 1402:/usr/local/apache/bin/httpd: rld: Fatal Error: attempted access to unresolvable symbol in /usr/local/apache/libexec/libphp4.so: _array_init

I modified php_config.h manually (line #60) and
the problem has removed.

    59 /* Define as __inline if that's what the C compiler calls it. */
    60 #define inline

Now <? phpinfo() ?> works fine.

Next, I encounter Bus error (10) of apache (1.3.12) daemon while I was testing simplest php script.
unfortunately core file wasn't made. I can't do further investigation for this problem.

I am using apache 1.3.12, postgresql 7.0.2

Any hists for resolving this?

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

Full Bug description available at: http://bugs.php.net/?id=5576

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>