php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5576 rld attempted access to unresolvable symbol
Submitted: 2000-07-14 05:21 UTC Modified: 2000-12-07 11:19 UTC
From: sudo at nsg dot sgi dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.1pl2 OS: irix 6.5.8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sudo at nsg dot sgi dot com
New email:
PHP Version: OS:

 

 [2000-07-14 05:21 UTC] sudo at nsg dot sgi dot com
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?



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-23 08:46 UTC] sniper@php.net
Please attach your configure line here.

--Jani
 [2000-09-25 19:08 UTC] stas@php.net
This is probably due to MIPSpro compiler not generating code for inlined functions. See also #4206 for possible fix.
 [2000-11-01 12:06 UTC] sniper@php.net
Does the proposed fix in #4206 help ??

--Jani

 [2000-12-07 11:19 UTC] sniper@php.net
No feedback.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 14:01:31 2024 UTC