search for: crle

Displaying 20 results from an estimated 46 matches for "crle".

Did you mean: crl
2006 Oct 31
0
6273855 gcc and sgs/crle don''t get along
Author: seizo Repository: /hg/zfs-crypto/gate Revision: 08bf1c2a0376c8a9085fd66f4c8cb2420b8bd82a Log message: 6273855 gcc and sgs/crle don''t get along 6273864 gcc and sgs/libld don''t get along 6273875 gcc and sgs/rtld don''t get along 6272563 gcc and amd64/krtld/doreloc.c don''t get along 6290157 gcc and sgs/librtld_db/rdb_demo don''t get along Files: update: usr/src/cmd/sgs/Makefile.com...
2012 Sep 12
7
multinomial MCMCglmm
...for that. The main problem I face: my data set consits of a trapping data set, where the observation at eah trap (1 or 0 for each species) have been aggregated per traplines. Therefore we have a proportion of presence/absence for each species per trapline. ex: ID_line mesh habitat Apsy Mygl Crle Crru Miag Miar Mimi Mumu Misu Soar Somi 11 028S6A 28 copse 2 0 0 0 0 0 0 0 0 0 0 12 028S6B 28 copse 1 1 0 0 0 0 0 0 0 0 0 13 028S6C 28 hedge 2 0 0 4 0 0 0 0 0 0 0 14 028S6D 28...
2002 Jun 27
1
winbind problem on solaris (samba head)
...d or getent group do not return anything but what is in /etc/passwd and /etc/group. I did copy libnss_winbind.so to /usr/lib and link libnss_winbind.so.2 to it. I even did another link to libnss_winbind.so.1 too. I did add in /etc/nsswitch.conf for passwd and group to use winbind and file. I use crle and did a crle -u to update libraries. crle shows libnss_winbind.so.2. I am using gcc 3.1 and gnu binutils 2.11.2. Please help me fix this so that winbind works. Thanks, David E. Shapiro
2003 Sep 30
0
Cannot start SWAT on Solaris 8 server - libiconv.so.2: open failed: No such file or directory
...b/libiconv.so.2 -> libiconv.so.2.1.0 -rwxr-xr-x 1 bin bin 1138992 Jan 27 2003 /usr/local/lib/libiconv.so.2.1.0 I guess, this is because /usr/local/lib isn't in a path the dynamical linker searches when looking for libraries. I tried to add /usr/local/lib to this path by running crle: root_s07nfs:/opt/ > crle Configuration file [3]: /var/ld/ld.config Default Library Path (ELF): /usr/lib:/usr/local/lib:/usr/local/ssl/lib Trusted Directories (ELF): /usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib:/usr/local/ssl/...
2004 Mar 30
1
Cannot start SWAT on Solaris 8 server - libiconv.so.2: open
.../libiconv.so.2 -> libiconv.so.2.1.0 -rwxr-xr-x 1 bin bin 1138992 Jan 27 2003 /usr/local/lib/libiconv.so.2.1.0 I guess, this is because /usr/local/lib isn't in a path the dynamical linker searches when looking for libraries. I tried to add /usr/local/lib to this path by running crle: root_s07nfs:/opt/ > crle Configuration file [3]: /var/ld/ld.config Default Library Path (ELF): /usr/lib:/usr/local/lib:/usr/local/ssl/lib Trusted Directories (ELF): /usr/lib/secure (system default) Command line: crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib:/usr/local/ssl...
2006 May 13
0
Here's a recipe for Samba+Active Directory on Solaris 9
...ll either. Heimdal provides its own. mv /usr/include/gssapi /usr/include/old.gssapi Don't run configure in any of OpenLDAP, Kerberos or Samba until all the above modifications have been done. Build OpenLDAP, Heimdal and Samba in that order. A Comment on Libraries ---------------------- With crle, GNU automake scripts (ie configure) will find all libraries present. LDFLAGS should be sufficient but isn't, and LD_LIBRARY_PATH isn't always equivalent to crle although it looks like it should be. When debugging, to check what libraries a particular program has been linked against, use l...
2003 Sep 13
2
error from rsync2.5.6
Hi, I just compiled new release 2.5.6 rsync in solaris5.9 machines, and ran a rsync job,I got the following errors: rsync error: unexplained error (code 255) at main.c(620) Both source and destination servers are running 5.9, can you please tell me should I update anything in main.c file? Thanks, Jennifer
2005 Oct 07
3
Building dovecot with SSL support on Solaris
Hi all, I'm just trying to build dovecot-1.0.alpha3 on a Solaris 9 machine with SSL support. No matter which options I call ./configure with - it always results in: Install prefix ...................... : /usr/local File offsets ........................ : 64bit I/O loop method ..................... : poll File change notification method ..... : none Building with SSL support ........... : no
2004 Mar 04
4
Solaris 9 --with-krb5 problems
Hi, I am running configure with the option --with-krb5=/opt/local which is where I have heimdal installed. The problem is that after running make, it still tries to use the include files from SUN that are in /usr/ and this screws up the compile. I can compile samba just fine using --without-krb5. I have already tried: setenv CFLAGS "-L/opt/local/lib" setenv CPPFLAGS
2005 Jun 10
2
samba configure not working
Hello, I'm having an issue compiling samba with-ads enabled. I've successfully compiled kerberosV5 and Openldap. I can the following line when compiling Samba ./configure --with-pam --with-ads --with-ldap=/usr/local/openldap --with-winbind --with-krb5 The configure fails due to not having ldap support. Any ideas? Rick Mattier Systems Analyst II Windriver Systems 120 Royall St
2008 Apr 28
6
Strange behaviour of winbind on solaris 8
Dear All, I came across a really strange behaviour when using winbind on solaris 8. Normally "nscd" should be turned off because it's causing problems in the username resolution etc. When I turn it off I can login e.g. using ssh as an AD users but when i start a command like "ls" it gets put in the background immediately? When "nscd" is turn on and login again I
2004 Apr 14
3
[Bug 841] sftp-server receives SIGCHLD.
...o isn't in LD_LIBRARY_PATH. Try running this and see if you get an error: $ ssh yourserver /usr/local/openssh/libexec/sftp-server or add something like: LD_LIBRARY_PATH=/usr/lib:/path/to/ssl/lib export LD_LIBRARY_PATH to your shell's startup (eg /etc/profile). You can also fiddle with crle (see its man page). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Dec 03
1
Problems compiling samba with ldap in solaris 9
Hi All, I get the following error compiling Samba 3.0.9 on Solaris 9. ------------------------------------------------------------------------------- Using FLAGS = -I/opt/local/kerberos/include -DHAS_LDAP -Iinclude - I/opt/software/samba/samba-3.0.9/source/include -I/opt/software/samba/samba- 3.0.9/source/ubiqx -I/opt/software/samba/samba-3.0.9/source/smbwrapper -I. -
2012 Sep 12
0
R-help Digest, Vol 115, Issue 12
...m I face: my data set consits of a trapping data set, > where the observation at eah trap (1 or 0 for each species) have been > aggregated per traplines. Therefore we have a proportion of > presence/absence for each species per trapline. > > ex: > ID_line mesh habitat Apsy Mygl Crle Crru Miag Miar Mimi Mumu Misu > Soar Somi > 11 028S6A 28 copse 2 0 0 0 0 0 0 0 0 > 0 0 > 12 028S6B 28 copse 1 1 0 0 0 0 0 0 0 > 0 0 > 13 028S6C 28 hedge 2 0 0 4 0 0 0 0 0 > 0...
2012 Nov 06
1
Multinomial MCMCglmm
Thanks for your answers Stephen and Ben, I hope I am posting on the correct list now. I managed so far to run the multinomial model with random effect with the following command: MCMCglmm(fixed=cbind(Apsy,Mygl,Crle,Crru,Miag,empty) ~ habitat:trait,random=~idh(trait):mesh,family="multinomial12", data=dataA,rcov=~trait:units) (where multiple responses are different species, Habitat the explanatory variable and Mesh the random effect) The main question I am facing now is: Why the multinomial model f...
2006 Jun 04
2
Specifying with openssl to use
I'm trying to setup dovecot on Solaris 10. I can get it all working except TLS/SSL. I traced my problem down to the version of openssl that Solaris 10 ships with. The fix is supposed to be to use a newer version of openssl. Without removing the built-in version of openssl I've installed openssl-0.9.8b to /usr/local. When I "./configure" dovecot it seems to always pick up the
2004 Nov 16
1
solaris samba ldap
I'm trying to build 3.0.8 on solaris 9. I tried linking against both sun and openldap libraries, both unsucessufully. I get ------------------------------ checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for
2010 Sep 15
3
Compiling Dovecot 2.0.2 on Solaris 10 SPARC - libssl.so.1.0.0: open failed
I'm trying to compile the source for Dovecot 2.0.2 on a Solaris 10 SPARC machine. > uname -a SunOS ommtca013 5.10 Generic_138888-07 sun4v sparc SUNW,Sun-Blade-T6300 Solaris > cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC I've installed the following binaries from sunfreeware for dovecot 1.1 to use with 2.0.2 gcc-3.4.6-sol10-sparc-local
2008 Oct 05
2
Compiling 3.2.4 --with-krb5=/usr/lib/krb5, not working
Hi all, I'm currently attempting to compile Samba 3.2.4 for Solaris 10 x86. I require krb5 support and I realised that it would not look in the correct default location, under Solaris 10. Example, from ./configure --help: --with-krb5=base-dir Locate Kerberos 5 support (default=/usr) In vanilla Solaris 10 x86, Kerberos libraries are stored in /usr/lib/ krb5. I thought it best to
2004 Jan 29
10
Back to 3.0.1, Winbind and Solaris 9
I've gone back to 3.0.1 to try and get winbind to work with my Solaris 9 machine and NT4 domain. Everything works except user authentication. The wbinfo and getent commands do what they are supposed to. I've included a truss of 'su - ganguly' According to pamlog, the user 'ganguly' has been granted access but it is still hanging. How do I do a truss of a telnet login?