SYRTHES 4.3 with CS 3.0.7

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by Yvan Fournier »

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
andrea28
Posts: 41
Joined: Fri Apr 15, 2016 7:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by andrea28 »

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.
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by Yvan Fournier »

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
andrea28
Posts: 41
Joined: Fri Apr 15, 2016 7:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by andrea28 »

No I used the full path.
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by Yvan Fournier »

Where is Syrthes installed on your machine ?
andrea28
Posts: 41
Joined: Fri Apr 15, 2016 7:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by andrea28 »

In /syrthes4.3.0/arch/3.10.0-327.10.1.el7.x86_64
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by Yvan Fournier »

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
andrea28
Posts: 41
Joined: Fri Apr 15, 2016 7:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by andrea28 »

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.
Attachments
syrthesmed.log
(1.17 KiB) Downloaded 339 times
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: SYRTHES 4.3 with CS 3.0.7

Post by Yvan Fournier »

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
Post Reply