Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-22313

ppc64le: go compiled programs should statically link with libgo

    • Fully Compatible
    • Platforms F (01/29/16)

      When gccgo compiles binaries, it dynamically links those binaries with libgo.so. This requires that users have libgo.so installed.

      MongoDB should compile binaries with static linking for libgo instead.

      Example:

      go build -gccgoflags '-static-libgo' -o bin/mongodump mongodump/main/mongodump.go
      

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: