Skip to Content.
Sympa Menu

charm - Re: [charm] About TCL 8.3 namd 2.8 compilation error

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] About TCL 8.3 namd 2.8 compilation error


Chronological Thread 
  • From: Nikhil Jain <nikhil.jain AT acm.org>
  • To: Vidhya Sankar <vidhyasankar7928 AT yahoo.com>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] About TCL 8.3 namd 2.8 compilation error
  • Date: Thu, 2 Jan 2014 20:38:27 +0530
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

It seems by your email that you have installed Tcl by yourself, but at
runtime, it is not found. You probably need to add the path to Tcl
library to LD_LIBRARY_PATH, or build a static executable of NAMD.

--Nikhil


On Thu, Jan 2, 2014 at 4:55 PM, Vidhya Sankar
<vidhyasankar7928 AT yahoo.com>
wrote:
> Dear Developers Thank you for your previous replies
> When i try to Run the Installed Namd using the following Command
> ./namd2 src/new.conf
> I have got the following error
> ./namd2: error while loading shared libraries: libtcl8.3.so: cannot open
> shared object file: No such file or directory
> When i try to locate libtcl8.3.so it does not exists
> But I Have Installed and Compiled the Tcl8.3 from source using the following
> command
> ./configure
> make
> make install
> Still it shows the error
> Should i use the --enable-shared option during configure
>
>
> With Regards
> S.Vidhyasankar
>
>
>
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm
>



--
Nikhil Jain,
nikhil.jain AT acm.org,
http://charm.cs.uiuc.edu/people/nikhil
Doctoral Candidate @ CS, UIUC




Archive powered by MHonArc 2.6.16.

Top of Page