php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5274 missing symbols - and a crude fix
Submitted: 2000-06-29 18:21 UTC Modified: 2001-01-28 16:59 UTC
From: chris at okanagan dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (29/06/2000) OS: SCO Openserver 5.0.5
Private report: No CVE-ID: None
 [2000-06-29 18:21 UTC] chris at okanagan dot net
apache version 1.3.12, standard cc compiler
cannot load /usr/httpd/libexec/libphp4.so into server: dynamic linker....
unsresolved symbol .........

The list below are the unresolved symbols,  in order to make apache
and PHP work, 
include this functions into mod_so.c in the apache directory.  Don't
ever call this function....

There has to be a better way to fix it then this...


dummy()                     
{                           
        pow(1,2);           
        finite(1,2);        
        strlcpy(NULL,NULL); 
        strlcat(NULL,NULL); 
        dbm_nextkey();      
        usleep(0);          
        fsync(0);           
        sqrt(0);            
        exp(0);             
        atan2(0);           
        acos(0);            
        tan(0);             
        fabs(0);            
}                            

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-27 19:51 UTC] waldschrott@php.net
Please verify that it?s still happening using the latest version of PHP (release 4.0.1pl2 or CVS).
 [2000-08-18 18:52 UTC] sniper@php.net
No feedback from user.

--Jani
 [2000-08-19 12:49 UTC] sniper@php.net
User reports: problem still persists with latest snapshot.

--Jani
 [2000-11-27 05:37 UTC] sniper@php.net
Could you please verify whether this is still happening
with latest CVS ?

--Jani
 [2000-11-27 11:49 UTC] sniper@php.net
User reported problem still exists with latest CVS.

To php-dev:
---------

Anyone using (or have access to) SCO ??

--Jani
 [2000-11-29 04:42 UTC] sniper@php.net
reclassified
 [2000-12-18 10:56 UTC] sniper@php.net
This should be fixed now. Could you try the latest
snapshot from http://snaps.php.net/ to verify?

--Jani
 [2001-01-28 16:59 UTC] jmoore@php.net
No user feedback.

Closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC