Relative Content

Tag Archive for c++oracledockeralpine-linuxinstantclient

How to compile and run an Oracle OCI/OCCI program with C++ in Alpine

I have some problems trying to compile (more precisely, link) an OCCI program with C++ in an Alpine docker.
I already have installed Instant Client 21.14 following some of the steps in this question, with the symbolic links already created and the environment variables set.
My problem comes when I try to link a simple C++ program like the following: