openssl in -current

2000-02-19 Thread Victor Salaman

This message was sent from Geocrawler.com by "Victor Salaman" [EMAIL PROTECTED]
Be sure to reply to that address.

I personally think that it's braindead to add 
openssl to the system and stripout parts of it 
(RSA  IDEA). Don't get me wrong, I love to have 
openssl inside the system, it's just that a lot 
of things don't work as expected (OpenSSH, Apache-
modssl,etc). I think there are sneaky ways to get 
around the export restrictions, patents, etc. I 
think FreeBSD should let the user decide wether 
they want to take the resposability of installing 
the restricted code or not, and not let the 
developers decide that. As a quick fix, I have 
setup openssl094 separate from the system build, 
and have incorporated a script to copy 
the "original" libraries in /usr/lib as the 
original authors of OpenSSL intented and now my 
openssh port, apache-modssl, (everything) works 
as expected.

Imagine that you are setting up 100 FreeBSD 
machines, it's not an option to do make world 
from sources and build a "new" non-crippled 
crypto system. You just want to install it and 
go! 

This is not a flame. Just my 2 cents.

Geocrawler.com - The Knowledge Archive


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Make world dies on 3.0 STABLE

1999-01-21 Thread Victor Salaman
I just csvup'ed the sources...(I had the sources from January 12's
snapshot). While trying to do a make world, eventually I get this message.

c++ -pg -I/usr/obj/usr/src/tmp/usr/include/g++ -nostdinc -O -pipe
-I/usr/src/gnu
/lib/libstdc++/../../../contrib/libg++/include
-I/usr/obj/usr/src/tmp/usr/includ
e/g++ -I. -I/usr/obj/usr/src/tmp/usr/include
-I/usr/src/gnu/lib/libstdc++/../../
../contrib/libg++/include
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/l
ibio -I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libstdc++
-fno-implici
t-templates -c
/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/fstream.
cc -o fstream.po
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `void
ios::clear(int
 = 0)':
In file included from /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:31,
 from /usr/obj/usr/src/tmp/usr/include/g++/fstream.h:30,
 from
/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/f
stream.cc:34:
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: `_strbuf' undeclared
(firs
t use this function)
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: (Each undeclared
identifie
r is reported only once
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: for each function it
appea
rs in.)
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `class streambuf
* i
os::rdbuf() const':
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:220: `_strbuf' undeclared
(firs
t use this function)
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `class streambuf
* i
os::rdbuf(class streambuf *)':
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:222: `_strbuf' undeclared
(firs
t use this function)
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `void
ios::init(stru
ct streambuf *, class ostream * = 0)':
/usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:458: `_strbuf' undeclared
(firs
t use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class ostream 
ostr
eam::put(char)':
In file included from /usr/obj/usr/src/tmp/usr/include/g++/fstream.h:30,
 from
/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/f
stream.cc:34:
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:56: `_strbuf' undeclared
(first
use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `struct streambuf
* o
stream::ostreambuf() const':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:104: `_strbuf' undeclared
(first
 use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `int
istream::get()':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:165: `_strbuf' undeclared
(first
 use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class istream 
istr
eam::putback(char)':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:177: `_strbuf' undeclared
(first
 use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class istream 
istr
eam::unget()':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:180: `_strbuf' undeclared
(first
 use this function)
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `struct streambuf
* i
stream::istreambuf() const':
/usr/obj/usr/src/tmp/usr/include/g++/iostream.h:187: `_strbuf' undeclared
(first
 use this function)
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.




and then dies!

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message