similar to: Makefile without LIBS= -lcrypt

Displaying 20 results from an estimated 1000 matches similar to: "Makefile without LIBS= -lcrypt"

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
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
Jan, maybe I should check the /afs information that you pointed me at in a subsequent email first, but I wanted to update you on what happened following this path: I did get some mileage out of both of your suggestions below, but still did not make it through (now working with openssh-2.9p2): gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L.
2008 Oct 27
0
New Xen.org Project: Xen Introspection Project
Xen Community: I have been asked by Steve Brueckner of ATC-NY and some of his colleagues to create a new Xen.org project - Xen Introspection Project: to design an API for performing VM introspection and implementing the necessary functionality into Xen. If you are interested, please email me back and I will add you to the project member list. I will be sending out an email later this week to
2008 Oct 27
0
New Xen.org Project: Xen Introspection Project
Xen Community: I have been asked by Steve Brueckner of ATC-NY and some of his colleagues to create a new Xen.org project - Xen Introspection Project: to design an API for performing VM introspection and implementing the necessary functionality into Xen. If you are interested, please email me back and I will add you to the project member list. I will be sending out an email later this week to
2008 Oct 27
0
New Xen.org Project: Xen Introspection Project
Xen Community: I have been asked by Steve Brueckner of ATC-NY and some of his colleagues to create a new Xen.org project - Xen Introspection Project: to design an API for performing VM introspection and implementing the necessary functionality into Xen. If you are interested, please email me back and I will add you to the project member list. I will be sending out an email later this week to
2012 Feb 17
1
como instalar plugin R en tiki
Estamos haciendo algunas pruebas pero no damos con la tecla, alguien tiene una idea de como instalarlo? Muchas gracias! Edwin Aguiar Desarrollo y Bases de Datos TICS EEA Corrientes INTA <v:f eqn="prod @7 21600 pixelHeig</v:formu [[alternative HTML version deleted]]
2020 Mar 25
1
contribution to package graphics::barplot
Dear R-devel members, I made a small modification in the graphics::barplot function when used with a matrix and beside argument set to false in order to be able to order each bar according to its value (from smaller to bigger or bigger to smaller), while keeping the colors. It may be of general interest (for example to be able to visualize the occurrences of letters from different texts, or the
2003 Feb 04
1
deleting symlinks only
hello list, is it possible to delete a symlinked directory over a samba-share, without deleting it's content but leaving the link-target as it is and deleting the symlink only? If I interpret samba's behaviour correctly, on deletion samba does not recognize the link as a link but as a directory, descends into it and deletes the content recursively, finally tries to delete the directory
2012 Feb 14
1
como pasar una variable como parametro en consulta query
Buenas tardes a todos. Tengo una duda sobre como programar en R el siguiente codigo: #marcador 1 del mes 1 mes="abril" P1 <- sqlQuery(ch, as.is=TRUE, paste("SELECT `value_DE` FROM `de` WHERE `month_DE`=''abril'' and `icg_DE`= 1")) print(P1) Mi problema es que debo crear una serie de querys que llamen a 13*60 datos, por lo cual la variable "mes" (en
2001 Jun 18
0
multiply-defined error during make
Hello All, During the make of openssh-2.9 on solaris 5.8 make failed with the following error: ld: fatal: symbol `des_check_key' is multiply-defined: (file /xxx/xxx/solaris/admin/sys/krb4/lib/libdes.a(set_key.o) and file / xxx/xxx/solaris/openssl/lib/libcrypto.a(set_key.o)); ld: fatal: symbol `des_set_odd_parity' is multiply-defined: (file
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
2003 Feb 03
2
Hashing for short pathnames
Hi, using samba 2.2.5-UL (on a SuSE-SLOX-System) we have to mangle long pathnames to short ones. We need this for some of our apps which generate batch-files (*.bat) for compilation. Normally this works correctly, exept for a directory named "Only_for_generation". This directory is mangled into "Only_~%0" (it' s NULL at the end). And this is the problem. In
2007 Mar 06
6
Desynchronize clock
I don''t want my dom0 to update the clock in my HVM domU. I''ve already disabled network-based time synchronization inside the HVM. I''ve tried setting /proc/sys/xen/independent_wallclock=1 and then restarting xend, but the guest still gets the correct time. Any ideas on how to accomplish this? Steve Brueckner, ATC-NY _______________________________________________
2003 Jun 24
1
filename conversion from samba 2.x to 3.0beta
Hello, i upgraded a samba 2.x box to 3.0beta1. now users are unable to access filenames which contain german umlauts. e.g. filename R?mer is cut down to R umlauts work fine when the filename is create by the samba 3.0 box. does anybody know how to convert old style filenames to the new charset ? i know that there is a "conversion" script in the samba howto, but unfortunately it works
2005 Dec 15
1
RE: ssh in rc.local stalls xenU [SOLVED]
Karsten M. Self wrote: > on Thu, Dec 15, 2005 at 01:38:29PM -0500, Steve Brueckner > (steve@atc-nycorp.com) wrote: >> I''m using Fedora Core 4. I need to create an ssh port forwarding >> tunnel to my xen0 domain when my xenU domain starts up, so I added >> this to the xenU''s /etc/rc.d/rc.local: >> >> ssh -v -f -L 5500:localhost:5501 xen0_ip
2000 Mar 29
2
BAD performance with SAMB on aix
Hello, I have 8 Samba servers with 300 clients here running on Sun and Linux machines with GREAT performance. Now in one departement i installed samba 2.0.6 on one 40K$ IBM F50 with AIX 4.3.2, 2xCPU, 256MB RAM, 100FDX, extern RAID 5 Tower . Performance is really very, very BAD. I tried already everything, but this IBM box with samba is just very SLOW. Browsing through directories, logging, copying
2012 Oct 10
0
Resumen de R-help-es, Vol 44, Envío 9
Estimado Jose: En nuestro caso utilizamos las mismas librerias y solemos resolverlo asi (donde el color depende del valor que se le asigne) //-------------------------------------------------------------------------------------------------------------------------------------- #configuramos donde setwd("D:/mapas/") #Carga de librerias library (sp) library (RColorBrewer) library
2002 May 13
1
[Bug 44] Can't pass KRB4 TGT on RH7.2 due to glibc mkstemp
http://bugzilla.mindrot.org/show_bug.cgi?id=44 ------- Additional Comments From djm at mindrot.org 2002-05-13 15:39 ------- Have you filed a bug in the glibc bug tracking system? BTW, how did you compile with krb4 on Redhat 7.2 without running over libdes conflicts? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Jun 04
0
problems setting password with net command and security=domain
Hello, i've got the following setup windows nt4 server sp6 samba 3.0 alpha 24 (debian) running with security=server i'm trying the following thing: srv01:/etc/ldap# smbclient //srv01/darks -U darks Password: OS=[Unix] Server=[Samba] smb: \> quit srv01:/etc/ldap# getent passwd jack jack:x:501:500:Ulrich Eck:/home/jack:/bin/bash srv01:/etc/ldap# net rap user ADD jack secret -U
2003 Nov 17
1
Kerberos-authentication to a Samba server without a Windows KDC ?
Hello, i'm currently trying to find a way to integrate a openafs cell and samba (without plaintext passwords). this should all be possible with a windows kdc, giving out afs tickets and forward these tickets to the samba server. unfortuntely this is not an option here. is there a way to connect samba 3.x to a mit krb5 server ? Holger Brueckner net-labs Systemhaus GmbH