LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   /usr/bin/ld: cannot find -lsqlnet (https://www.linuxquestions.org/questions/linux-software-2/usr-bin-ld-cannot-find-lsqlnet-911040/)

pralinux 10-31-2011 05:23 AM

/usr/bin/ld: cannot find -lsqlnet
 
Hi I am trying to compile one program using make
make throws an error

/usr/bin/ld: cannot find -lsqlnet

can some one tell me what could be the problem?

colucix 10-31-2011 06:14 AM

Hi and welcome to LinuxQuestions! The error message means the library libsqlnet.so or libsqlnet.a cannot be found on your system. Googlin' around it looks like it is provided by a Oracle installation, hence the software you're trying to install depends on Oracle database, doesn't it?

pralinux 11-09-2011 11:44 AM

Hi Actually
I was compiling a pro*C program when i encountered that error.

colucix 11-09-2011 02:34 PM

Indeed, Pro*C is the Oracle's embedded SQL environment and it requires the Oracle development libraries.


All times are GMT -5. The time now is 04:35 PM.