Hello,
The first syntax should be OK.
The second one is incorrect (it can be used to execute a script, not source it), so you should remove it.
Regards,
Yvan
SYRTHES 4.3 with CS 3.0.7
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
Re: SYRTHES 4.3 with CS 3.0.7
Dear Yvan,
I still get the "command not found" error when I try to source Syrthes.
I also tried to add
syrthesprofile=/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile
if [ -f $syrthesprofile ] ; then
. $syrthesprofile
fi
to the cshrc file but I get
syrthesprofile=/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile: Command not found.
syrthesprofile: Undefined variable.
Thank you for your time.
I still get the "command not found" error when I try to source Syrthes.
I also tried to add
syrthesprofile=/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile
if [ -f $syrthesprofile ] ; then
. $syrthesprofile
fi
to the cshrc file but I get
syrthesprofile=/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile: Command not found.
syrthesprofile: Undefined variable.
Thank you for your time.
-
- Posts: 4206
- Joined: Mon Feb 20, 2012 3:25 pm
Re: SYRTHES 4.3 with CS 3.0.7
Hello,
Are you sure of your path ?
/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile
Has 3 points (...) where I would expect a full (absolute) path. Did you replace the real path by "..." for the purpose of posting to the forum, or did you really use that path ?
Regards,
Yvan
Are you sure of your path ?
/home/.../syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile
Has 3 points (...) where I would expect a full (absolute) path. Did you replace the real path by "..." for the purpose of posting to the forum, or did you really use that path ?
Regards,
Yvan
Re: SYRTHES 4.3 with CS 3.0.7
No I used the full path.
-
- Posts: 4206
- Joined: Mon Feb 20, 2012 3:25 pm
Re: SYRTHES 4.3 with CS 3.0.7
Where is Syrthes installed on your machine ?
Re: SYRTHES 4.3 with CS 3.0.7
In /syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64
-
- Posts: 4206
- Joined: Mon Feb 20, 2012 3:25 pm
Re: SYRTHES 4.3 with CS 3.0.7
Hello,
Then you need to use:
syrthesprofile=/syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile
Regards,
Yvan
Then you need to use:
syrthesprofile=/syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64/bin/syrthes.profile
Regards,
Yvan
Re: SYRTHES 4.3 with CS 3.0.7
Sorry but the problem persists, looking through the installation files I saw that each log file (post.log,pp.log,...) present these lines
mkdir: missing operand
Try 'mkdir --help' for more information.
But I don't get any error at the end of the installation or in the ERREUR file.
I attached one of the file.
mkdir: missing operand
Try 'mkdir --help' for more information.
But I don't get any error at the end of the installation or in the ERREUR file.
I attached one of the file.
- Attachments
-
- syrthesmed.log
- (1.17 KiB) Downloaded 526 times
-
- Posts: 4206
- Joined: Mon Feb 20, 2012 3:25 pm
Re: SYRTHES 4.3 with CS 3.0.7
Hello,
I had not noticed before, but you seem to be using a C shell, as you edit .cshrc, and not .bashrc or similar. The syntax for a C shell is different, and I am not sure the Syrthes profile is designed for a C shell. Basically, you need to replace "export" with "setenv", and I am not sure how to source files.
Regards,
Yvan
I had not noticed before, but you seem to be using a C shell, as you edit .cshrc, and not .bashrc or similar. The syntax for a C shell is different, and I am not sure the Syrthes profile is designed for a C shell. Basically, you need to replace "export" with "setenv", and I am not sure how to source files.
Regards,
Yvan