php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5949 unresolvable symbol zend_ptr_stack_get_arg
Submitted: 2000-08-04 00:05 UTC Modified: 2000-08-05 00:39 UTC
From: Greg dot Kresko at nrc dot ca Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.1pl2 OS: IRIX 6.5.8f
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Greg dot Kresko at nrc dot ca
New email:
PHP Version: OS:

 

 [2000-08-04 00:05 UTC] Greg dot Kresko at nrc dot ca
Installing php4.0.1pl2 on SGI IRIX 6.5.8f with iPlanet Enterprise Server 4.0sp4.
Using gcc 2.8.1.  Ran "./configure --with-nsapi=/usr/netscape/server4".
"make" and "make install" went fine.  Made server modifications as per
sapi/nsapi/nsapi-readme.txt, except instead of modifying LD_LIBRARY_PATH,
created link to libphp4.so from bin/https/lib/.  On starting the server, I get:
---
254 (wolf)root> ./start
conf_init: Error running init function load-modules: dlopen of /usr/netscape/server4/bin/https/lib/libphp4.so failed (106769:ns-httpd: rld: Fatal Error: unresolvable symbol in /usr/netscape/server4/bin/https/lib/libphp4.so: zend_ptr_stack_get_arg)
---
Is it possible that routine zend_ptr_stack_get_arg was omitted from libphp4.so ?
Or have I missed something that needs to be in LD_LIBRARY_PATH ?
Any info appreciated.  Thanks.
 - Greg Kresko

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-05 00:29 UTC] Greg dot Kresko at nrc dot ca
False alarm.  Running configure with "--enable-libgcc" solved the problem.
A test php program has been successfully run!

(By the way: the "Modify" tag on the bug report page goes to the wrong URL.)
 [2000-08-05 00:39 UTC] sniper@php.net
Closed by user request.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 16:01:33 2025 UTC