ID:               41669
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mad at dactar dot ch
-Status:           Open
+Status:           Bogus
 Bug Type:         CGI related
 Operating System: HP-UX 11.11
 PHP Version:      5.2.3
 New Comment:

Because of miscompilation or an other problem related to the dynamic
linker on your OS.


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

[2007-06-29 11:51:03] mad at dactar dot ch

I agree, but in this case, I don't understand why php library works
without problems with apache and not php client.

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

[2007-06-25 19:07:23] [EMAIL PROTECTED]

Unresolved symbols in some third-party library is hardly a PHP problem.

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

[2007-06-18 15:58:53] mad at dactar dot ch

Category changed to CLI related because only PHP client is affected by
this bug.

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

[2007-06-14 11:17:05] mad at dactar dot ch

Please note that there's no problem witch php module loaded in apache.
This problem is only present with php client. Any ideas about this ?

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

[2007-06-12 11:24:16] mad at dactar dot ch

Description:
------------
After compile PHP, when I run sapi/cli/php I've got the following error
: 

/usr/lib/dld.sl: Unresolved symbol: scl_init (code)  from
/path/to/sybase/lib/libct_r.sl
Abort(coredump)


Reproduce code:
---------------
Configure options : 

./configure --with-sybase-ct=/path/to/sybase --with-imap=/path/to/imap
--with-imap-ssl=/usr --with-libxml-dir=/path/to/libxml2
--prefix=/path/to/php --with-apxs=/path/to/apache/bin/apxs

Changes in Makefile (Line EXTRA_LIBS) : 

:1,$s/-lcrypt //g
:1,$s/-lcrypt$//
:1,$s/-lintl/&_r/g

EXTRA_LIBS after changes : 

EXTRA_LIBS = -lc-client -lsybtcl -lintl_r -lcomn -lct -lcs -lrt -lssl
-lcrypto -lpam -liconv -lm -lnsl -lxml2 -liconv -lm -lxml2 -liconv -lm
-lxml2 -liconv -lm -lxml2 -liconv -lm -lxml2 -liconv -lm -lxml2 -liconv
-lm

make
sapi/cli/php



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


-- 
Edit this bug report at http://bugs.php.net/?id=41669&edit=1

Reply via email to