Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP add oracle client #5

Closed
wants to merge 1 commit into from
Closed

WIP add oracle client #5

wants to merge 1 commit into from

Conversation

prees1
Copy link
Member

@prees1 prees1 commented Nov 1, 2021

Currently not working.

sources for installing are here - https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html#ic_x64_inst

and inspired by this here - https://github.com/Shrinidhikulkarni7/OracleClient_Alpine/blob/master/Dockerfile

hitting this error when trying to use sqplus

/lib # sqlplus 
Error relocating /lib/libclntsh.so.21.1: __printf_chk: symbol not found
Error relocating /lib/libclntsh.so.21.1: canonicalize_file_name: symbol not found
Error relocating /lib/libclntsh.so.21.1: getcontext: symbol not found
Error relocating /lib/libclntsh.so.21.1: __res_nsearch: symbol not found
Error relocating /lib/libclntsh.so.21.1: bindresvport: symbol not found
Error relocating /lib/libclntsh.so.21.1: __vsprintf_chk: symbol not found
Error relocating /lib/libclntsh.so.21.1: __dn_skipname: symbol not found
Error relocating /lib/libclntsh.so.21.1: backtrace: symbol not found
Error relocating /lib/libclntsh.so.21.1: backtrace_symbols: symbol not found
Error relocating /lib/libclntsh.so.21.1: __finite: symbol not found
Error relocating /lib/libclntsh.so.21.1: __fprintf_chk: symbol not found
Error relocating /lib/libclntsh.so.21.1: __res_nclose: symbol not found
Error relocating /lib/libclntsh.so.21.1: __res_ninit: symbol not found
Error relocating /lib/libclntsh.so.21.1: secure_getenv: symbol not found
Error relocating /lib/libclntshcore.so.21.1: __printf_chk: symbol not found
Error relocating /lib/libclntshcore.so.21.1: __fprintf_chk: symbol not found
Error relocating /lib/libclntshcore.so.21.1: __vsprintf_chk: symbol not found
Error relocating /lib/libnnz21.so: backtrace: symbol not found
Error relocating /lib/libnnz21.so: backtrace_symbols: symbol not found
Error relocating /lib/sqlplus: __printf_chk: symbol not found
Error relocating /lib/sqlplus: __strncat_chk: symbol not found
Error relocating /lib/sqlplus: __vsprintf_chk: symbol not found
Error relocating /lib/sqlplus: __fprintf_chk: symbol not found

Looks like its cause by a difference in the c library in alpline, apline-glibc
asg1612/alpine-oracle-instantclient#1

@prees1 prees1 closed this Nov 9, 2021
@prees1 prees1 deleted the pnr/oracle branch November 9, 2021 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant