Koozali.org: home of the SME Server

RPM command help

Peter Gilli

RPM command help
« on: February 05, 2002, 04:27:13 AM »
Hello all,

I am trying to install Port Forwarding RPM as per Darrell May's instructions.
I logged on as Root on my SME 5.x server and typed the following command:

rpm -ivh dmc-mitel-portforwarding-0.0.1-4.noarch.rpm

BUT, it gave me error -- no such file or directory

What is wrong in my command? I will appreciate your help.

Regards.

JonB

Re: RPM command help
« Reply #1 on: February 05, 2002, 04:55:23 AM »
Peter,

Sorry if this sounds a bit obvious

1/  have you downloaded the rpm

2/  are you installing the rpm from the directory you downloaded it to.

Jon

Uwe Schreiber

Re: RPM command help
« Reply #2 on: February 05, 2002, 11:55:52 AM »
maybe the path is not set correctly.

try to set a ./ (dot-slash) in front of the rpm command

e.g.: ./rpm -ivh.......

Peter Gilli

Re: RPM command help
« Reply #3 on: February 05, 2002, 04:13:22 PM »
Thanks for your help. I had to add path to the file. So I addeded http path and it worked.

Regards.