![]() |
|
|
|
|
|||||||
| 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 |
| relink directories | benefactr | UNIX for Advanced & Expert Users | 4 | 01-14-2008 01:28 PM |
| Compilation of gettext produces relink errors | töfte | AIX | 0 | 09-05-2006 03:15 PM |
| compiled binary file gives "cannot execute binary file" | scgupta | SUN Solaris | 0 | 07-12-2006 10:59 PM |
| Where is M4 binary? | hypamw | UNIX for Dummies Questions & Answers | 2 | 05-04-2005 08:25 PM |
| ftp binary | eeldivady | UNIX for Dummies Questions & Answers | 2 | 07-06-2001 11:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Relink a binary
Hi,
under Unix AIX 5 3 , when launching a binary called adworker (ORACLE BINARY) I have this message : Could not load program /exec/products/OA/v11.5.10.2/p13drec/p13dsmsappl/ad/11.5.0/bin/adworker: rtld: 0712-001 Symbol __pth_init was referenced from module adworker(), but a runtime definition of the symbol was not found. Do you have any idea ? I think I should link or make adworker . How should I do that ? Many thanks before. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I don't use AIX but it sounds like your program needs access to a shared library. There is usually a way to add paths when ld builds the executable, often a -R/path/to/shared_libraries or something like that. You probably have some environment variable, often called LD_LIBRARY_PATH that can be used to add directories to list. A few OS's have a utility to modify the built-in paths of an executable. My guess is that something along one of these lines would fix your problem.
|
||||
| Google The UNIX and Linux Forums |