Question I am trying to install OpenEdge 11.3 and I am getting below errors:

Nagarjun VK

New Member
nagarjun@nagarjun-VirtualBox:~$ . /home/nagarjun/usr/progress/proinst

ls: cannot access /home/nagarjun/*.cfg: No such file or directory

basename: missing operand
Try 'basename --help' for more information.

cp: cannot stat ‘/home/nagarjun/proinst’: No such file or directory

cp: cannot stat ‘/home/nagarjun/_ovrly’: No such file or directory

cp: cannot stat ‘/home/nagarjun/install.tab’: No such file or directory

cp: cannot stat ‘/home/nagarjun/*.cfg’: No such file or directory

cp: cannot stat ‘/home/nagarjun/itermcap’: No such file or directory

cp: cannot stat ‘/home/nagarjun/installd.ini’: No such file or directory

cp: cannot stat ‘/home/nagarjun/intlsets.txt’: No such file or directory

cp: cannot stat ‘/home/nagarjun/proupdt’: No such file or directory

cp: cannot stat ‘/home/nagarjun/README.TXT’: No such file or directory

cp: cannot stat ‘/home/nagarjun/inst_hlp’: No such file or directory

bash: /home/nagarjun/_ovrly: No such file or directory

Please help me out on this. Is there any settings need to be changed? I am trying install on Ubuntu 14.04 on Oracle virtual box
 

phamthanhnhan14

New Member
nagarjun@nagarjun-VirtualBox:~$ . /home/nagarjun/usr/progress/proinst

ls: cannot access /home/nagarjun/*.cfg: No such file or directory

basename: missing operand
Try 'basename --help' for more information.

cp: cannot stat ‘/home/nagarjun/proinst’: No such file or directory

cp: cannot stat ‘/home/nagarjun/_ovrly’: No such file or directory

cp: cannot stat ‘/home/nagarjun/install.tab’: No such file or directory

cp: cannot stat ‘/home/nagarjun/*.cfg’: No such file or directory

cp: cannot stat ‘/home/nagarjun/itermcap’: No such file or directory

cp: cannot stat ‘/home/nagarjun/installd.ini’: No such file or directory

cp: cannot stat ‘/home/nagarjun/intlsets.txt’: No such file or directory

cp: cannot stat ‘/home/nagarjun/proupdt’: No such file or directory

cp: cannot stat ‘/home/nagarjun/README.TXT’: No such file or directory

cp: cannot stat ‘/home/nagarjun/inst_hlp’: No such file or directory

bash: /home/nagarjun/_ovrly: No such file or directory

Please help me out on this. Is there any settings need to be changed? I am trying install on Ubuntu 14.04 on Oracle virtual box
Hi Nagarjun,
The log is showed this error: you can't access to this dir to excecute this installation.
Try to user another Linux user ( such as root) to run proinst script.
 

Nagarjun VK

New Member
Hi Nagarjun,
The log is showed this error: you can't access to this dir to excecute this installation.
Try to user another Linux user ( such as root) to run proinst script.


Hi,

I tried the same with root and got same error:

nagarjun@nagarjun-VirtualBox:~$ sudo su -

[sudo] password for nagarjun:

root@nagarjun-VirtualBox:~# pwd
/root

root@nagarjun-VirtualBox:~# . /home/nagarjun/usr/progress/proinst

dirname: invalid option -- 's'

Try 'dirname --help' for more information.

ls: cannot access /root/*.cfg: No such file or directory

basename: missing operand
Try 'basename --help' for more information.

cp: cannot stat ‘/root/proinst’: No such file or directory

cp: cannot stat ‘/root/_ovrly’: No such file or directory

cp: cannot stat ‘/root/install.tab’: No such file or directory

cp: cannot stat ‘/root/*.cfg’: No such file or directory

cp: cannot stat ‘/root/itermcap’: No such file or directory

cp: cannot stat ‘/root/installd.ini’: No such file or directory

cp: cannot stat ‘/root/intlsets.txt’: No such file or directory

cp: cannot stat ‘/root/proupdt’: No such file or directory

cp: cannot stat ‘/root/README.TXT’: No such file or directory

cp: cannot stat ‘/root/inst_hlp’: No such file or directory

-su: /root/_ovrly: No such file or directory

I am not sure what is the mistake I am doing.

Please help me out. I am installing on a virtualbox FYI
 

RealHeavyDude

Well-Known Member
You need to be root to install OpenEdge on *nix.

Any chances you are executing the proinst script directly from the directory where you have extracted the tar archive?

RealHeavyDude.
 
Top