-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
Hi,
im currently trying to compile gocryptfs by using the bash script which ends in the following build error:
package .
imports github.com/rfjakob/gocryptfs/internal/configfile: use of internal package not allowed
package .
imports github.com/rfjakob/gocryptfs/internal/contentenc: use of internal package not allowed
package .
imports github.com/rfjakob/gocryptfs/internal/cryptocore: use of internal package not allowed
package .
imports github.com/rfjakob/gocryptfs/internal/fusefrontend: use of internal package not allowed
package .
imports github.com/rfjakob/gocryptfs/internal/nametransform: use of internal package not allowed
package .
imports github.com/rfjakob/gocryptfs/internal/toggledlog: use of internal package not allowed
go build
produces the same result.
Any hints or advice to overcome this build error. I am using Go 1.6.
BTW: Building with gcc-go results in
could not determine kind of name for C.SSLv3_method
I installed openssl (there is no extra dev-Packge for ArchLinux) before.
Metadata
Metadata
Assignees
Labels
No labels