Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssc shared library missing #8527

Closed
3 tasks
jmarrec opened this issue Feb 11, 2021 · 0 comments
Closed
3 tasks

ssc shared library missing #8527

jmarrec opened this issue Feb 11, 2021 · 0 comments
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus DoNotPublish Includes changes that shouldn't be reported in the changelog NotIDDChange Code does not impact IDD (can be merged after IO freeze)

Comments

@jmarrec
Copy link
Contributor

jmarrec commented Feb 11, 2021

Issue overview

Following #7524 , ssc shared library appears to be missing in the installer.

(py39)julien@EnergyPlus-9.4.0-440a6ae7ee-Linux-Ubuntu18.04-x86_64$ ./energyplus --help
./energyplus: error while loading shared libraries: ssc.so: cannot open shared object file: No such file or directory

(py39)julien@EnergyPlus-9.4.0-440a6ae7ee-Linux-Ubuntu18.04-x86_64$ ldd energyplus
	linux-vdso.so.1 (0x00007ffd3dead000)
	libenergyplusapi.so.9.4.0 => /home/julien/Downloads/Temp/EnergyPlus-9.4.0-440a6ae7ee-Linux-Ubuntu18.04-x86_64/./libenergyplusapi.so.9.4.0 (0x00007f110af34000)
	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f110ab60000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f110a948000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f110a557000)
	ssc.so => not found
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f110a338000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f110a134000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1109f2c000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1109b8e000)
	libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f1109856000)
	libpython3.6m.so.1.0 => /home/julien/Downloads/Temp/EnergyPlus-9.4.0-440a6ae7ee-Linux-Ubuntu18.04-x86_64/./libpython3.6m.so.1.0 (0x00007f11091ab000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f110e50c000)
	libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f1108f83000)
	libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f1108d51000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f1108b34000)
	libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f1108931000)
	libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f110872d000)
	libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f1108527000)
	libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f1108312000)

Details

Some additional details for this issue (if relevant):

  • Platform (Operating system, version)
  • Version of EnergyPlus (if using an intermediate build, include SHA)
  • Unmethours link or helpdesk ticket number

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

  • Defect file added (list location of defect file here)
  • Ticket added to Pivotal for defect (development team task)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
@jmarrec jmarrec added Defect Includes code to repair a defect in EnergyPlus DoNotPublish Includes changes that shouldn't be reported in the changelog NotIDDChange Code does not impact IDD (can be merged after IO freeze) labels Feb 11, 2021
@jmarrec jmarrec self-assigned this Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus DoNotPublish Includes changes that shouldn't be reported in the changelog NotIDDChange Code does not impact IDD (can be merged after IO freeze)
Projects
None yet
Development

No branches or pull requests

1 participant