cancel
Showing results for 
Search instead for 
Did you mean: 

error while installing ASE Developer Edition

Former Member
0 Kudos

Hi,

I'm busy installing ASE 16 DE on CentOS7. The bulk of the installation seems to have gone ok, but then I got the following error while in the create sample databases stage of the installation.

Cannot run /sybase/INSTALL/OCS-16_0/bin/isql - exec failed (ENOENT).

From what I can gather this is either because isql is missing some libraries and doesn't work or it should have called isql64.

I've tested connecting to the server using isql64 and it is up.

So my question is, can I somehow fix and get the remainder of the installation to complete?

Does anyone know if this is the last stage of the install? If so could I create these dbs manually? If so, what do I need and from where?

Or is it best to abandon this attempt at installation and start again? Anybody know exactly what I need to fix to resolve the above error?

This environment is running in a VMWare VM.

Thanks in advance for any guidance from all of you.

Kind regards,

G.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

According to the Linux installation guide, this what I would require.

I've checked the following and all installed

Linux requires these additional files:

Required Files

Description

Required libraries for Linux

?

openmotif-2.3.1-2.el5

?

libXp-1.0.0-8.1.el5

?

libXt-1.0.2-3.1.fc6

?

libXtst-1.0.1-3.1

?

libXi-1.6.1-1

?

libXmu-1.0.2-5

?

libXext-1.0.1-2.1

?

libSM-1.0.1-3.1

?

libICE-1.0.1-2.1

?

libX11-1.0.3-9.el5

Required X/Motif-related RPM package manager files

?

libXtst-devel

?

libXi-devel

?

openmotif-devel

?

libXmu-devel

?

libXt-devel

?

libXext-devel

Required Files

Description

?

libXp-devel

?

libX11-devel

?

libSM-devel

?

libICE-devel

Also yum reports the glibc library installed.

yum info glibc

Loaded plugins: fastestmirror, langpacks

Loading mirror speeds from cached hostfile

* base: centos.mirroring.pulsant.co.uk

* extras: centos.mirroring.pulsant.co.uk

* updates: centos.mirroring.pulsant.co.uk

Installed Packages

Name        : glibc

Arch        : x86_64

Version     : 2.17

Release     : 78.el7

Size        : 13 M

Repo        : installed

From repo   : anaconda

Summary     : The GNU libc libraries

URL         : http://www.gnu.org/software/glibc/

License     : LGPLv2+ and LGPLv2+ with exceptions and GPLv2+

Any other advice anyone???

c_baker
Employee
Employee
0 Kudos

You appear to have the 64-bit installed. For isql and the Java installer, you also need 32-bit.

Add the .i586 packages as well.

Chris

Former Member
0 Kudos

Hi Chris. Thanks for your reply.

I'm new to all of this, so could you just clarify exactly what .i586 packages?

How to I find them by name?

Thanks for your help - much appreciated!

Regards,

G.

c_baker
Employee
Employee
0 Kudos

Same packages, just with i586.

Basically, install the 32-bit and 64-bit versions of each.

Chris

c_baker
Employee
Employee
0 Kudos

Install the 32-bit glibc and compat-glibc packages.

the final part of the install uses isql to run installmaster and other scripts.

You can also elect not to build a server and create it later, but you will still need the libraries to run some utilities (see my other post).

Chris