pikachurus commented on issue #20371: URL: https://github.com/apache/superset/issues/20371#issuecomment-1159547173
in my case helped at first install oracleclient 11.2, then remove config /etc/ld.so.conf.d/oracle-instantclient.conf (in container) and install oracleclient 21.6 > docker exec [container-id] dpkg -i oracle-instantclient11.2-basic_11.2.0.4.0-2_amd64.deb > docker exec [container-id] rm /etc/ld.so.conf.d/oracle-instantclient.conf > docker exec [container-id] dpkg -i oracle-instantclient-basic_21.6.0.0.0-2_amd64.deb and i don't know why -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
