Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Peter Gilli on February 05, 2002, 04:27:13 AM

Title: RPM command help
Post by: Peter Gilli 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.
Title: Re: RPM command help
Post by: JonB 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
Title: Re: RPM command help
Post by: Uwe Schreiber 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.......
Title: Re: RPM command help
Post by: Peter Gilli 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.