You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While developing a SLES15 container for at-docker, I hit the following issue:
c555cb923bd3:~ # rpm --import https://debian.neo4j.com/neotechnology.gpg.key
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
error: https://debian.neo4j.com/neotechnology.gpg.key: import read failed(2).
The container basically has AT 15.0 installed, the symlinks /lib64/ld64.so and /sbin/ldconfig changed to point to AT's and AT's bin dir prepended to PATH envvar.
Running the same command as before appended with LD_DEBUG=libs shows some errors:
While developing a SLES15 container for at-docker, I hit the following issue:
The container basically has AT 15.0 installed, the symlinks
/lib64/ld64.so
and/sbin/ldconfig
changed to point to AT's and AT's bin dir prepended to PATH envvar.Running the same command as before appended with
LD_DEBUG=libs
shows some errors:The text was updated successfully, but these errors were encountered: