Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
Producer error of with golang API on Ubuntu libcrypto.so
Hi,
I like to test a a golang based producer and I used the example code from https://github.com/SolaceSamples/solace-samples-go/blob/main/patterns/hello_world.go
I got the credentials generate from solace and also downloaded and referred the truststore pem file.
When I start the program on an uptodate Ubuntu server I get the following error message.
go run main.go 2022/12/09 15:07:03 log.go:41: ERROR solClientDL.c:374 (7f103d8d1640) Could not load library 'libcrypto.so', error: /tmp/go-build1430335048/b001/exe/libcrypto.so: cannot open shared object file: No such file or directory panic: an error occurred while connecting: Could not load library 'libcrypto.so', error: /tmp/go-build1430335048/b001/exe/libcrypto.so: cannot open shared object file: No such file or directory goroutine 1 [running]: main.main() /.../main.go:47 +0x857 exit status 2
I did a basic research on google but didn't find a solution.