Re: Nonmem install problem

From: Darin Perusich Date: October 31, 2005 technical Source: cognigencorp.com
From: Darin Perusich Darin.Perusich@cognigencorp.com Subject: Re: [NMusers] Nonmem install problem Date: Mon, 31 Oct 2005 15:17:30 -0500 > The errors look as follows : > > [perin@mybic run]$ ./nmfe5 CONTROL5 rep5 > > AN ERROR WAS FOUND IN THE CONTROL STATEMENTS. > > 36 ERROR HAS OCCURRED WHILE CREATING REQUIRED FILE > FCON STOP 4 statement executed what do the permissions on the run directory look like? does CONTROL3 run? > After SUDO'ing, > > [perin@mybic run]$ sudo ./nmfe5 CONTROL5 rep5 > ./nmfe5: line 27: syntax error near unexpected token `exit' > ./nmfe5: line 27: `if !(-e FREPORT) exit' try doing "sudo csh nmfe5 CONTROL5 rep5" instead of "sudo ./nmfe5 CONTROL5 rep5". the nmfe5 script doesn't have "#!/bin/csh" at the beginning of the file so it's being executed as a bourne script. -- Darin Perusich Unix Systems Administrator Cognigen Corp. darinper@cognigencorp.com _______________________________________________________
Oct 31, 2005 Juan Carlos Perin Nonmem install problem
Oct 31, 2005 Darin Perusich Re: Nonmem install problem