;
> CCP4 Group
>
> FROM: CCP4 bulletin board
[mailto:CCP4BB@JISCMAIL.AC.UK] ON BEHALF OF Yuri
> SENT: 30 July 2011
01:02
> TO: ccp4bb
> SUBJECT: Re: [ccp4bb] Newbie Installation Question
>
> I downloaded the package for RHEL5. My default shell is sh. But I
can change env
There is another potential problem in the ccp4.setup-sh file: the
lines
if test "LD_LIBRARY_PATH"; then
and
if test "DYLD_LIBRARY_PATH"; then
(which always evaluate to true) should be
if test "$LD_LIBRARY_PATH"; then
and
if test "$DYLD_LIBRARY_PATH"; then
Otherwise you end up with L
wrong.
From: CCP4 bulletin board [CCP4BB@JISCMAIL.AC.UK] On Behalf Of Yuri
[yuri.pom...@ufl.edu]
Sent: Saturday, July 30, 2011 2:02 AM
To: CCP4BB@JISCMAIL.AC.UK
Subject: Re: [ccp4bb] Newbie Installation Question
I downloaded the package for RHEL5. My default shell is sh. But I can c
Quoting you: "I type ccp4 and I get no error", what happens if you type
"ccp4i" (followed by carriage return) ?
Yuri wrote:
I downloaded the package for RHEL5. My default shell is sh. But I can
change environments. I have progrmas that I must run in tcsh.
I tried sourcing sh and csh setups.
@JISCMAIL.AC.UK] On Behalf Of Yuri
[yuri.pom...@ufl.edu]
Sent: Saturday, July 30, 2011 2:02 AM
To: CCP4BB@JISCMAIL.AC.UK
Subject: Re: [ccp4bb] Newbie Installation Question
I downloaded the package for RHEL5. My default shell is sh. But I can change
environments. I have progrmas that I must run in tcsh.
I
I downloaded the package for RHEL5. My default shell is sh. But I
can change environments. I have progrmas that I must run in tcsh.
I
tried sourcing sh and csh setups. With the csh setup, after I changed
the PATH in the ccp4.setup file (originally set to usr/local/bin), I
type ccp4 and I get
yes, I noticed the default was TCLTK /usr/local/bin. I think it
should be /usr/local/username.../tcltkplusplus/bin
Even after editing
this it doesnt launch. the command not found message is gone though
On
Fri, 29 Jul 2011 22:02:22 +0200, Wei-Chun Kao wrote:
> Hi,
> where
did you install
Hi,
where did you install CCP4? from the path of your setup-script it seems like
to be in the root (/) ? It looks like the problem I posted some days before
but probably being buried in the middle of the other thread. Since it's more
related to this topic so I paste it again, hoping that it can s
I tried that too ... no success
On Fri, 29 Jul 2011 15:28:58 -0400, Ed Pozharski wrote:
On Fri, 2011-07-29 at 20:08 +0100, Yuri wrote:
Dear all,
I have just downloaded and installed the ccp4-6.2.0.
It says all I should do next is source the
/setup-scripts/csh/ccp4.setup file... I have done t
On Fri, 2011-07-29 at 20:08 +0100, Yuri wrote:
> Dear all,
> I have just downloaded and installed the ccp4-6.2.0.
> It says all I should do next is source the /setup-scripts/csh/ccp4.setup
> file... I have done that, but I cannot launch the program...
> Any help is welcome...(it is probably somet
I've had problems too. Some of the files are non-readable, so you need to
do a
sudo chmod -R a+r *
to make them readable. Also it looks like the libraries changed a bit (at
least for ADP).
Bernie
On Fri, July 29, 2011 2:08 pm, Yuri wrote:
> Dear all,
> I have just downloaded and installed the c
Dear all,
I have just downloaded and installed the ccp4-6.2.0.
It says all I should do next is source the /setup-scripts/csh/ccp4.setup
file... I have done that, but I cannot launch the program...
Any help is welcome...(it is probably something really stupid on my part...)
Best,
12 matches
Mail list logo