Here's the error message in the make output you sent: /opt/globus/gpt-3.2-07//sbin/gpt-build -srcdir=source-trees/gsi_openssh-4.0-src gcc32dbg GSI_OPENSSH_GPTMACRO="--with-pam --with-md5-passwords --with-tcp-wrappers" gpt-build ====> CHECKING BUILD DEPENDENCIES FOR gsi_openssh gpt-build ====> Changing to /export/sw/globus-20070210/src/gt4.0.5-all-source-installer/source-trees/gsi_openssh-4.0-src gpt-build ====> BUILDING FLAVOR gcc32dbg configure: error: PAM headers not found
It appears your system does not have /usr/include/pam/pam_appl.h or /usr/include/security/pam_appl.h but you requested gsi_openssh to be built --with-pam. You probably need to install the pam-devel package for your operating system to get the needed files. Then you can run make and make install again to install gsi_openssh. [EMAIL PROTECTED] wrote: > Configure doesn't tell much. > > I attach the output of make and the config.log > > > Please send the output from the configure and make commands that you > > ran. > > > > [EMAIL PROTECTED] wrote: > >> I couldn't see any errors in the output. > >> > >> > What was the output when you installed? > >> > > >> > [EMAIL PROTECTED] wrote: > >> >> I installed gt 4.0.5 from the sources. > >> >> > >> >> configure options: > >> >> > >> >> ./configure --prefix=/opt/globus/globus-4.0.5 --enable-prewsmds > >> >> --enable-wsgram-pbs --enable-i18n --enable-drs > >> >> --with-gptlocation=/opt/globus/gpt-3.2 > >> >> --with-gsiopensshargs="--with-pam --with-md5-passwords > >> >> --with-tcp-wrappers" > >> >> > >> >> but in the bin directory I have no gsissh,gsiscp,gsisftp and no ssh.d > >> >> directory. When I try to start the SXXsshd I get told that the server > >> >> started but there is no process listet. I had GT 4.0.1 before and > >> >> everything worked fine. Any idea? > >> >> > >> >> Matthias
