Displaying 20 results from an estimated 1000 matches similar to: "OpenSSH, Kth kerberos, and Digital Unix"
2023 Oct 15
1
Compiling within Samba Source-Tree
On 10/14/23 23:43, Peter Koch via samba wrote:
> It must be possible to tell the build-system that smbscardd needs -lcrypto
> Please let me know how.
./source3/wscript: conf.CHECK_FUNCS_IN('DES_pcbc_encrypt', 'crypto')
As we already seem to check for libcrypto and store the dependency, you
should be able to just add crypto to your list of deps.
> no talloc
2023 Oct 15
1
Compiling within Samba Source-Tree
Hi Ralph,
Thanks very much - I will try your suggestions and let you know
wether that helped or not
Peter
Am 15.10.2023 um 14:33 schrieb Ralph Boehme:
> On 10/14/23 23:43, Peter Koch via samba wrote:
>> It must be possible to tell the build-system that smbscardd needs
>> -lcrypto
>> Please let me know how.
>
> ./source3/wscript:???
2008 Nov 26
1
Request for Assistance in R with NonMem
Hi
I am having some problems running a covariate analysis with my
colleage using R with the NonMem program we are using for a graduate
school project. R and NonMem run fine without adding in the
covariates, but the program is giving us a problem when the covariate
analysis is added. We think the problem is with the R code to run the
covariate data analysis. We have the control stream, R code
2000 Feb 08
0
compile with KTH-KRB4
Hello,
Has anyone tried to compile Openssh with KTH-KRB4? I tried using:
./configure --prefix=/usr --sysconfdir=/etc/ssh \
--with-gnome-askpass --with-tcp-wrappers \
--with-ipv4-default \
--with-kerberos4=/usr/athena
but it complains that it cannot find krb.h (which is in
/usr/athena/include).
I didn't find anything in the
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
Hi,
I configured OpenSSH 3.0.2p1 with
./configure --disable-suid-ssh --with-pam --with-kerberos4=/usr/athena \
--with-afs=/usr/afsws --with-ipaddr-display \
--with-ssl-dir=/afs/bi/v/@sys/libraries/openssl/latest
My "latest" OpenSSL is 0.9.6a. KTH krb4 is 1.1.
When linking the binaries, the KTH krb4 libdes conflicts with the
OpenSSL libdes. It seems to be possible to get around
2002 Jan 23
1
OpenSSH w/ kth-krb4 on AIX
Hi,
I'm suffering from a memory corruption problem when compiling OpenSSH
3.0.2p1 with kth-krb4 1.1 on AIX 4.3.2 and 4.3.3. The symptom is that
the file name gets zeroed out during ssh key generation, for example
during "make install":
Generating public/private rsa1 key pair.
open failed: No such file or directory.
^ filename normally goes here
When I remove krb4 from the
2000 Sep 14
0
modifying Openssh config script for KTH-KRB (fwd)
Dear OpenSSH developers,
Hi, taking the liberty of sending this to your mailing list in the hope
someone will be able to help. The KTH version of Kerberos 4 was the only
one I was able to find.
In case you don't want to look at all the stuff below, the situation is
briefly that I am trying to compile openssh with kerberos 4 support, which
it apparently has. However, it can't find krb.h,
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
Hello,
I have tried to compile openssh-3.1p1 and then two
later snapshots. It seems that I can not have support
for KTH-Krb4, according to this errorlist from make:
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L. -Lopenbsd-compat/ -R/usr/local/ssl/lib
-L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib
-R/usr/athena/lib -lssh
2011 Dec 06
2
configuring a package for own personal needs
Hi All,
There is a function in package "R2Cuba" called Cuhre that I need to use. It
keeps spitting out a new-line which I really dont want it to do. So I was
wondering what is the best way of configuring the package. I tried copying
and pasting the code into Cuhre2 and getting rid of the newline command BUT
that didn't work since it seems to have some private functions which I do
2004 Jul 16
3
sas to r
I would be incredibly grateful to anyone who'll help me translate some
SAS code into R code.
Say for example that I have a dataset named "dat1" that includes five
variables: wshed, site, species, bda, and sla. I can calculate with the
following SAS code the mean, CV, se, and number of observations of
"bda" and "sla" for each combination of
1999 Dec 20
2
digital unix linking problem
Greetings.
I'm trying to install R-0.90.1 on our digital 4.0F servers (alphaev6 arch).
Using either the digital cc and f77, or gcc 2.95.2 and g77, R compiles,
but on trying to execute it I get:
11819:./bin/R.X11: /sbin/loader: Fatal Error: cannot map xxxxxxx
I'm used to 'cannot map', but always with a shared library name,
not 'xxxxxxx'. Has anyone else run into this
2003 Oct 03
1
Cannot compile 3.0.0 release
Does anyone know why I cannot compile the 3.0.0 release of Samba on Compaq
Tru64 4.0f (aka DEC OSF1 version 4.0f)
I have read the mailing list quite a lot and have done the chmod adjustment
to the "install-sh" file, and then ran "./configure"
I am not using gcc nor am I using GNU make, I am using the default compiler
and make supplied with the OS.
the "./configure"
2009 Nov 08
2
Counting non-empty levels of a factor
Hi everyone,
I'm struggling with a little problem for a while, and I'm wondering if
anyone could help...
I have a dataset (from retailing industry) that indicates which brands
are present in a panel of 500 stores,
store , brand
1 , B1
1 , B2
1 , B3
2 , B1
2 , B3
3 , B2
3 , B3
3 , B4
I would like to know how many brands are present in each store,
I tried:
result <-
2004 Oct 06
2
[Bug 940] xmmap.c noequality compile error on Digital UNIX 4.0F PK7
http://bugzilla.mindrot.org/show_bug.cgi?id=940
anenni at isisw.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|xmmap.c noequality compile |xmmap.c noequality compile
|error on DigitalUNIX 4.0F |error on Digital UNIX 4.0F
|PK7
2006 Jan 15
0
Samba 3.0.21a && AFS
Sorry for the cross post, but I can't find the original mail
I don't know if it was sent to the OpenAFS or the Samba
list...
I've managed to fix some compilation/build problems when
using '--with-afs' to Samba. Something about undefined
attributes:
----- s n i p -----
Linking bin/smbd
lib/afs.o: In function `afs_createtoken':
2001 Dec 05
0
digital unix problem
SEND: Teoman TURHAN
Hi teams.
I installed samba 2.0.9 on Alpha server TRU64 unix 4.0F. But I cannot configure --with-dfs because this Tru64 unix was installing chosed filesystem type UFS filesystem. but I used ./configure command and make and make install.
I installed ADVFS file system 2 days ago samba 2.2.2 on TRU64 unix. but I don't live a problem. all services were running.
UFS BUG
2006 Jun 26
1
OpenSSH compatibility with Tru64 version 4.0F?
I am just looking for a quick answer as to whether or not OpennSSH is
compatible with Digital Unix Tru64 v 4.0F.
Hing Fei Wong
Systems Engineer
Building 100, M1309
Valley Forge, PA
Admin # 4-6242
-----Original Message-----
From: Darren Tucker [mailto:dtucker at zip.com.au]
Sent: Friday, June 23, 2006 3:53 AM
To: Wong, Hing Fei
Cc: www at openbsd.org
Subject: Re: OpenSSH compatibility with
2010 Feb 19
2
segfault - (imap|pop3)-login during nessus scan
We've been struggling with a problem for the past couple of days which to this point I've only gotten to be able to boil down to this:
1. Install nessus home edition (less pluggins I assume)
2. run all scans (sequentially or in parallel, doesn't seem to matter)
3. about 3 minutes in /var/log/messages will show segfaults on imap and/or pop3
imap-login[22185]: segfault at
2005 Oct 14
11
[Bug 1104] Compile error "ldLL" not declared in strtonum.c under Tru64 Unix 4.0f
http://bugzilla.mindrot.org/show_bug.cgi?id=1104
Summary: Compile error "ldLL" not declared in strtonum.c under
Tru64 Unix 4.0f
Product: Portable OpenSSH
Version: 4.2p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: Build system
2004 Jan 29
3
W9x doesn't download printer drivers
My W9x clients cannot download printer driver from samba 3.0.2rc1 with
cups 1.1.17, while w2k clients do.
The W9x clients open the Add Printer Wizard, connect to print$ share,
request the ADOBEPS4.DRV file, but they stop at the beginning of the
download.
Permissions on print$\WINNT\0 directory are the same as print$\W32X86\2.
cupsaddsmb was successful.
I sniffed the packets while client was