search for: lc89

Displaying 4 results from an estimated 4 matches for "lc89".

Did you mean: c89
2001 Feb 12
1
Compiled and running on NCR SVR4 UNIX (MP-RAS)
...tall zlib to the default location. gunzip zlib*.gz tar -xvfo zlib*tar cd zlib-* ./configure make make install 2. Compile and install openssl to the default location. gunzip openssl*.gz tar -xvfo openssl*tar cd openssl-* ./Configure -I/usr/include -lc89 ncr-scde make make test make install 3. Modify, compile, and install openssh as below: a. gunzip openssh*.gz b. tar -xvfo openssh*.tar c. cd openssh* d. Make the following changes to the "configure" file for OpenSSH: Search for the final occurence...
2002 Mar 12
2
sys/queue.h
..._SUN_CODEBASE) - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) conf_utmp_location=/etc/utmp conf_wtmp_location=/var/adm/wtmp conf_lastlog_location=/var/adm/lastlog @@ -185,7 +182,6 @@ CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" LIBS="$LIBS -lc89" - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) AC_DEFINE(USE_PIPES) ;; *-sni-sysv*) @@ -195,7 +191,6 @@ IPADDR_IN_DISPLAY=yes AC_DEFINE(USE_PIPES) AC_DEFINE(IP_TOS_IS_BROKEN) - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) # /usr/ucblib/libucb.a no longer needed on ReliantUNIX # Attention: always tak...
2001 Feb 13
1
configure.in reorder patch
...osix -lpcre") + AC_DEFINE(HAVE_LIBPCRE) LIBS="-lpcreposix -lpcre $LIBS") ] ) -dnl UnixWare 2.x -AC_CHECK_FUNC(strcasecmp, - [], [ AC_CHECK_LIB(resolv, strcasecmp, LIBS="$LIBS -lresolv") ] -) -AC_CHECK_FUNC(utimes, - [], [ AC_CHECK_LIB(c89, utimes, LIBS="$LIBS -lc89") ] -) - -# Checks for header files. -AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h...
2003 May 26
3
Error on Reliant Unix: no controlling terminal
Hi all, just I tried to upgrade openssh from 3.5p1 to 3.6.1p2 on Reliant Unix 5.45 and run into this error: root at soltest: tail /var/adm/log/messages .... May 23 15:45:28 soltest unix: sshd[4013]: Accepted password for root from 10.128.11.72 port 2624 ssh2 May 23 15:45:28 soltest unix: sshd[4101]: error: setsid: Not owner May 23 15:45:28 soltest unix: sshd[4101]: error: open /dev/tty failed -