search for: ucblib

Displaying 20 results from an estimated 28 matches for "ucblib".

2001 Feb 20
4
(Solaris) Linker flags in 2.5.1p1... (fwd)
...ng 2.5.1p1, I've got the following remarks: Host: sparc-sun-solaris2.7 Compiler: cc Compiler flags: -fast -xarch=v7 Preprocessor flags: -I/usr/local/include -I../include -I../include Linker flags: -L../lib/sol7/sparcv7 -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib -L../lib -R../lib -L../lib -R../lib Libraries: -lwrap -lz -lsocket -lnsl -lgen -lcrypto You should not ever use '-L/usr/ucblib -R/usr/ucblib', since Solaris BSD compat libraries are evil broken and AFIAK you don't need anything from /usr/ucblib. Ignore '-L...
2001 Dec 11
1
Patch for ReliantUnix
Hi all, attached you find a patch for OpenSSH 3.0.2p1 configure which enables OpenSSH to again compile under ReliantUnix (due to utimes it is again needed to include /usr/ucblib/libucb.a) Sorry for not testing it before the release ;-( Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert at siemens.com -------------- next part -...
2000 Mar 15
2
TEST RELEASE: 1.2.3pre3
A new test release of OpenSSH-1.2.3 is now available at http://violet.ibs.com.au/openssh/files/test/ This release should fix the problems reported with the previous test release over the last few days. Please give it a try and report back. -d Changelog: 20000315 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list problems with gcc/Solaris. - Don't free argument to
2001 Aug 20
4
[PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes
...library functions only in libucb.a under ReliantUNIX, so one needs to bind it. The problem is: there are some other functions in this library you should never bind from there (i.e. fopen()). The trick is to first search through libc.so and then through libucb.a. Don't let ld search in /usr/ucblib, it will virtually always produce nonsense. - often found mistake with libsocket and libnsl: Especially libsocket MUST be bound before libc. Otherwise you will get lots of messages like unix: syslog: 7784 sshd:_accept: SIOCGPGRP failed errno 22 - -ldl not choosen by configure: Something i...
2000 Jun 21
1
configure: error: Could not find working SSLeay / OpenSSL libraries
...39;m not subscribed. TIA, -- Nick ------------8<------------ configure:2582: gcc -o conftest -I/home/nstevens/unix/PACKAGES/openssl-0.9.1c/i n clude -Wall -I/usr/local/include -I/opt/openssl/include -L/home/nstevens/unix/P ACKAGES/openssl-0.9.1c/lib -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/us r/ucblib -L/opt/openssl/lib -L/opt/openssl -R/opt/openssl/lib -R/opt/openssl con ftest.c -lsocket -lnsl -lz -lcrypto -lcrypto 1>&5 configure:2571: openssl/rand.h: No such file or directory configure: failed program was: #line 2568 "configure" #include "confdefs.h"...
2000 Jun 28
0
Solaris 8 build and test of snapshot
...CP Wrappers support: no MD5 password support: no IP address in $DISPLAY hack: no Use IPv4 by default hack: no Translate v4 in v6 hack: no Compiler flags: -g -O2 -Wall -I/usr/local/include -I/usr/local/ssl/include Linker flags: -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib -L/usr/local/ssl/lib -L/usr/local/ssl -R/usr/local/ssl/lib -R/usr/local/ssl Libraries: -ldl -lsocket -lnsl -lz -lpam -lcrypto _____________________________________________________________ Damien Mascord Email: damien at galexia.com.au Network and System Administr...
2000 Oct 31
0
Solaris 2.6 + Expired Password Annoyance
...-I/opt/oss/tcp_wrappers-7.6/include -Wall -I. -I. -I/usr/local/include -I/opt/oss/openssl-0.9.6/include Linker flags: -L/opt/oss/zlib-1.1.3/lib -R/opt/oss/zlib-1.1.3/lib -L/opt/oss/tcp_wrappers-7.6/lib -R/opt/oss/tcp_wrappers-7.6/lib -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib -L/opt/oss/openssl-0.9.6/lib -L/opt/oss/openssl-0.9.6 -R/opt/oss/openssl-0.9.6/lib -R/opt/oss/openssl-0.9.6 Libraries: -ldl -lsocket -lnsl -lz -lpam -lcrypto -lwrap Jason Fortezzo fortezzo at directlink.net http://mysite.directlink.net/fortezzo/pgpkey --- If you have...
2000 Oct 02
1
OpenSSH 2.2.0p1 on Solaris 2.7 fails to compile
...have built the package on Linux and BSDI a few dozen times since 1.2), some compilation problem goes over my head: Why are RAND_ symbols failing? config.log says: configure:2862: gcc -o conftest -g -O2 -Wall -I/usr/local/include -I/opt/openssl/include -L/usr/loc al/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib -L/opt/openssl/lib -L/opt/openssl -R/opt/openssl/ lib -R/opt/openssl conftest.c -ldl -lsocket -lnsl -lz -lpam -lcrypto 1>&5 configure: In function `main': configure:2856: warning: implicit declaration of function `RAND_add' configure:2857: warning: implicit declaration...
2000 Aug 24
0
patch for a few things
...ng "-2" argument. - adds "-1" and "-2" to scp and scp.1 as well. - adds "-S" to scp.1 "Synopsis" argument list; it was described in the body, but wasn't included in the list of options at the top. - in configure.in, removed "-L/usr/ucblib -R/usr/ucblib" from the LDFLAGS for solaris, as it has been my experience that one generally does _not_ want to use any of the UCB-compat libraries under Solaris - that it usually causes more problems than anything else. Everything should work fine using svr4 interfaces, and I did...
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...XXFLAGS="-xO5 -xlibmil -dalign" R_BROWSER=mozilla MAKE=gmake My .zshrc file has the following (as I saw that some of the LDFLAGS should match my LD_LIBRARY_PATH and CONFIG_SHELL=/bin/ksh): LD_LIBRARY_PATH=/opt/sfw/include:/opt/sfw/include/readline:/usr/local/lib:/usr/X/lib:/usr/lib:/usr/ucblib:/lib:/usr/ccs/lib:/etc/lib:/usr/dt/lib:/opt/SUNWspro/lib/amd64/:/opt/sfw/lib:/opt/csw/lib Readline (version 4.2 from the Sun Companion CD) is located in /opt/sfw/include/readline. Both the readline.h and history.h files are there. Version 5.0 is located in /opt/csw/include/readline (from Blastwave...
1998 Oct 15
1
Problem to map home dir
...et -lnsl # AWK = nawk # This is for UXP/DS # contributed by dsfrost@oai6.yk.fujitsu.co.jp # FLAGSM = -DSVR4 -DSHADOW_PWD # LIBSM = -lsocket -lnsl # This is for SVR4 # Contributed by mark@scot1.ucsalf.ac.uk # FLAGSM = -DSVR4 -DSHADOW_PWD -DALLOW_CHANGE_PASSWORD # LIBSM = -lsocket -lnsl -lc -L/usr/ucblib -lucb # This is for the Motorola 88xxx/9xx range of machines # Contributed by RPE@monnet.com # FLAGSM = -DSVR4 -DSHADOW_PWD -DGETTIMEOFDAY1 # LIBSM = -lsocket -lnsl -lc -L/usr/ucblib -lucb # This is for UnixWare 1.x. # Contributed by Warren Young <tkennedy@cyberport.com> #FLAGSM = -Xa -DS...
2000 Aug 11
1
compiling openssh-2.1.1p4 on SPARC Solaris 8
...printf correctly terminates long strings... configure: error: can not run test program while cross compiling The last bit of config.log is this: configure:2443: checking for getpagesize configure:2471: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib conftest.c -lsocket -lnsl -lz 1>&5 configure:2541: checking whether snprintf correctly terminates long strings That's where it ends. Later. -------------------------------------------Eugene
2005 Nov 16
3
OpenSSH on NCR MPRAS
Hi folks, I have successfully compiled and run OpenSSH 4.1p1 on NCR MPRAS: $ uname -a UNIX_SV support1 4.0 3.0 3446 Pentium Pro(TM)-EISA/PCI $ However, I have found one pretty critical problem, arising from the way that MPRAS handles changes to the IP stack. Background: To update any of the IP or TCP configuration options, system administrators should use the program "tcpconfig".
2002 Mar 12
2
sys/queue.h
...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 take care to bind libsocket and libnsl before libc, # otherwise you will find lots of "SIOCGPGRP errno 22" on syslog @@ -227,7 +222,6 @@ AC_DEFINE(USE_PIPES) AC_DEFINE(HAVE_SCO_PROTECTED_PW) AC_DEFINE(DISABLE_SHADOW) -...
2006 Oct 31
0
6362982 namespace pollution/protection in libc
.../lib/libcurses/screen/synonyms.h create: deleted_files/usr/src/lib/libmail/inc/synonyms.h create: deleted_files/usr/src/lib/libresolv/synonyms.h create: deleted_files/usr/src/lib/libresolv2/include/synonyms.h create: deleted_files/usr/src/lib/librsm/inc/synonyms.h create: deleted_files/usr/src/ucblib/libucb/port/gen/synonyms.h create: usr/src/lib/common/inc/c_synonyms.h create: usr/src/lib/libcrypt/inc/des_synonyms.h create: usr/src/lib/libgen/inc/gen_synonyms.h create: usr/src/tools/scripts/check_fnames.sh delete: usr/src/lib/common/inc/mtlib.h delete: usr/src/lib/common/inc/synonyms.h...
2002 Apr 29
0
deficiencies in readline capability
...nOS5/libz.so libnsl.so.1 => /usr/lib/libnsl.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libreadline.so.4 => /gnu/lib/libreadline.so.4 libdl.so.1 => /usr/lib/libdl.so.1 libcurses.so.1 => /usr/lib/libcurses.so.1 libc.so.1 => /usr/lib/libc.so.1 libucb.so.1 => /usr/ucblib/libucb.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libelf.so.1 => /usr/lib/libelf.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libgcc_s.so.1 => /gnu/lib/libgcc_s.so.1 $ R --vanilla R : Copyright 2002, The R Development Core Team Version 1.4.1 (2002-01-30) R is free software and...
2000 Jul 10
1
OpenSSH port to ReliantUNIX
...configure openssh-2.1.1p2/configure --- openssh-2.1.1p2.orig/configure Sat Jul 1 11:43:09 2000 +++ openssh-2.1.1p2/configure Mon Jul 10 15:16:05 2000 @@ -1442,6 +1442,13 @@ done ;; +*-sni-sysv*) + CFLAGS="$CFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/ucblib" + MANTYPE='$(CATMAN)' + mansubdir=cat + LIBS="$LIBS -lgen -lnsl -lsocket -lucb" + ;; *-*-sysv*) CFLAGS="$CFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" diff -ru openssh-2.1.1p2.orig/packet.c openssh-2.1.1p2/packet.c --- openssh-2.1....
2005 Nov 24
1
[PATCH] Fix typos and an error
...c =================================================================== RCS file: /cvs/openssh/configure.ac,v retrieving revision 1.307 diff -u -r1.307 configure.ac --- configure.ac 12 Nov 2005 07:42:37 -0000 1.307 +++ configure.ac 24 Nov 2005 09:00:16 -0000 @@ -410,8 +410,8 @@ *-sni-sysv*) # /usr/ucblib MUST NOT be searched on ReliantUNIX AC_CHECK_LIB(dl, dlsym, ,) - # -lresolv needs to be at then end of LIBS or DNS lookups break - AC_CHECK_LIB(res_query, resolv, [ LIBS="$LIBS -lresolv" ]) + # -lresolv needs to be at the end of LIBS or DNS lookups break + AC_CHECK_LIB(resolv, res_query...
2006 Feb 17
0
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...XXFLAGS="-xO5 -xlibmil -dalign" R_BROWSER=mozilla MAKE=gmake My .zshrc file has the following (as I saw that some of the LDFLAGS should match my LD_LIBRARY_PATH and CONFIG_SHELL=/bin/ksh): LD_LIBRARY_PATH=/opt/sfw/include:/opt/sfw/include/readline:/usr/local/lib:/usr/X/lib:/usr/lib:/usr/ucblib:/lib:/usr/ccs/lib:/etc/lib:/usr/dt/lib:/opt/SUNWspro/lib/amd64/:/opt/sfw/lib:/opt/csw/lib Readline (version 4.2 from the Sun Companion CD) is located in /opt/sfw/include/readline. Both the readline.h and history.h files are there. Version 5.0 is located in /opt/csw/include/readline (from Blastwave...
2007 Sep 15
0
(PR#9910) Incomplete library linking for grDevices.so on
...c.so, but no -lmvec is add by the configure script. Manually > adding -lmvec to the linking command allows grDevices to compile. The > error output of the make command (for a 64-bit version of R) is given > below: > > cc -G -m64 -L/lib/64 -L/usr/lib/64 -L/usr/local/lib/64 -L/usr/ucblib/sparcv9 > -L/usr/ccs/lib/sparcv9 -L/opt/SUNWspro/prod/lib/sparcv9 -o grDevices.so chull.o > devNull.o devPicTeX.o devPS.o devQuartz.o init.o > Warning in solve.default(rgb) : > unable to load shared library > '/export/home/gordonp/Desktop/R-alpha/modules//lapack.so': >...