similar to: Not-So-Newbie Openssl Question

Displaying 20 results from an estimated 400 matches similar to: "Not-So-Newbie Openssl Question"

2003 May 16
1
make buildworld fails when upgrading to 4.8 stable : SUITE
OK, It works if I modify my make.conf to not build openss[lh] like it : #MAKE_KERBEROS5= yes # TEST NO_OPENSSH= true # do not build OpenSSH NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) Maybe I install openss[hl] as ports after... But I'm not satisfied with this way... -- G?rard MILHAUD ?cole Sup?rieure d'Ing?nieurs de Luminy (ESIL) Luminy - Case 925 -
2006 Oct 11
4
I cannot upgrade openssl-stablr
Hi all, this is the first time I post to this list. If I am wrong, sorry. I have been trying for three weeks to update openssl-stable, but I cannot beacause of this message: ===> Cleaning for openssl-stable-0.9.7k # # this ports conflicts with your base system # please undefine OPENSSL_OVERWRITE_PORT # and use WITH_OPENSSL_BASE=yes instead. # *** Error code 1 I do not know how to act. Bye
2005 Dec 10
2
OpenSSL tools are not installed
Hi, I just had some issues with unvalidated certificates after the update of the mail/fetchmail port. The solution was to add the missing certificates manually, but that involved running the c_rehash script, that currently isn't installed. Of course, I could run it directly from src/crypto/openssl/tools/, but that isn't an option for users that don't have the source installed. So,
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie, Is there a way to get the default BSD 5.3 openssh to compile against the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so that the heimdal kerberos is not built, and rebuilt world, then installed /usr/ports/security/krb5 and rebuilt world again. sshd is however not being built against MIT at all. [root@foobar] ~ # ldd /usr/sbin/sshd /usr/sbin/sshd:
2008 Sep 25
2
Exclusion of elements in a vector
Dear R Users, I want to exclude elements in a vector by: vector[-exclude] is it intended to cause an error if no elements are excluded? > vector <- 1:10 > exclude <- NULL > vector[-exclude] Error in -exclude or am I just definig exclude wrong, if no elements should be excluded? with kind regards, Stefan Fritsch
2003 Apr 24
3
make buildworld error
I am trying to compile the FreeBSD4.8-STABLE and I gave the following error: make: don't know how to make /usr/obj/usr/src/i386/usr/lib/libssh.a. Stop *** Error code 2 they alguem knows what it can be? Thank!!
2008 Mar 26
0
as.POSIXct/as.POSIXlt generics
Hi, I am trying to define the as.POSIXct as an S4 method for one of my classes. Trying to define a generic, I am getting an error that it is already differently defined in base. However, if I query for it, there is no definition. Being in base, I also cannot really import it. If I define methods without definig a generic, they will work but with a warning that a new generic will be automatically
2004 May 18
1
Hi again timur
I am completely frustrated at this point. The following is not meant against you personally, but I'm the ONLY I.T. person for 100 users in 6 different offices, and I don't know what to do at this point but beg. I finally figured out what Heimdal is, and I believe is the main problem. Installed 5.2.1 on a machine. Installed krb5 from ports. Changed make.conf adding
2003 Mar 26
2
what actually uses xdr_mem.c?
In regards to FreeBSD-SA-03:05.xdr, does anyone know which static binaries or tools under /bin or /sbin actually use that problem code? The recent XDR fixes the xdrmem_getlong_aligned(), xdrmem_putlong_aligned(), xdrmem_getlong_unaligned(), xdrmem_putlong_unaligned(), xdrmem_getbytes(), and/or xdrmem_putbytes() functions, but it is difficult to know what uses these (going backwards manually).
2006 Apr 27
7
Role Based Authorization recipe implementation?
i got the rails recipes book, i have now an auth system for users without problems, now i want to made a role based acces for my app, im following the "Role Based Authorization" recipe of the book but i cant make it to work even when the tables created and correctly added data manually definig the roles and rights. als i dont know how to define a right for use all the actions in a
2003 Apr 29
4
Bug in g++ 2.95.4 (Pointer to member functions)
Hi, I think I have discovered a bug in FreeBSD 4.8-STABLE's system C++ compiler: % gcc -v % Using builtin specs. % gcc version 2.95.4 20020320 [FreeBSD] Here is a stripped down example that can be used to reproduce the bug: // ----------- begin bug.cpp ----------- #include <iostream> class Class { public: void M1 (void) { cout << "M1" << endl; }; void M2
2005 Oct 28
2
Is the server portion of freebsd-update open source?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm wondering if/where I can get the server side component for freebsd-update. Presumably such a component would build and sign the binary patches and prepare them to be served via HTTP to the freebsd-update client. I need a system for distributing binary updates to a collection of customized FreeBSD machines, jails, and embedded systems.
2003 Nov 30
5
mail without mta
Dear list! I'd like to know if some- one has experience with system running no mta (aka sendmail). I have single comp, not server, not lan. Yes! Sendmail is nice, but it is too big for simple tasks I have for it. My intention is to use apps small as possible. This letter gone from mutt directly to ssmtp, that processed it to my isp. (Setting option for sendmail as
2001 Aug 15
3
DJGPP patches and makefiles
Hi. Here are my patches and makefiles for compiling ogg, vorbis and vorbis-tools on DOS with DJGPP. They can build them from cvs snapshots and need minimal maintainance (even extract source lists from `makefile.am's). Everything seems to work, except one FP exception on encode at middle bitrates (lowest two and highest bitrates don't cause it) - I don't think it's my
2001 May 15
1
Is comment order meaningful?
The spec seems to be unclear on this: should two comment haeders who only differ in the order of comments be considered equevalent? VCE shows comments in the order read and allows to store them in any order (it has move up/down buttons). Comment editors with a fixed layout (like the commmon TITLE/ARTIST/etc. fields in PP's winamp plugin) don't show the order and give no control of it.
2003 May 06
0
par.binary
Hello, I am trying to change the foreground and background colors of an owin mask object within SpatStat. Can anyone describe the syntax for specifting a list for par.binary? Thank You, Timothy Timothy S. Hare Grinnell College nahua at crosswinds.net ___________________________________ Build high quality traffic with the Web's Premier traffic building system. 2 to 1 ratio!
2001 Aug 24
1
A broken WAV header?
Hi, While I browsing the source of the Oggenc utility, I saw a comment says: /* A common error is to have an 18-byte format chunk with the last two * bytes 0. This is incorrect, but sufficiently common that we only warn * about it instead of refusing it. * Please, if you have a program that's creating these 18 byte chunks, send * a bug report to whoever makes it */ And it was
2001 Jan 14
3
VORBISCOMMENT
Heya guys, How long until we get a WORKING Vorbis Comment editor? For Windows? -- Robert J. Lynn, Jr. Brainbench Certified Computer Technician, Linux Administrator, and Master Windows 98 User PGP Key ID: 0xCDE22CFB (RSA) rjlynn@suscom.net, rjlynn@crosswinds.net EFNet: Vegeta99 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2000 Dec 24
1
Codebook Flexibility
I've tried to understand the codebook matter (but haven't yet had time to read the source). I want to understand how ibg is the flexibility resulting from packing the codebook in the header of every bitstream. Can we, for example, change the volume of the whole sound by scaling the vectors in the codebook? (My guess is that this wouldn't be enough, as we have to scale the floor of
2000 Dec 23
2
What we need to make it
Here's what we need for a BIG popularity boost: Good interfaces! Yeah yeah, i know, i'll be bitched at on how I should do it on my own, but one thing that always ticked me about MP3 - the lack of tools that do the job without the mess. What we need now is - an ID tag editor. Menu-driven, that means CLI or GUI. We need that, badly. Encoder - GUIs for X and MS Windows. Right now, encoding