Rclone release Solaris version missing Azure Blob Storage

What is the problem you are having with rclone?

Rclone Solaris release version, cannot create remote of " Microsoft Azure Blob Storage (azureblob)"

Run the command 'rclone version' and share the full output of the command.

rclone v1.74.4

  • os/version: OpenIndiana illumos-3984682357
  • os/kernel: 5.11 (i86pc)
  • os/type: solaris
  • os/arch: amd64
  • go/version: go1.26.5
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone config
"Type of storage to configure" missing " Microsoft Azure Blob Storage (azureblob)"

welcome to the forum,

can you run rclone config -vv, try to configure the remote and post the full output.
make sure to redact private information

Alas the Azureblob SDK doesn't compile on Solaris

You can try removing the Solaris exclusion at the top of each file in the Azureblob backend and see whether it does compile. It certainly didn't at one point but I haven't checked recently.