cancel
Showing results for 
Search instead for 
Did you mean: 

Installing SQL Anywhere service on Linux (CentOS 7.4.1708)

Former Member
0 Kudos
2,547

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"

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

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

Answers (0)