![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk doubt | Pradee | Shell Programming and Scripting | 3 | 11-15-2007 07:35 AM |
| awk doubt.. | esham | Shell Programming and Scripting | 11 | 10-10-2007 11:24 PM |
| doubt in sed | matrixmadhan | UNIX for Dummies Questions & Answers | 3 | 08-03-2005 08:34 AM |
| KSH doubt !!! | witt | Shell Programming and Scripting | 5 | 10-29-2001 05:41 PM |
| awk doubt | vadivel | UNIX for Dummies Questions & Answers | 7 | 10-02-2001 04:41 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
doubt while compiling using cc
I was trying to compile a proc code. All steps when fine, except the last step which threw an error -
Quote:
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Got it working
The library was pointing to a 64 bit library. Changed the directory where to serach for the library. Searched google and found the solution. it should have been
Quote:
Should learn to first try and then post. Regards |
|
#3
|
|||
|
|||
|
just another way,
change your ORACLE_LIB path to /lib32 in LD_LIBRARY_PATH env variable and just Code:
cc filename.c -o filename -lclntsh |
|
#4
|
|||
|
|||
|
thanks
Thanks Madhan, Will keep this in mind in future.
|
|||
| Google The UNIX and Linux Forums |