| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
During the upgrade process one of the executable(ovc) is run to perform some operation, when 'ovc' executable is run upgradation fails with the below error message: exec(): 0509-036 Cannot load program /usr/lpp/OV/bin/ovc because of the following errors: 0509-150 Dependent module libOvXpl.so could not be loaded. 0509-022 Cannot load module libOvXpl.so. 0509-026 System error: A file or directory in the path name does not exist. exec(): 0509-036 Cannot load program /usr/lpp/OV/bin/ovc because of the following errors: 0509-150 Dependent module libOvSecCore.so could not be loaded. 0509-022 Cannot load module libOvSecCore.so. 0509-026 System error: A file or directory in the path name does not exist. "libOvXpl.so" and "libOvSecCore.so" are shared libraries which are present under '/usr/lpp/OV/lib' directory. Usually the library search path for a executable can be seen in entry 0 in the ImportFile Strings section of the loader header(Refer the below link for more inforamtion). AIX linking 101 Below is the "dump -Hv" of the ovc executable: # dump -Hv /usr/lpp/OV/bin/ovc ----------------------------------------------------------------------- /usr/lpp/OV/bin/ovc: ***Loader Section*** Loader Header Information VERSION# #SYMtableENT #RELOCent LENidSTR 0x00000001 0x000000f4 0x000004f2 0x000001ec #IMPfilID OFFidSTR LENstrTBL OFFstrTBL 0x0000000e 0x00005258 0x000025fd 0x00005444 ***Import File Strings*** INDEX PATH BASE MEMBER 0 /DE/foundation_src/OvCtrl/cpp/obj/AIX5.1/release/lib:/DE/stage.1/AIX5.1/release/lib/OvCtrl:/DE/stage.2/AIX5.1/release/lib/OvXpl:/DE/stage.1/AIX5.1/release/lib/OvSecCore:/DE/stage.1/AIX5.1/release/lib/OvBbc:/usr/vacpp/lib:/usr/lib:/lib:/usr/local/lib:/usr/lpp/OV/lib: 1 libOvXpl.so 2 libOvSecCore.so 3 libOvBbc.so 4 libOvCtrl.so 5 libOvCtrlUtils.so 6 libpthread.a shr_comm.o 7 libpthread.a shr_xpg5.o 8 libC.a shr.o 9 libC.a shr2.o 10 libC.a shr3.o 11 libC.a ansi_32.o 12 libc.a shr.o 13 librtl.a shr.o ----------------------------------------------------------------------- From the above output we can see that entry 0 in the ImportFile Strings section contains "/usr/lpp/OV/lib" directory were "libOvXpl.so" and "libOvSecCore.so" shared libraries are present but even then upgradation fails with the error mentioned above. Could someone please help me on this. Thanks & Regards, -Vachan Last edited by vachanbs; February 28th, 2008 at 22:16. Reason: Improper Title |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |