[
https://issues.apache.org/jira/browse/COUCHDB-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Lehnardt closed COUCHDB-151.
--------------------------------
Resolution: Fixed
Patch applied as of r710026. Thanks!
My FreeBSD `$ man 3 crypt` says `crypt()` is defined in -lcrypt. We don't
actually need OpenSSL for this one IMHO. Benoit, is there a -lcrypt for OpenBSD?
Maybe this should be detected using the regular `./configure`-magic. Although I
found plenty of other open source projects that do it this way.
> pb when building couchdb with "-lcrypt"
> ---------------------------------------
>
> Key: COUCHDB-151
> URL: https://issues.apache.org/jira/browse/COUCHDB-151
> Project: CouchDB
> Issue Type: Bug
> Components: Build System
> Affects Versions: 0.9
> Environment: openbsd
> Reporter: Benoit Chesneau
> Fix For: 0.9
>
> Attachments: patch-configure_ac
>
>
> On openbsd and probably netbsd -lcrypt don't exist. You should use -lcrypto.
> Find attached the patch that fix this error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.