I have openssl-0.9.6c, zlib-1.1.4 and perl5.004 installed on IRIX 5.3 system (MIPS IP22) with gcc 2.6.3. The only errors I find in config.log are of the following form: as0: Error: conftest.c, line 1:undefined assembler operation: .stabs .stabs "/usr/people/steves/build/openssh-3.1p1/",100,0,0,$Ltext0 but config exits gracefully. issuing 'make' then produces the following output: # make conffile=`echo sshd_config.out | sed 's/.out$//'`; \ /usr/bin/perl ./fixpaths -D/etc/ssh/ssh_config=/etc/ssh/ssh_config -D/etc/ssh/ssh_known_hosts=/etc/ssh/ssh_known_hosts -D/etc/ssh/sshd_config=/etc/ssh/sshd_config -D/usr/libexec=/usr/local/libexec -D/etc/shosts.equiv=/etc/ssh/shosts.equiv -D/etc/ssh/ssh_host_key=/etc/ssh/ssh_host_key -D/etc/ssh/ssh_host_dsa_key=/etc/ssh/ssh_host_dsa_key -D/etc/ssh/ssh_host_rsa_key=/etc/ssh/ssh_host_rsa_key -D/var/run/sshd.pid=/etc/ssh/sshd.pid -D/etc/ssh/moduli=/etc/ssh/moduli -D/etc/ssh/sshrc=/etc/ssh/sshrc -D/usr/X11R6/bin/xauth=/usr/bin/X11/xauth -D/usr/bin:/bin:/usr/sbin:/sbin=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin ./${conffile} > sshd_config.out conffile=sshd_config: Command not found. *** Error code 1 (bu21) I have posted to news group comp.security.ssh and searched the archives, but can't find an answer as to why I can't build openssh3.1p1, therefore I am submitting as a bug report.
Very strange - are you using SGI or GNU make. can you attach the generated Makefile to this bug?
Created attachment 80 [details] Makefile from SGI Indigo2, IRIX 5.3, GNU make?
I checked the file modification date on make and believe I must be using the SGI make provided with the MIPSPro C Compiler
I discovered that root had $SHELL=/bin/tcsh, setting it to /bin/sh fixed the problem. A suggestion would be to add SHELL to the Makefile, as zlib, openssl, and perl5 all built well in spite of this.
Mass change of RESOLVED bugs to CLOSED