Cinelerra On OpenBSD
Brought to you by:
heroines
I am trying to install Cinelerra on OpenBSD 3.5.
I have the package cinelerra-1.2.1-1.i386.rpm in my /
directory. When I run rpm -U --force --nodeps *.rpm I
get the error message: cannot
open /var/db/rpm/packages.rpm
I also have the source. When I go into the cinelerra
directory, and ./configure, I get the Error: ERROR=0:
Command not found. if: Expression Syntax.
If I type make, I get a long list of Missing dependency
operator errors from "global_config", and a few
from "build/Makefile.cinelerra".
What am I doing wrong?
david_sorg@hotmail.com
Logged In: YES
user_id=677967
what shell are you using? ERROR=0 looks like it's trying to
set the environment variable ERROR to 0. in some shells, you
must use a "setenv" command in order to do this.
Logged In: NO
I am using pdksh, Public Domain Korn shell in Bourne Shell
mode on OpenBSD 3.5. What is the correct way to set ERROR
to 0?
Is it possible to get the program running on OpenBSD?
Logged In: YES
user_id=23942
I can't imagine forcing a RH rpm would be successful on
OpenBSD, but I could be wrong. I'd go for the source compile.