Error binding Oracle, can't find -lm.
Cause and prerequisitesSoftware developer kit OSFPGMRnnn not installed.
SolutionOSF/1 can be installed without the SDK. The compiler and linker are still present in this case, but only the libc.a is installed. The library is contained in packet "OSFPGMR2??". As far as we know, the packet is contained in the pre-requirement guidelines. It is contained on the OSF/1 installation CD and has to be installed using the command "setld -l directory SUBSETNAME"
Example:
root> setld -l /mnt/ALPHA/BASE OSFPGMR2nn (CD mounted on /mnt)
root> setld -i | grep OSFPGMR (for checking)
When checking, make sure that the packet not only appears, but is also marked as installed!
PS: The error noted above can, in certain circumstances, not find -ltr
as well. The affects the upgrade to Oracle 7.0.16 after 7.1.4.
Here the error is:
LINKING and INSTALLING TNS Listener executables
Can't locate file for: -ltr
Further, please note that the temporary install directory
(e.g., /tmp as suggested by the installation) has the requisite
Permission (777).
No comments:
Post a Comment