|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-27 19:51 UTC] waldschrott@php.net
[2000-08-18 18:52 UTC] sniper@php.net
[2000-08-19 12:49 UTC] sniper@php.net
[2000-11-27 05:37 UTC] sniper@php.net
[2000-11-27 11:49 UTC] sniper@php.net
[2000-11-29 04:42 UTC] sniper@php.net
[2000-12-18 10:56 UTC] sniper@php.net
[2001-01-28 16:59 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
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); }