search for: unix_svr5

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

Did you mean: unix_sv
2003 Oct 01
1
Samba 3.0.0 compilation errors under Unixware 7.1.1
...} opera tor UX:nawk: INFO: Source line number 117 UX:nawk: INFO: Context is /^\/\* >>> (.*?)\*\// <<< { *** Error code 2 (bu21) UX:make: ERROR: fatal error. # ################################################### The Machine is a UW7 UnixWare scotty 5 7.1.1 i386 x86at SCO UNIX_SVR5 It seems the error comes from the script ./script/mkbuildoptions.awk We want to build our own samba package because its more suitable for our customers. Any help is very welcome. You can also mail to pkess@schasiepen.de Best Regards Peter Kess
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
...ymbol in file osr5bigcrypt openbsd-compat//libopenbsd-compat.a(port-uw.o) UX:ld: ERROR: sshd: fatal error: Symbol referencing errors. No output written to sshd *** Error code 1 (bu21) UX:make: ERROR: fatal error. # uname -a UnixWare newspo 5 7.1.0 i386 x86at SCO UNIX_SVR5 ======================================================================== This email message is for the sole use of the intended recipient (s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intend...
2002 Jul 01
3
3.4p1: 'buffer_append_space: alloc 10506240 not supported'
...arms. On the other hand, I am having trouble at least with HPUX 11, DEC OSF 5.1 and Unixware: on all those systems, sshd bails out after authentication with an error in buffer_append_space. Here is the output of sshd -d on the UnixWare machine (uname -a: "UnixWare sofia 5 7.1.0 i386 x86at SCO UNIX_SVR5") debug1: sshd version OpenSSH_3.4p1 debug1: private host key: #0 type 0 RSA1 debug1: read PEM private key done: type RSA debug1: private host key: #1 type 1 RSA debug1: Bind to port 2222 on 0.0.0.0. Server listening on 0.0.0.0 port 2222. Generating 768 bit RSA key. RSA key generation complet...
2000 Dec 21
1
configure.in: Someone please show me a better way :)
Q: What platform don't run this script: ---------------------------------------- #!/bin/sh export X0='x0' export X1a="$X0/1" export X1b='$X0/1' export X2a="$X1a/2" export X2b='$X1b/2' $SHELL <<EOF_2 $SHELL <<EOF_1 cat <<EOF #define a "$X2a/aa" #define b "$X2b/bb" EOF EOF_1 EOF_2