On 2/12/11 3:03 PM, Rogério Soares wrote: > Mike, i have installed all packages describe on paper.. appears like sshd is > not calling icalib, i just have recompile sshd with --ssl-engine, is just it > ? i do not understand very well on paper if the "PTF" is just is or > something more... > When I got this working, I never added "--ssl-engine". What I did add was one additional define to the CFLAGS and CXXFLAGS variables in the openssh.spec file:
LDFLAGS="-pie" CFLAGS="-DOPENSSL_LOAD_CONF=1 $RPM_OPT_FLAGS $PIEFLAGS -fstack-protector" CXXFLAGS="-DOPENSSL_LOAD_CONF=1 $RPM_OPT_FLAGS $PIEFLAGS -fstack-protector" \ When OPENSSL_LOAD_CONF is set to 1, the routine that actually reads the config file gets called. Otherwise, the config file is never read and ssh will not use the dynamic engine support. Leland ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
