Hi everyone,

I am wondering if anyone here use HFSS on Linux. After installation in my
Scientific Linux 6 x86_64, there were errors when I launched this program:

########################################################
### Warning: Unable to determine Red Hat Enterprise Linux version number.

             Currently-supported Linux versions include:
             - Red Hat Enterprise Linux v4 and v5 (both 64-bit PC)
             - SuSE Linux Enterprise Server 10 and 11 (both 64-bit PC)
HFSS 14.0 Product Configuration
===============================

> Running first-time configuration...
  - Verifying all software dependencies are available: ERROR

* The following dependencies were not found:
  libbz2.so.1

Full ldd output is available at: /tmp/in1xMQLcA9.Ansoft.Dependencies.log

*** Error: Not all dependencies were found. ***
########################################################

But I did have packages bzip2-libs and bzip2-devel installed. A "locate
libbz2.so.1" gave

/lib/libbz2.so.1
/lib/libbz2.so.1.0.4
/lib64/libbz2.so.1
/lib64/libbz2.so.1.0.4

If looking into the log file, "cat /tmp/in1xMQLcA9.Ansoft.Dependencies.log
| grep libbz2.so.1" gave

libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f307df33000)
libbz2.so.1 => not found

I also tried "ln -s /lib64/libbz2.so.1 /usr/lib/libbz2.so.1", but HFSS
still couldn't find the library.

Can anyone give some hints? Thanks~!

Reply via email to