cancel
Showing results for 
Search instead for 
Did you mean: 

ISQL not working after installing ASE under Linux

Former Member
0 Kudos

Hi,

We just installed ASE developer edition for Linux. When trying to start isql I get the error:

isql

-bash: /opt/sybase/OCS-16_0/bin/isql: No such file or directory

But:

ll /opt/sybase/OCS-16_0/bin/isql

-rwxr-xr-x 1 wegc wegc 1694721 Feb  7  2014 /opt/sybase/OCS-16_0/bin/isql


Any ideas what went wrong?

Juergen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Found the solution:

The problem was missing 32-bit libraries. Using the 64-bit version

/opt/sybase/OCS-16_0/bin/isql64 worked


Another solution would be to install the missing 32-bit libraries:

aptitude install ia32-libs lib32gcc1 lib32ncurses5 lib32stdc++6 lib32v4l-0 lib32z1 libc6-i386 libv4l-0 nspluginwrapper

(from Ubuntu Forums)

Jürgen

Former Member
0 Kudos

Dear Juergen ,

How you came to know that 32-bit libraries are missing?

Former Member
0 Kudos

Because of this post: Ubuntu Forums

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello

I have tried to install SYBASE ASE 16 in RHEL 64 bit , but after configuring all information ended up with this error.

at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:102)

  at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:81)

  at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:119)

  at java.lang.Class.forName0(Native Method)

  at java.lang.Class.forName(Class.java:190)

  at java.awt.Toolkit$2.run(Toolkit.java:868)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:860)

  at ZeroGcc.<clinit>(DashoA10*..)

  at com.zerog.ia.installer.LifeCycleManager.<clinit>(DashoA10*..)

  ... 7 more

This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

[sybase@RHEL7-TESTING install]$

-------------------------------

then tried with another Fedora VM and it worked. but isql command is not working. tried with starting sybase by startserver RUN_servername. but this also not working.

Need to Use any one of the above.

Any help will be much appreciated.

Thank you

Former Member
0 Kudos

Inside your script put these lines at the begining before any isql etc commands.

SYBASE="put sybase directory path"

.  $SYBASE/SYBASE.sh   #Make sure there is a dot(.) in front it.

HTH.

Sid.

former_member187136
Contributor
0 Kudos

Juergen,

Try running the utility with the "sudo su - wegc" may be I feel there is access permission.

Regards

Kiran K Adharapuram

Former Member
0 Kudos

Hi

Could you try to put the path /opt/sybase/OCS-16_0/bin/ in your PATH environment variable OR to go to this folder and run "./isql"?


Vincent