search for: lprot

Displaying 20 results from an estimated 21 matches for "lprot".

Did you mean: prot
2000 Nov 09
2
SCO Openserver Patch
...iversal patch fo configure to allow it to work with openserver. --- configure Sun Nov 5 21:25:18 2000 +++ /configure Thu Nov 9 14:18:21 2000 @@ -1685,7 +1685,7 @@ LDFLAGS="$LDFLAGS -L/usr/local/lib" MANTYPE='$(CATMAN)' mansubdir=cat - LIBS="$LIBS -lgen -lsocket -los -lprot -lx" + LIBS="$LIBS -lgen -lsocket -los -lprot -lx -ltinfo -lm" no_dev_ptmx=1 RANLIB=true cat >> confdefs.h <<\EOF @@ -1703,11 +1703,12 @@ LDFLAGS="$LDFLAGS -L/usr/local/lib" MANTYPE='$(CATMAN)' mansubdir=cat - LIBS="$LIBS -lgen -lsocket...
2002 Jun 24
1
remove --with-rsh
...evision 1.68 diff -u -r1.68 configure.ac --- configure.ac 22 Jun 2002 18:51:48 -0000 1.68 +++ configure.ac 24 Jun 2002 00:50:32 -0000 @@ -247,7 +247,6 @@ CPPFLAGS="$CPPFLAGS -Dftruncate=chsize -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" LIBS="$LIBS -los -lprot -lx -ltinfo -lm" - rsh_path="/usr/bin/rcmd" RANLIB=true no_dev_ptmx=1 AC_DEFINE(BROKEN_SYS_TERMIO_H) @@ -264,7 +263,6 @@ LDFLAGS="$LDFLAGS -L/usr/local/lib" LIBS="$LIBS -lprot -lx -ltinfo -lm" no_dev_ptmx=1 - rsh_path="/usr/bin/rcmd" AC_DEF...
2000 Dec 31
1
utime() -> utimes()
...- markus at cvs.openbsd.org 2000/09/21 05:11:42 scp.c utime() to utimes(); mouring at pconline.com SCO's Open Server 3 does not have utimes. ... gcc -o scp scp.o -L. -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/ssl -ls sh -lopenbsd-compat -lz -lsocket -lgen -lsocket -los -lprot -lx -ltinfo -lm -lc rypto undefined first referenced symbol in file utimes scp.o ld fatal: Symbol referencing errors. No output written to scp gmake: *** [scp] Error 1 ... -- Tim Rice Multitalents (707) 887-1469 ti...
2002 Jul 22
1
impedence mismatch between openssh 3.4p1 and openssl 0.9.6d on SCO OpenServer 3.2 5.0.6
...you folks have an idea why this might be. FredO The relevant portion of the log file looks like this: ----------------------------------------------------------------- configure:7782: result: yes configure:8167: cc -o conftest -g -I/usr/local/include -L/usr/local/lib conftest.c -lz -lsocket -lprot -lx -ltinfo -lm -lcrypto >&5 undefined first referenced symbol in file RAND_add conftest.o i386ld fatal: Symbol referencing errors. No output written to conftest configure:8170: $? = 13 configure: failed program wa...
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
...se this for SCO OpenServer 5 with TCB passwords (default). # contributed by Scott Michel <scottm@intime.intime.com> # you may also like to add the -dy switch (recommended by Marnus van # Niekerk, mvn@pixie.co.za) # CC = cc -Xc # FLAGSM = -DSCO -DSecureWare -DEVEREST -DUSE_MMAP # LIBSM = -lprot -lcurses -lcrypt -lsocket -lPW -lm -lx -lc_s -lc However if I use this then I get the same errors as well as hundreds of the following. "/usr/include/prot.h", line 471: warning: nonstandard bit-field type "/usr/include/prot.h", line 472: warning: nonstandard bit-field type &...
2003 Sep 06
20
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 ------- Additional Comments From dtucker at zip.com.au 2003-09-06 12:51 ------- Created an attachment (id=387) --> (http://bugzilla.mindrot.org/attachment.cgi?id=387&action=view) Move libgen test after dirname test Looked at this again, I think the reason it's not working is libgen has already been detected before the dirname test,
2001 Jan 23
11
cc & no 64bit int patches
Here are a couple of patches against the CVS (Jan 22 18:41 PST) Some C++ comments found their way into ssh.h The no64.patch puts ifdefs around buffer_get_int64() now in bufaux.[c,h] -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net -------------- next part -------------- --- ssh.h.old Mon Jan 22 18:40:58 2001 +++ ssh.h Mon Jan 22 19:02:02 2001 @@ -25,8 +25,10 @@ # include
1999 Mar 11
2
AFS on samba 2.0.2
...configure Fri Feb 12 08:49:28 1999 +++ configure.orig Sat Feb 6 15:51:52 1999 @@ -8685,10 +8685,6 @@ #define WITH_AFS 1 EOF -afs_base='/usr/afsws' -afs_flags='-I${AFS_BASE}/include' -afs_libdir='${AFS_BASE}/lib' -afs_libs='-L${AFS_LIBDIR} -L${AFS_LIBDIR}/afs -lkauth -lprot -lubik -laudit -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err $(AFS_LIBDIR)/afs/util.a' ;; *) echo "$ac_t""no" 1>&6 @@ -9733,10 +9729,6 @@ s%@lockdir@%$lockdir%g s%@swatdir@%$swatdir%g s%@builddir@%$builddir%g -s%@afs_base@%$afs_base%g -s%@afs_flags@%...
2000 Nov 14
0
2.3.0p1 + Sco3.2v5.0.5 (fwd)
...te in -lz... no configure: error: *** zlib missing - please install first *** crow:~/openssh-2.3.0p1$ ### config.log snip #####configure:1776: checking for deflate in -lz configure:1795: gcc -o conftest -g -O2 -Wall -I. -I. -I/usr/local/include -L/u sr/local/lib conftest.c -lz -lgen -lsocket -lprot -lx 1>&5 Undefined first referenced symbol in file setupterm /lib/libprot.so ceil /lib/libprot.so log /lib/libprot.so cur_term...
2000 Nov 15
0
2.3.0p1 + Sco3.2v5.0.5
...'t compile because the SCO compiler doesn't support 64bit int. > > > ### config.log snip #####configure:1776: checking for deflate in -lz > configure:1795: gcc -o conftest -g -O2 -Wall -I. -I. > -I/usr/local/include -L/u > sr/local/lib conftest.c -lz -lgen -lsocket -lprot -lx 1>&5 > Undefined first referenced > symbol in file > setupterm /lib/libprot.so > ceil /lib/libprot.so > log /lib/libprot.so > cur_...
1998 Aug 17
1
Compiling with SCO
Has anybody tried to to compile SAMBA using gcc under SCO unix 5? This may just be a problem I'm having using the gcc compiler, but I'm having problems. I would just like to know if anyone's done it, and any special problems they may have had. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
1998 Aug 27
0
precompiled SCO binaries u
...er 5 with TCB passwords (default) and GCC # contributed by Scott Michel <scottm@intime.intime.com> # you may also like to add the -dy switch (recommended by Marnus van # Niekerk, mvn@pixie.co.za) CC = gcc FLAGSM = -DSCO -DSecureWare -DEVEREST -DUSE_MMAP -DALLOW_CHANGE_PASSWORD LIBSM = -lprot -lcurses -lcrypt -lsocket -lPW -lm -lx -lc_s -lc Bye! Roberto Fichera TeknoSOFT S.n.c.
1998 Aug 31
1
Problem with SCO 5.0.2
...-- # Use this for SCO OpenServer 5 with TCB passwords (default). # contributed by Scott Michel <scottm@intime.intime.com> # you may also like to add the -dy switch (recommended by Marnus van # Niekerk, mvn@pixie.co.za) CC = cc -Xc FLAGSM = -DSCO -DSecureWare -DEVEREST -DUSE_MMAP LIBSM = -lprot -lcurses -lcrypt -lsocket -lPW -lm -lx -lc_s -lc This has occurred for the last 2 or 3 releases. The smb.conf file works with an identical samba version that has been compiled using gcc. Any ideas? ================================================ Larry D. Bonham <larry@d2000.com> Di...
2000 Aug 03
0
help with afs
...5 -lk5crypto -lcom_err -lpam -lafsauthent -lafsrpc -ldes -llwp -lrx -lrxkad -lrxstat -lubik -lacl -lafsadminutil -lafsint -laudit -lauth -lauth.krb -lbos -lbosadmin -lbubasics -lbudb -lbutm -lbxdb -lcfgadmin -lclientadmin -lcmd -ldir -lfsprobe -lgtx -lkasadmin -lkauth -lkauth.krb -lnull -lprocmgmt -lprot -lptsadmin -lsys -ltermlib -lusd -lvldb -lvolser -lvosadmin -lxstat_cm -lxstat_fs -lpthread CC=gcc CFLAGS=-O -I/krb5/include -I/usr/afsws/include -I/usr/afsws/lib/afs -I/usr/lib CPPFLAGS=-D_LARGE_FILES LDFLAGS= -L/krb5/lib -L/usr/afsws/lib -L/usr/afsws/lib/afs -L/usr/afsws/lib/afs/util.a -L/usr/af...
2001 Feb 13
1
configure.in reorder patch
...------- next part -------------- --- openssh_cvs/configure.in.orig Mon Feb 12 17:47:05 2001 +++ openssh_cvs/configure.in Mon Feb 12 17:47:55 2001 @@ -223,7 +223,7 @@ LDFLAGS="$LDFLAGS -L/usr/local/lib" MANTYPE='$(CATMAN)' mansubdir=cat - LIBS="$LIBS -lgen -lsocket -los -lprot -lx -ltinfo -lm" + LIBS="$LIBS -los -lprot -lx -ltinfo -lm" no_dev_ptmx=1 RANLIB=true AC_DEFINE(BROKEN_SYS_TERMIO_H) @@ -295,93 +295,41 @@ ] ) +# Checks for header files. +AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h...
2001 Feb 07
2
Patch for unformatted manpages
...bdir=cat LIBS="$LIBS -lgen -lsocket" ;; *-*-sco3.2v4*) AC_DEFINE(USE_PIPES) CPPFLAGS="$CPPFLAGS -Dftruncate=chsize -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" - MANTYPE='$(CATMAN)' - mansubdir=cat LIBS="$LIBS -lgen -lsocket -los -lprot -lx -ltinfo -lm" no_dev_ptmx=1 RANLIB=true @@ -224,8 +201,6 @@ AC_DEFINE(USE_PIPES) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" - MANTYPE='$(CATMAN)' - mansubdir=cat LIBS="$LIBS -lprot -lx -ltinfo -lm" no_dev...
2003 Jul 29
6
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 vikashb at comparexafrica.co.za changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OpenSSH 3.6.1p2 ON SCO |OpenSSH 3.6.1p2 ON SCO |3.2v4.2 + STRICTMODES -->yes|3.2v4.2 + STRICTMODES -->yes |
2002 Mar 12
3
error compiling openssh-3.1p1 under SCO OpenServer 5.0.5
...per collects from: Command hashing (timeout 200) Host: i686-pc-sco3.2v5.0.5 Compiler: cc Compiler flags: -g Preprocessor flags: -I/usr/local/ssl/include -I/usr/local/include Linker flags: -L/usr/local/ssl/lib -L/usr/local/lib Libraries: -lz -lsocket -lprot -lx -ltinfo -lm -lcrypto sftp-server will be disabled. Your compiler does not support 64bit integers. WARNING: you are using the builtin random number collection service. Please read WARNING.RNG and request that your OS vendor includes kernel-based random number collection in future version...
1998 Oct 15
1
Problem to map home dir
...t AFS_BASE # according to your system layout, and uncomment the other lines as well. # AFS_BASE = /usr/afsws # AFS_FLAGS = -DAFS_AUTH -I$(AFS_BASE)/include # AFS_LIBDIR = $(AFS_BASE)/lib # NOTE: You may need to add -laudit in the line below # AFS_LIBS = -L$(AFS_LIBDIR) -L$(AFS_LIBDIR)/afs -lkauth -lprot -lubik \ # -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err \ # $(AFS_LIBDIR)/afs/util.a # This is for DCE/DFS enablement. Uncomment this so that smbd can # operate as an authenticated user identity to operate on files that # live in the DCE Distributed Filesystem. # D...
1997 Jul 29
6
remove
remove