From rsettlag at vt.edu Thu Jul 13 18:31:21 2017 From: rsettlag at vt.edu (Robert Settlage) Date: Thu, 13 Jul 2017 12:31:21 -0400 Subject: [xcrysden] install error Message-ID: <8A61EFAD-B8BA-4539-B167-4DE48D4288AE@vt.edu> Hi, I am trying to do a shared installation of xcrysden 1.5.60 on a CentOS system where I am trying to get this installed as an rpm. I do not get any errors when I make all, make install, but I get the following message when I try to run the program: /opt/apps/gcc5_2/xcrysden/1.5.60/share/xcrysden-1.5.60/xcrysden: line 257: /opt/apps/gcc5_2/xcrysden/1.5.60/share/xcrysden-1.5.60/bin/xcrys: No such file or directory What am I missing in the make? Thanks, Bob -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20170713/71e20357/attachment.html From matic.poberznik at gmail.com Fri Jul 14 13:38:39 2017 From: matic.poberznik at gmail.com (Matic Poberznik) Date: Fri, 14 Jul 2017 13:38:39 +0200 Subject: [xcrysden] install error In-Reply-To: <8A61EFAD-B8BA-4539-B167-4DE48D4288AE@vt.edu> References: <8A61EFAD-B8BA-4539-B167-4DE48D4288AE@vt.edu> Message-ID: Dear Bob, > > What am I missing in the make? > Generally only make all is required, hence try to run from source top directory of xcrysden: make all then: ./xcrysden If that works add the path to xcrysden source top directory to your $PATH variable and it should work. Also perhaps check in the xcrysden-topdir/bin/ if the xcrys binary exists (if the compilation finished normally the bin directory should be there and it should contain a bunch of binaries). Best Regards Matic -- Matic Poberznik J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia From gsabo at crimson.ua.edu Mon Jul 17 06:18:15 2017 From: gsabo at crimson.ua.edu (Gavin Abo) Date: Sun, 16 Jul 2017 22:18:15 -0600 Subject: [xcrysden] install error In-Reply-To: References: <8A61EFAD-B8BA-4539-B167-4DE48D4288AE@vt.edu> Message-ID: I just tried and the xcrysden semishared binary package successfully ran on CentOS 7 installed on a USB stick. The installation process was very similar to Fedora [ http://www.democritos.it/pipermail/xcrysden/2015-March/001697.html ]: 1. Went to: https://wiki.centos.org/Download 2. Downloaded: CentOS-7-x86_64-LiveGNOME.iso 3. Went to: http://linuxliveusb.com/ 4. Downloaded: LinuxLive USB Creator 2.9.4.exe 5. Ran: LinuxLive USB Creator 2.9.4.exe a. Clicked OK b. Clicked Next c. Clicked Install d. Clicked Next e. "Run LinuxLive USB Creator" should be checked, then clicked Finish 6. In LinuxLive USB Creator: a. For Choose Your Key, selected the USB stick b. For Choose a Source, selected ISO/IMG/ZIP, and select CentOS-7-x86_64-LiveGNOME.iso c. For Persistence, selected 2000 MB d. Clicked the lightning icon to start the creation of the bootable USB stick 7. Booted from the USB stick a. Selected persistence mode b. Clicked Next on Welcome screen c. Clicked Next on Typing screen d. Selected Wi-Fi, entered Wi-Fi password, and clicked Connect e. Clicked Next f. Clicked Skip on Online Accounts screen g. Clicked Start using CentOS Linux 8. Opened a terminal and performed the following: [liveuser at localhost ~]$ wget http://www.xcrysden.org/download/xcrysden-1.5.60-linux_x86_64-semishared.tar.gz ... [liveuser at localhost ~]$ tar xvf xcrysden-1.5.60-linux_x86_64-semishared.tar.gz ... [liveuser at localhost ~]$ cd xcrysden-1.5.60-bin-semishared/scripts/ [liveuser at localhost scripts]$ ./xcConfigure.sh ... Used defaults Do you have a CRYSTAL package ([y]es/[n]o): n Is this correct ([y]es/[n]o): y ... Would you like to add xcrysden icon to the desktop ([y]es/[n]o): y ... [liveuser at localhost scripts]$ source ~/.bashrc [liveuser at localhost scripts]$ xcrysden ... /home/liveuser/xcrysden-1.5.60-bin-semishared/bin/xcrys: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory ... [liveuser at localhost scripts]$ sudo yum install libXScrnSaver ... Is this ok [y/d/N]: y ... [liveuser at localhost scripts]$ xcrysden ... error while loading shared libraries: libquadmath.so.0: cannot open shared object file: No such file or directory ... [liveuser at localhost scripts]$ sudo yum install libquadmath ... Is this ok [y/d/N]: y ... [liveuser at localhost scripts]$ xcrysden From bogus@does.not.exist.com Thu Jul 13 19:11:54 2017 From: bogus@does.not.exist.com () Date: Thu, 13 Jul 2017 17:11:54 -0000 Subject: No subject Message-ID: debian (it is typically available by default, but maybe the upgrade messed something up): https://packages.debian.org/buster/bc perhaps try to reinstall it and let me know if it works, Best Regards, Matic -- Matic Poberznik J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia