Subject: Re: Anyone installed Corel PhotoPaint 9 Linux under NetBSD?
To: Steven Sartorius <ssartor@bellatlantic.net>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: port-i386
Date: 07/06/2001 11:22:10
On Fri, 6 Jul 2001, Steven Sartorius wrote:
> Subject line says it all.  When I run the 'install' binary it dies after a
> few seconds with the message "cat: /proc/xxxxx/status: No such file or
> directory" where xxxxx is a process number.  Anybody managed to get this
> going?

Have you tried mounting procfs?

 mkdir /proc
 mount -t procfs /proc /proc

Hope this helps,
Jared