From tone.kokalj at ijs.si Mon Dec 2 18:31:42 2013 From: tone.kokalj at ijs.si (Tone Kokalj) Date: Mon, 02 Dec 2013 18:31:42 +0100 Subject: [xcrysden] Compilation problem In-Reply-To: References: Message-ID: <1386005502.4741.16.camel@catalyst.ijs.si> On Sat, 2013-11-30 at 15:12 +0000, Abu Naser wrote: > Hi All, > > > > > I am trying to compile with all external packages and getting the > following error message. Could you please help me solve the problem? > > -o > xcrys /root/XCrySDen-1.4.1s-all/external/lib/libtk8.4.so /root/XCrySDen-1.4.1s-all/external/lib/libtcl8.4.so /root/XCrySDen-1.4.1s-all/external/lib/libGLU.so /root/XCrySDen-1.4.1s-all/external/lib/libGL.so -L/usr/X11R6/lib -lXmu -lX11 -lXext -lm > /root/XCrySDen-1.4.1s-all/external/lib/libGLU.so: undefined reference Why don't you use a newer version of xcrysden? Before trying to compile xcrysden sources, you may check if the pre-compiled version works for you, e.g.: 64 bit: http://www.xcrysden.org/download/xcrysden-1.5.53-linux_x86_64-semishared.tar.gz 32 bit: http://www.xcrysden.org/download/xc-1.5.23-linux_x86-semishared.tar.gz -- Nevertheless, if you want to compile xcrysden anyway, then try this: http://www.xcrysden.org/download/xcrysden-1.5.53.tar.gz Unpack it, cd into created diretcory, copy one of ./system/Make.sys-* file into ./Make.sys, and edit it accordingly. Beware that you will need also to edit the ./make.include file and change MESA_URL variable to: MESA_URL = ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/$(MESA_VER) Regards, -- Anton Kokalj J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia (tel: +386-1-477-3523 // fax:+386-1-477-3822) Please, if possible, avoid sending me Word or PowerPoint attachments. See: http://www.gnu.org/philosophy/no-word-attachments.html From mohammedlawal08 at yahoo.com Fri Dec 27 11:21:24 2013 From: mohammedlawal08 at yahoo.com (Lawal Mohammed) Date: Fri, 27 Dec 2013 02:21:24 -0800 (PST) Subject: [xcrysden] Need help on xcrysden 1.5.53 installation issues Message-ID: <1388139684.98886.YahooMailNeo@web125705.mail.ne1.yahoo.com> Dear Users, I am using Wien2k, when I try to install xcrysden 1.5.53, I got error below: /home/lawal/software/xcrysden-1.5.53-bin-semishared/bin/xcrys: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory. Any response in this regards is appreciated. With kind regards Lawal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20131227/79866a83/attachment.htm From tone.kokalj at ijs.si Fri Dec 27 11:50:11 2013 From: tone.kokalj at ijs.si (Tone Kokalj) Date: Fri, 27 Dec 2013 11:50:11 +0100 Subject: [xcrysden] Need help on xcrysden 1.5.53 installation issues In-Reply-To: <1388139684.98886.YahooMailNeo@web125705.mail.ne1.yahoo.com> References: <1388139684.98886.YahooMailNeo@web125705.mail.ne1.yahoo.com> Message-ID: <1388141411.7383.10.camel@catalyst.ijs.si> On Fri, 2013-12-27 at 02:21 -0800, Lawal Mohammed wrote: > Dear Users, > I am using Wien2k, when I try to install xcrysden 1.5.53, I got error > below: > /home/lawal/software/xcrysden-1.5.53-bin-semishared/bin/xcrys: error > while loading shared libraries: libXss.so.1: cannot open shared object > file: No such file or directory. Which implies that you do not have the libXss.so.1 library installed on your system. How to install this library depends on your linux distro. For Debian-based distros that can be achieved as: apt-get update; apt-get install libXss1 (for Ubuntu and any other distro that omits the root user you will need to prefix these commands by "sudo") While for readhat-based distros that can be installed via: yum install libXss1 Regards, -- Anton Kokalj J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia (tel: +386-1-477-3523 // fax:+386-1-477-3822) Please, if possible, avoid sending me Word or PowerPoint attachments. See: http://www.gnu.org/philosophy/no-word-attachments.html From mohammedlawal08 at yahoo.com Fri Dec 27 12:17:20 2013 From: mohammedlawal08 at yahoo.com (Lawal Mohammed) Date: Fri, 27 Dec 2013 03:17:20 -0800 (PST) Subject: [xcrysden] Need help on xcrysden 1.5.53 installation issues In-Reply-To: <1388141411.7383.10.camel@catalyst.ijs.si> References: <1388139684.98886.YahooMailNeo@web125705.mail.ne1.yahoo.com> <1388141411.7383.10.camel@catalyst.ijs.si> Message-ID: <1388143040.19664.YahooMailNeo@web125701.mail.ne1.yahoo.com> Thank you Sir, I 'm using fedora 19, I will try to install the libXss.so.1 library. With kind regards Lawal On Friday, December 27, 2013 11:50 AM, Tone Kokalj wrote: On Fri, 2013-12-27 at 02:21 -0800, Lawal Mohammed wrote: > Dear Users, > I am using Wien2k, when I try to install xcrysden 1.5.53, I got error > below: > /home/lawal/software/xcrysden-1.5.53-bin-semishared/bin/xcrys: error > while loading shared libraries: libXss.so.1: cannot open shared object > file: No such file or directory. Which implies that you do not have the libXss.so.1 library installed on your system. How to install this library depends on your linux distro. For Debian-based distros that can be achieved as: apt-get update; apt-get install libXss1 (for Ubuntu and any other distro that omits the root user you will need to prefix these commands by "sudo") While for readhat-based distros that can be installed via: yum install libXss1 Regards, -- Anton Kokalj J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia (tel: +386-1-477-3523 // fax:+386-1-477-3822) Please, if possible, avoid sending me Word or PowerPoint attachments. See:? http://www.gnu.org/philosophy/no-word-attachments.html _______________________________________________ XCrySDen mailing list XCrySDen at democritos.it http://www.democritos.it/mailman/listinfo/xcrysden -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20131227/77138dde/attachment-0001.htm From mohammedlawal08 at yahoo.com Mon Dec 30 09:11:36 2013 From: mohammedlawal08 at yahoo.com (Lawal Mohammed) Date: Mon, 30 Dec 2013 00:11:36 -0800 (PST) Subject: [xcrysden] Need help on xcrysden 1.5.53 installation issues In-Reply-To: <1388143040.19664.YahooMailNeo@web125701.mail.ne1.yahoo.com> References: <1388139684.98886.YahooMailNeo@web125705.mail.ne1.yahoo.com> <1388141411.7383.10.camel@catalyst.ijs.si> <1388143040.19664.YahooMailNeo@web125701.mail.ne1.yahoo.com> Message-ID: <1388391096.32735.YahooMailNeo@web125705.mail.ne1.yahoo.com> Dear Anton Kokalj Sir, I have tried yum install libXss1 as you suggested, to install libXss.so.1 library, but I got Trying other mirror. (2/3): updates/19/x86_64/updateinfo??????????????????????? | 932 kB?? 00:06???? (3/3): updates/19/x86_64/pkgtags?????????????????????????? | 754 kB?? 00:05???? No package libXss1 available. I will be grateful if you assist further so that I will be able to install the xcrysden. Thanks With kind regards On Friday, December 27, 2013 7:17 PM, Lawal Mohammed wrote: Thank you Sir, I 'm using fedora 19, I will try to install the libXss.so.1 library. With kind regards Lawal On Friday, December 27, 2013 11:50 AM, Tone Kokalj wrote: On Fri, 2013-12-27 at 02:21 -0800, Lawal Mohammed wrote: > Dear Users, > I am using Wien2k, when I try to install xcrysden 1.5.53, I got error > below: > /home/lawal/software/xcrysden-1.5.53-bin-semishared/bin/xcrys: error > while loading shared libraries: libXss.so.1: cannot open shared object > file: No such file or directory. Which implies that you do not have the libXss.so.1 library installed on your system. How to install this library depends on your linux distro. For Debian-based distros that can be achieved as: apt-get update; apt-get install libXss1 (for Ubuntu and any other distro that omits the root user you will need to prefix these commands by "sudo") While for readhat-based distros that can be installed via: yum install libXss1 Regards, -- Anton Kokalj J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia (tel: +386-1-477-3523 // fax:+386-1-477-3822) Please, if possible, avoid sending me Word or PowerPoint attachments. See:? http://www.gnu.org/philosophy/no-word-attachments.html _______________________________________________ XCrySDen mailing list XCrySDen at democritos.it http://www.democritos.it/mailman/listinfo/xcrysden -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20131230/1296c3c4/attachment.htm From tone.kokalj at ijs.si Mon Dec 30 09:21:58 2013 From: tone.kokalj at ijs.si (Tone Kokalj) Date: Mon, 30 Dec 2013 09:21:58 +0100 Subject: [xcrysden] Need help on xcrysden 1.5.53 installation issues In-Reply-To: <1388391096.32735.YahooMailNeo@web125705.mail.ne1.yahoo.com> References: <1388139684.98886.YahooMailNeo@web125705.mail.ne1.yahoo.com> <1388141411.7383.10.camel@catalyst.ijs.si> <1388143040.19664.YahooMailNeo@web125701.mail.ne1.yahoo.com> <1388391096.32735.YahooMailNeo@web125705.mail.ne1.yahoo.com> Message-ID: <1388391718.7383.16.camel@catalyst.ijs.si> On Mon, 2013-12-30 at 00:11 -0800, Lawal Mohammed wrote: > Dear Anton Kokalj Sir, > I have tried yum install libXss1 as you suggested, to install > libXss.so.1 library, but I got > Trying other mirror. > (2/3): updates/19/x86_64/updateinfo | 932 kB > 00:06 > (3/3): updates/19/x86_64/pkgtags | 754 kB > 00:05 > No package libXss1 available. Try: yum whatprovides libXss.so.1 if that fails you may try to find some info with google. Note that how to install libXss1 on fedora is not an xcrysden issues, but a fedora one, hence it would be better to search for help there. Regards, -- Anton Kokalj J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia (tel: +386-1-477-3523 // fax:+386-1-477-3822) Please, if possible, avoid sending me Word or PowerPoint attachments. See: http://www.gnu.org/philosophy/no-word-attachments.html