LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   libclntsh.so.9.0 link error (https://www.linuxquestions.org/questions/linux-software-2/libclntsh-so-9-0-link-error-99231/)

srramkumar 10-01-2003 09:42 PM

libclntsh.so.9.0 link error
 
I am using redhat linux 9 and recently installed oracle 9i in my system. While linking a c++ program with libclntsh.so.9.0, the following errors came

: undefined reference to `__ctype_b'
: undefined reference to `__ctype_toupper'

What is the solution for this? Some body told me that this is because of incompatiblity between the version of linux and oracle.

Regards,
Ram

saint 10-02-2003 02:37 AM

Caution .. do not do it
 
The problem is with the glibc supplied with RedHat 9 system. There is this article http://linux.oreillynet.com/pub/a/li...e_install.html which can help you. However the author cautions you that it is not good to be used on production systems. If you are planning to use Oracle in a production environment stick with Redhat 8 and racle 9i. Atleast they are compatiable and lots of people are using it


All times are GMT -5. The time now is 05:18 PM.