[an error occurred while processing the directive]
![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
On Tue, 14 Jun 2005, Jeffrey Altman wrote: > Has anyone successfully built Cosign with the Sun CC compiler? Yes, but only with Apache 1.3.x under Solaris 8 and I have not seen the error that you are getting. What's the output of the following on your system? for i in CC CFLAGS CFLAGS_SHLIB LD_SHLIB LDFLAGS_SHLIB LIBS_SHLIB ; do echo "$i: " `apxs -q $i` done On mine I have: CC: /opt/bin/cc CFLAGS: -DSOLARIS2=280 -DMOD_SSL=208116 -DEAPI -DEAPI_MM -fast -xtarget=generic -v -DDEFAULT_PATH="/opt/bin:/usr/bin:/usr/sbin:/usr/ccs/bin" -DKRB5 -DKRB5_SAVE_CREDENTIALS -DKRB5_VERIFY_TICKET -DKRB_DEF_REALM="LSA.UMICH.EDU" CFLAGS_SHLIB: -KPIC -DSHARED_MODULE LD_SHLIB: ld LDFLAGS_SHLIB: -G LIBS_SHLIB: Mark Montague The University of Michigan markmont@xxxxxxxxx