Hi Eric, Another option is to install ActiveTcl http://www.activestate.com/Products/activetcl/ which will provide you a nice Tcl Tk installation BUT without BLT. PS: ActiveTcl package is also usefull to run iMosflm. BLT can then be installed from source: http://sourceforge.net/projects/blt/ before compilation just patch the source (assuming you are in the source directory): patch -Np1 -i ../patchname.patch then ./configure & make & make install It worked nicely for me under FC6 and bltwish installed directly under the same directory of wish (ActiveTcl-xx/bin). Depending on your Fedora installation you maybe also need gcc (under root: yum install gcc*) and as far as I remember libX11 (yum install libX11*) Finally do not forget to add bltwish / wish in your path (e.g. for bash edit your .bashrc file and add export PATH="path_of_activetcl/bin:$PATH")
Cheers, Stefan -------- Original-Nachricht -------- Datum: Sat, 14 Jul 2007 20:13:59 +0200 Von: Kay Diederichs <[EMAIL PROTECTED]> An: [email protected] Betreff: Re: [ccp4bb] Fedora core 5 install problem > Eric, > > yum install tk > > should do the trick. > > HTH, > Kay > > Eric Tee schrieb: > > Hi, > > I installed ccp46.0.2 on fedora core 5 and got this error message > > '/usr/local/bin/bltwish: error while loading shared libraries: > > libtk8.4.so <http://libtk8.4.so>: cannot open shared object file: No > > such file or directory' when I sourced ccp4i. I got the same message > > when I typed 'bltwish' on terminal. Any suggestions? Thx > > > > Eric > > > > On 6/27/07, *Flip Hoedemaeker* <[EMAIL PROTECTED] <mailto:[EMAIL > > PROTECTED]>> > > wrote: > > > > Thanks, Roger and others for pointing me here. Indeed everything is > > running > > smoothly now... > > > > Think of all the hours wasted on debugging these kinds of issues if > we > > wouldn't have the BB! > > > > Flip > > > > -----Original Message----- > > From: CCP4 bulletin board [mailto:[email protected] > > <mailto:[email protected]>] On Behalf Of Roger > > Rowlett > > Sent: Monday, June 25, 2007 18:11 > > To: [email protected] <mailto:[email protected]> > > Subject: Re: [ccp4bb] Fedora core 6 install problem > > > > I'll revise my last after running my own newly-installed CCP4 on > Fedora > > Core 6. You will definitely need to include the 127.0.0.1 > > <http://127.0.0.1> loopback entry > > in your /etc/hosts file to make this error go away. The problem is > that > > the ::1 entry is ipv6-format, and the 127.0.0.1 <http://127.0.0.1> > > is ipv4 format. CCP4 > > obviously requires the ipv4 format definition. > > > > Cheers, > > > > ___________________________________________ > > Roger S. Rowlett > > Professor > > Department of Chemistry > > Colgate University > > 13 Oak Drive > > Hamilton, NY 13346 > > > > tel: (315)-228-7245 > > ofc: (315)-228-7395 > > fax: (315)-228-7935 > > email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > > > -----Original Message----- > > From: CCP4 bulletin board [mailto: [email protected] > > <mailto:[email protected]>] On Behalf Of > > Roger Rowlett > > Sent: Monday, June 25, 2007 11:16 AM > > To: [email protected] <mailto:[email protected]> > > Subject: Re: [ccp4bb] Fedora core 6 install problem > > > > > > Both of these issues are related to the proper definition of the > local > > host in your /etc/hosts file. Check this file to make sure local > host is > > defined. You should see a line like either of the following: > > > > ::1 localhost.localdomain locahost > > > > or > > > > 127.0.0.1 <http://127.0.0.1> localhost.localdomain localhost > > > > I just built a Fedora 6 installation and had the same problem. > Somehow, > > my /etc/hosts file was corrupted during install and missing the > > localhost definition. The problem was resolved by putting the second > > line obove in the /etc/hosts/ file. On subsequent boots, this line > was > > removed and replaced with the first (ipv6-format) line, but CCP4i > seems > > to be happy now. > > > > ___________________________________________ > > Roger S. Rowlett > > Professor > > Department of Chemistry > > Colgate University > > 13 Oak Drive > > Hamilton, NY 13346 > > > > tel: (315)-228-7245 > > ofc: (315)-228-7395 > > fax: (315)-228-7935 > > email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > > > -----Original Message----- > > From: CCP4 bulletin board [mailto: [email protected] > > <mailto:[email protected]>] On Behalf Of > > Flip Hoedemaeker > > Sent: Monday, June 25, 2007 10:41 AM > > To: [email protected] <mailto:[email protected]> > > Subject: Re: [ccp4bb] Fedora core 6 install problem > > > > > > I now have my own issue with in stalling CCP4 6.0.2 on Fedorea core > 6. > > when I start a job I get this error: > > > > ERROR running script can not connect to server port > (RunNotification) > > SERVER_HOST localhost SERVER_PORT 4441 > > Message: "couldn't open socket: host is unreachable" > > > > Any clues? Naturally, I just want to run jobs locally... > > > > Thx, > > > > Flip > > ________________________________ > > > > From: CCP4 bulletin board [mailto: [email protected] > > <mailto:[email protected]>] On Behalf Of > > John Bruning > > Sent: Saturday, June 23, 2007 0:21 > > To: [email protected] <mailto:[email protected]> > > Subject: [ccp4bb] Suse 10.2 install problem > > > > > > Hi, > > > > I installed ccp4 (along with others such as coot) on Suse 10.2. > > Everything seemed to go well at first. The gui pops up normally. > But > > when I try to run a process the gui shows the process as "starting" > and > > it hangs there never switching to "running". And there is no log > file > > available in the gui as well. Any ideas? > > > > Thanks, > > John Bruning > > > > > > > -- > Kay Diederichs http://strucbio.biologie.uni-konstanz.de > email: [EMAIL PROTECTED] Tel +49 7531 88 4049 Fax 3183 > Fachbereich Biologie, Universität Konstanz, Box M647, D-78457 Konstanz -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
