🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
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.