LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   aio_raw library not avaliable (https://www.linuxquestions.org/questions/linux-newbie-8/aio_raw-library-not-avaliable-705885/)

pramod.srk 02-19-2009 07:09 AM

aio_raw library not avaliable
 
Dear All,
We are porting an application from unix to linux.
The application is to be connected oracle 10g and access the database.
I am getting the linker error as follows
/usr/bin/ld: cannot find -laio_raw
collect2: ld returned 1 exit status

The make files flag is as follows
FLAG = -lclntsh -lexc -lmld -lrt -laio_raw -lm -lm -lpthread
I searched the libraries in /usr/lib and other lib locations($ORACLE_HOME/lib) but did not find.

Can you please help me to come out of this linking problem.

With Regards
Pramod


All times are GMT -5. The time now is 10:15 AM.