Unable to run clisp on Solaris 10 with opencsw Solaris Package
1
vote
0
answers
152
views
I have tried to run the Clisp which is already available in opt/csw/bin path
I didn't manage to get it working.
***Expected result:***
To see a prompt.
***Actual results (terminal output):***
- when I tried to run clisp using ./clisp inside the path opt/csw/bin,
I get the below error.
# ./clisp
ld.so.1: lisp.run: fatal: libavcall.so.0: open failed: No such file or directory
Killed
- I tried to list available library for the package clisp, I get the
following but no libavcall.so.0 file is present.
# ldd clisp
libc.so.1 => /lib/libc.so.1
libm.so.2 => /lib/libm.so.2
***What I tried to fix the issue:***
- Updated the package, still throws the same error after running ./clisp command.
- Added /opt/csw/bin to the path variable, still the error persists.
***My Observations:***
- I tried to run ldd clisp command on the root path, I get
# ldd clisp
ldd: clisp: cannot open file: No such file or directory
- When I tried to run the same command after entering into the path
opt/csw/bin, I get
# ldd clisp
libc.so.1 => /lib/libc.so.1
libm.so.2 => /lib/libm.so.2
I tried to follow the instructions given in the below link:
https://www.opencsw.org/package/clisp/
Did I miss anything to install clisp so I am getting this error? I am new to clisp. Any help to resolve the issue is appreciated.
Asked by Research Assistant
(31 rep)
Oct 17, 2017, 05:49 PM
Last activity: Oct 17, 2017, 06:07 PM
Last activity: Oct 17, 2017, 06:07 PM