Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

While trying to install SA12 service with the dbsvc utility:

/opt/sybase/installation/bin64/dbsvc -as -t network -w monitor_srv -x tcpip -c 512M "/opt/sybase/installation/db/monitor.db"

I get error:

"This utility requires /lib/lsb/init-functions"

asked 22 Mar '18, 11:29

BlueMark's gravatar image

BlueMark
316131827
accept rate: 66%


Ok., I resolved this problem:

yum provides */init-functions
  • this command check package name that was missing, it returned it was within redhat-lsb-core-4.1-27.el7.centos.1.x86_64 : LSB Core module support

So we need to install this package:

yum install redhat-lsb-core
permanent link

answered 23 Mar '18, 06:26

BlueMark's gravatar image

BlueMark
316131827
accept rate: 66%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×438
×68
×12

question asked: 22 Mar '18, 11:29

question was seen: 2,090 times

last updated: 23 Mar '18, 06:26