I just noticed that openssl097-dev installs /sw/share/man/man3/err.3
(describing OpenSSL error codes) which conflicts with
/usr/share/man/man3/err.3 (describing the BSD err function and
friends). This makes it impossible to access the system manpage
directly. Apple avoids this by installing the
On Sep 5, 2004, at 3:05 PM, Daniel Johnson wrote:
I just noticed that openssl097-dev installs /sw/share/man/man3/err.3
(describing OpenSSL error codes) which conflicts with
/usr/share/man/man3/err.3 (describing the BSD err function and
friends). This makes it impossible to access the system manp
Has anyone worked at trying to port the PyML machine learning library to
macosx and/or fink? I've been trying to build it this morning and running
into a lot of troubles and possibly a gcc bug. I haven't done python module
programming in at least 6 years, so I'm really rusty at dealing with these