Mantis - openldap
Viewing Issue Advanced Details
23 packaging major always 2003-01-09 04:07 2005-06-22 12:56
phil  
void  
normal  
closed  
fixed  
none    
none  
0000023: missing symbol eprintf, due to gcc compile
compiling modphp against libldap.so.2, resulted in a missing symbol, eprintf. This is a problem that comes up when compilng shared libraries with gcc, sometimes.

I think you should recompile, and either recompile with suncc, or manually link against /opt/csw/lib/libgcc_s.so
(or add -lgcc to get the static lib in there)

Issue History

Notes
(0000025)
void   
2003-01-09 09:58   
I just filed a bug with berkeleydb4 for the same issue. Since OpenLDAP depends on berkeleydb4, I\'m rebuilding it first. Using SUNWspro compilers.
(0000028)
void   
2003-01-11 23:18   
Recompiled with Forte 6 compilers. No longer a gcc dependancy.