pd123
July 29, 2026, 5:34pm
1
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)"
asdffdsa
(jojothehumanmonkey)
July 29, 2026, 5:50pm
2
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
ncw
(Nick Craig-Wood)
July 29, 2026, 11:00pm
3
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.
pd123
July 31, 2026, 4:15pm
4
Thanks. It works. After removing the exclusion on that file, the Azureblob backup compile. Now can see the azureblob in the config.
ncw
(Nick Craig-Wood)
July 31, 2026, 4:24pm
5
Great! Please send a pull request
ncw
(Nick Craig-Wood)
August 1, 2026, 7:26am
6
Th pr is merged now so support for this is in the latest beta