Displaying 20 results from an estimated 192 matches for "lgen".
Did you mean:
len
2000 Jun 19
1
configure problem on UnixWare 7.1.1
...ure still
failed with
...
checking for getpagesize... yes
checking for OpenSSL directory... configure: error: Could not find working
SSLeay / OpenSSL libraries, please install
Thanh
configure:2302: gcc -o conftest -g -O2 -Wall -I/usr/local/include
-L/usr/local/lib conftest.c -lsocket -lnsl -lz -lgen -lsocket 1>&5
configure:2543: checking for OpenSSL directory
configure:2582: gcc -o conftest -g -O2 -Wall -I/usr/local/include
-L/usr/local/lib conftest.c -lsocket -lnsl -lz -lgen -lsocket -lcrypto 1>&5
configure:2571: openssl/rand.h: No such file or directory
configure: failed progr...
2000 Nov 09
2
SCO Openserver Patch
....0.6. Here is the universal 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="...
2001 Jul 13
0
Solaris 2.6: Undefined symbol seed_rng - solution (-lssh -lopenbsd-compat -lssh)
Hi,
> maas34:openssh-2.9p2 {172} make
> gcc -o ssh-keyscan ssh-keyscan.o -L. -Lopenbsd-compat/ -R/home/eedalf/lib -L/home/eedalf/lib -L/home/eedalf/lib -ldsocks -L/opt/local/zlib-1.1.2/lib -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen -lcrypto
> Undefined first referenced
> symbol in file
> seed_rng openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)
> ld: fatal: Symbol referencing errors. No output written to ssh-keyscan
>...
2010 Apr 19
1
BRugs
Hi. I am new here, and I am writing this Winbugs code with BRugs.
n=length(bi.bmi)
Lagegp=13
Lgen=2
Lrace=5
Lstra=15
Lpsu=2
#model gen x race
bi.bmi.model=function(){
# likelihood
for (i in 1:n){
bi.bmi[i]~ dbern(p[i])
logit(p[i])<- a0 + a1[agegp[i]]+a2[gen[i]]+a3[race[i]]
+ a12[agegp[i], gen[i]]
+ gam[stra[i]]+ u[psu[i],stra[i]] }
# constraints for a1, a2, a3, a12
a1[1]<-0....
2001 Sep 29
0
configure.in fixes for 2.9.9p2
...1. Allow --with-pcre to take a path specifying the root of the
PCRE install (ROOT/include, ROOT/lib)
2. Ditto for --with-zlib
3. $no_libnsl and $no_libsocket can be determined programmatically
4. Check for innetgr, getspnam, and util in the default $LIBS before
checking in -lrpc, -lgen, and -lutil, respectively
5. dirname() is in -lgen on some systems (Solaris 2.5.1, IRIX)
--
albert chin (china at thewrittenword.com)
-- snip snip
--- configure.in.orig Thu Sep 27 01:16:56 2001
+++ configure.in Thu Sep 27 10:11:04 2001
@@ -320,34 +308,59 @@
)
AC_ARG_WITH(pcre,
- [ --with-...
2003 May 09
1
[Bug 558] configure broken_dirname checks not run on Solaris 2.5.1
...Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: alex.kiernan at thus.net
In 3.6.1p2 the broken_dirname checks for Solaris 2.5.1 aren't getting run out
of configure because -lgen has already been detected.
This fixes the problem (moves all checks against -lgen after the dirname
checks):
RCS file: /cvsroot/upstream/openssh/configure.ac,v
retrieving revision 1.1.1.10
diff -u -r1.1.1.10 configure.ac
--- configure.ac 2003/04/29 09:12:08 1.1.1.10
+++ configure.ac 2003/05/09 0...
2004 Feb 14
1
OpenSSH 3.7.1p2 linked libs
OpenSSH (at least on IRIX) uses -lgen in LIBS. This is only needed (and
thus should only be used) for linking sshd. Using -lgen elsewhere
unnecessarily adds code and dependencies.
Similarly, -lcrypto is not needed when linking scp.
--
Georg Schwarz http://home.pages.de/~schwarz/
geos at epost.de +49 177 8811442
2001 Oct 22
2
configure changes
I finally got around to looking at a bunch of patchs to configure.in, some
of them from back in March. One from Carson Gaspar <carson at taltos.org> looked
promissing at first glance but after many hours I just couldn't get it to
work.
Due to much demand, I have added optional PATH to --with-pcre,
--with-zlib, and --with-tcp-wrappers.
I have done extensive testin on --with-zlib, and
2004 Nov 16
1
solaris samba ldap
...checking for ldap_domain2hostlist... no
checking for ldap_set_rebind_proc... no
checking whether ldap_set_rebind_proc takes 3 arguments... 3
checking for ldap_initialize... no
configure: WARNING: libldap is needed for LDAP support
-------------------
Using libraries:
LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl
AUTH_LIBS =
the build completes without linking to libldap or liblder, samba
starts but doesn't recongnize any ldap settings.
configure options below.
CC=cc LDFLAGS="-L/usr/local/openldap/lib"
CPPFLAGS="-I/usr/local/openldap/include"
./co...
2002 Apr 22
0
[Bug 224] New: configure.ac changes for crays
...icosmk*)
+ no_libsocket=1
+ no_libnsl=1
+ not_sco=1
+ MANTYPE=cat
+ AC_DEFINE(USE_PIPES)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(USE_UTMP)
+ AC_DEFINE(USE_WTMP)
+ LDFLAGS="$LDFLAGS -L/usr/local/lib"
+ LIBS="$LIBS -lshare -lgen -lrsc -luex -lacm"
+ ;;
*-*-unicos*)
no_libsocket=1
no_libnsl=1
+ not_sco=1
+ MANTYPE=cat
AC_DEFINE(USE_PIPES)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(USE_UTMP)
+ AC_DEFINE(USE_WTMP)
LDFLAGS="$LDFLAGS -Wl,-Dmsglevel=3...
2002 Apr 22
0
[Bug 224] configure.ac changes for crays
...;;
+*-*-unicosmk*)
+ no_libsocket=1
+ no_libnsl=1
+ not_sco=1
+ MANTYPE=cat
+ AC_DEFINE(USE_PIPES)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(USE_UTMP)
+ AC_DEFINE(USE_WTMP)
+ LDFLAGS="$LDFLAGS"
+ LIBS="$LIBS -lshare -lgen -lrsc -luex -lacm"
+ ;;
*-*-unicos*)
no_libsocket=1
no_libnsl=1
+ not_sco=1
+ MANTYPE=cat
AC_DEFINE(USE_PIPES)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(USE_UTMP)
+ AC_DEFINE(USE_WTMP)
- LDFLAGS="$LDFLAGS -Wl,-Dmsglevel=3...
2003 Feb 03
1
Error in configure Last CVS and 3.0.alpha21 on Solaris 8
...e: error: summary failure. Aborting
config
In the config.log nothing I can understand
configure:16008: gcc -o conftest -O -I/usr/local/kerberos/include
-I/usr/local/ldap/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-L/usr/local/kerberos/lib -L/usr/local/ldap/lib conftest.c -lpopt -lsec
-lgen -lresolv -lsocket -lnsl -ldl -lcom_err -lk5crypto -lkrb5
-lgssapi_krb5 -llber -lldap 1>&5
ld: fatal: library -lpopt: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 15997 "configure"...
2001 Feb 20
4
(Solaris) Linker flags in 2.5.1p1... (fwd)
...ler: 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../lib/sol7/sparcv7'; this is for my multi sparc platform
build. Also ignore '-L../lib -R../lib...
2008 Apr 15
3
R memory issue for writing out the file
Hello, all,
First thanks in advance for helping me.
I am now handling a data frame, dimension 11095400 rows and 4 columns. It
seems work perfect in my MAC R (Mac Pro, Intel Chip with 4G RAM) until I was
trying to write this file out using the command:
write.table(all,file="~/Desktop/alex.lgen",sep="
",row.names=F,na="0",quote=F,col.names=F)
I got the error message:
R(319,0xa000d000) malloc: *** vm_allocate(size=88764416) failed (error
code=3)
R(319,0xa000d000) malloc: *** error: can't allocate region
R(319,0xa000d000) malloc: *** set a breakpoint in szone_...
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
...ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
cc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib
-L/usr/local/lib -lssh -lopenbsd-compat -lresolv -liaf -lcrypto -lsocket
-lnsl -lgen -lz -lcrypt
cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o
auth-rh-rsa.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o
auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o
auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none...
2004 May 24
2
Samba 3.0.4 fails to compile on Solaris 9
...have gcc version
3.3.2 installed in /usr/local/bin/gcc which I have used to successfully
compile other applications.
This is one of my ./configure attempts:
# ./configure --prefix=/usr/local/samba-3.0.4 --with-ldapsam --with-ldap \
> --with-quotas
Using libraries:
LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl
LDAP_LIBS = -lldap -llber
AUTH_LIBS =
checking configure summary... yes
configure: creating ./config.status
config.status: creating include/stamp-h
config.status: creating Makefile
config.status: creating script/findsmb
config.status: creating smbadduser
config....
2001 Jul 11
0
Solaris 2.6: Undefined symbol seed_rng
...n 2.95.2 19991024 (release)
I get:
maas34:openssh-2.9p2 {172} make
gcc -o ssh-keyscan ssh-keyscan.o -L. -Lopenbsd-compat/ -R/home/eedalf/lib -L/home/eedalf/lib -L/home/eedalf/lib -ldsocks -L/opt/local/zlib-1.1.2/lib -L/usr/local/lib -R/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen -lcrypto
Undefined first referenced
symbol in file
seed_rng openbsd-compat//libopenbsd-compat.a(bsd-arc4random.o)
ld: fatal: Symbol referencing errors. No output written to ssh-keyscan
collect2: ld returned 1 e...
2001 Apr 10
2
Compiling openssh 2.5.p1 on unixware 7.0.1
...am.o auth2-pam.o
auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o dh.o sshpty.o log-server.o
sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o
groupaccess.o -L. -Lopenbsd-compat/ -L/usr/local/lib -L/usr/local/ssl/lib
-L/usr/local/ssl/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen
-lcrypto
Undefined first referenced
symbol in file
getspnam auth.o
UX:ld: ERROR: sshd: fatal error: Symbol referencing errors. No output
written to sshd
make: *** [sshd] Error 1
Basically some problems with getspnam.
I...
2007 Mar 23
2
openssh 4.6p1 bug / IRIX
...exgexs.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o
loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o audit.o
audit-bsm.o platform.o -L. -Lopenbsd-compat/ -L/usr/local/lib
-L/usr/local2/lib -L/usr/nekoware/lib -L/usr/freeware/lib32 -lssh
-lopenbsd-compat -liaf -lcrypto -lz -lgen
ld32: ERROR 33 : Unresolved text symbol "set_id" -- 1st referenced by
session.o.
thanks in advance
--
ah-consulting.net
G?tz Fischer
Senior Consultant
Phone: +49(0)7225/98 98 79
Fax: +49(0)7225/28 64
eMail: g.fischer at ah-consulting.net
http://www.ah-consulting.net
http://www.a...
2004 Aug 25
6
sshd 3.9p1 under Reliant Unix 5.45: getpeername: Operation not supported on transport endpoint
The following is special to sshd 3.9p1 under ReliantUnix 5.45. It does
not occur under ReliantUnix 5.43 nor under Solaris 5.8:
`pwd`/sshd-3.9 -e -D -d -d -d
Now connecting from outside
[...]
debug1: inetd sockets after dupping: 3, 3
debug1: get_port() calls get_sock_port(3)
debug1: getpeername failed:
Operation not supported on transport endpoint
lsof proves FD 3 is an established TCP