Hi, Bushra, The error message sys "No such file or directory", which could mean that tcsh is not installed. Here is my suggestion: First try, "sudo apt install tcsh" and "sudo apt install csh" and run ./siteconfig. If the same error message still shows up, then it could be because the tcsh executable is not located under /bin/ for your operating system. Run "which tcsh" command to find out the location of tcsh. In my case (Ubuntu 18), tcsh is located under /usr/bin/tcsh. Then, replace the "/bin/tcsh" in siteconfig with the path to the tcsh executable. (In my case, "/usr/bin/tcsh").
Yundi On Thu, Aug 16, 2018 at 2:04 AM, BUSHRA SABIR <[email protected]> wrote: > Prof Peter Blaha and Gavin abo, > > i am trying to install wien2k latest version 18.2, while installation i am > facing problem. > In command ./siteconfig_lapw > word too large > i go through mailing list and find solutions recommended by Gavin abo to > make cahnges in first line of siteconfig_lapw > > > bushra@bushra-MS-7A70:~/Wien2k_18.2$ sed -n 1p siteconfig_lapw > #!/bin/csh -fx > bushra@bushra-MS-7A70:~/Wien2k_18.2$ ./siteconfig > unalias rm > set name = ./siteconfig > set bin = . > if ! ( -d . ) set bin = . > cd . > set bin = `pwd` > pwd > alias define_installdate date >$bin/WIEN2k_INSTALLDATE > alias wait echo "";echo " Press RETURN to continue"; set yn = ($<) > Word too long. > bushra@bushra-MS-7A70:~/Wien2k_18.2$ ./siteconfig > bash: ./siteconfig: /bin/tcsh: bad interpreter: No such file or directory > > kindly help me to understand this problem > > > Bushra Sabir > > ------------------------------ > > _______________________________________________ > Wien mailing list > [email protected] > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien > SEARCH the MAILING-LIST at: http://www.mail-archive.com/ > [email protected]/index.html > >
_______________________________________________ Wien mailing list [email protected] http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien SEARCH the MAILING-LIST at: http://www.mail-archive.com/[email protected]/index.html

