spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
474 stars 237 forks source link

Showing error on Freebsd when try to pull using 'go get' #38

Closed g3rk6 closed 8 years ago

g3rk6 commented 8 years ago
/usr/local/bin/ld: $WORK/github.com/spacemonkeygo/openssl/_obj/cert.cgo2.o: undefined reference to symbol 'EVP_dss1'
//usr/local/lib/libcrypto.so.8: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
g3rk6 commented 8 years ago

libcrypto was needed to be added in build.go file.