Getting Error In Mta Makefile After Upgrading To 12 PS3.
(Doc ID 2689991.1)
Last updated on JUNE 07, 2022
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.3.0 and laterInformation in this document applies to any platform.
Goal
Getting below error in MTA makefile after upgrading Billing and Revenue Management (BRM) to 12 PS3 from 7.5PS19. Able to compile the code after making the changes in the makefile.
Added -ldl and -lBAS flags for linking.
Line before changes looks like below (works in 7.5 PS19):
LDLIBS= -lportal -lpcm -lpcp -lpinlog -lpinsys -lpsiu -lpsiu_for_cm -lregex -lcm_main -lcmpin -lmta
Line after changes looks like below (Modified to make it work in 12 PS3):
LDLIBS= -lportal -lpcm -lpcp -lpinlog -lpinsys -lpsiu -lpsiu_for_cm -lregex -lcm_main -lcmpin -lmta -ldl -lBAS
Error:
Query: How to resolve the error?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |