1

I get the following error when running install-agraph for agraph-6.6.0

An unhandled error occurred during initialization:
Loading sys:aclissl.so failed with error:
/home/<username>/agraph-6.6.0/aclissl.so: undefined symbol: CRYPTO_set_locking_callback.
[physical pathname is /home/<username>/agraph-6.6.0/aclissl.so]

Cannot find much with google-fu on this error - at least nothing useful. Any leads would be helpful.

solyarist
  • 424
  • 3
  • 17

1 Answers1

2

This problem has been fixed in the upcoming 7.0 release of AllegroGraph. Your workaround, using a system with OpenSSL 1.0.x is the correct one, for the currently released version of AllegroGraph.

dkl
  • 66
  • 1
  • 6