![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| relocation error: yyparse referenced symbol not found | agilgeous | UNIX for Advanced & Expert Users | 2 | 05-06-2008 11:40 AM |
| No screens found problem - and I cant use keybord properly to solve!! | olddays | UNIX for Dummies Questions & Answers | 1 | 10-23-2007 04:45 PM |
| how can i check in csh if command found or not found ? | umen | Shell Programming and Scripting | 2 | 03-03-2007 04:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
referenced symbol not found, how to solve?
while trying to execute an application, i encountered thefollowing error:
ld.so.1: myApplication : fatal: relocation error: file /opt/oracle/oradb/lib/libHotDB50.so: symbol sqlcxt: referenced symbol not found my questions : 1) what is relocation error? 2) why this error occur? 3) how to solve? thanks a lot and have a nice day. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
First of all check that your LD_LIBRARY_PATH environment is set properly , if it's ok also check for essential patches installation in solaris.
Rgrds, Nikk |
|
#3
|
||||
|
||||
|
This may help you with your first two questions - realize the error can be given on many different applications under different circumstances. This is just so you get a better understanding.
Search the page for relocation - Sun docs - relocation error As far as your 3rd question, Nikk answered that well in check your LD_LIBRARY_PATH. That would be the first thing to look at. |
|
#4
|
|||
|
|||
|
Thanks RTM and nikk for your answer.
I am deadly sure that I have checked my LD_LIBRARY_PATH that it includes the path to "/opt/oracle/oradb/lib/libHotDB50.so", where the error came from. I verified this by doing the "echo $LD_LIBRARY_PATH". Now, it said "symbol sqlcxt: referenced symbol not found " Please tell me where is this sqlcxt? Is this problem because of I did not include the library path to this "sqlcxt"? I really do not know what and where this "sqlcxt" is. If you have any idea, please let me know. Thank you very much and have a nice day |
|
#5
|
||||
|
||||
|
If you have verified that LD_LIBRARY_PATH is correct then it may be a problem with the Oracle program/application you are attempting to run. You will note that the explaination in the link for relocation error I provided gives both cause and action items.
Quote:
|
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|