Quantcast
Channel: Visual COBOL Knowledge Base
Viewing all articles
Browse latest Browse all 214

Unable to Install the MFLicenseServer on SUSE 12 SP1

$
0
0
Current Revision posted to Visual COBOL Knowledge Base by ppimental on 4/13/2016 1:01:37 PM

Problem:

During the Visual COBOL or Enterprise Developer installation on SUSE 12 SP1 installation, the Visual COBOL product will be installed, but the MFLicenseServerInstall.sh call made during the installation will fail to extract the binaries necessary to install the licensing system. During debug, a pax: Bad Option: -O. error message will be noted.

 

Resolution:

At line 1989 in MFLicenseServerInstall.sh
Change the following line and remove ! from the if statment. 

if [ "$platform.x" != "Linux_ppc.x" ] 

to 

if [ "$platform.x" ="Linux_ppc.x" ] 

Then the installer should work and extract the binaries and complete successfully.

This issue will be resolved in Visual COBOL and Enterprise Developer 2.3 Update 1 Hotfix1.


Viewing all articles
Browse latest Browse all 214

Trending Articles