dataghost
22nd July 2011, 04:58 PM
Hello,
I am trying to build ffmpeg with x264 and several other libraries. It does build OK, but I have to deploy it on another server - an oracle one I presume. Forgive if a stupid question, but ... when I try to install it there, it tells me that I do not meet some dependancies.
On the machine on which I build the package, it does satisfy all requirements and dependancies. Is there a way to pack all dependancies of the rpm in the rpm itself? For all I know, I can say which are the dependancies using BuildRequires and similiar macros in the spec file. But it will require me to resolve all the dependancies on the client machine, and I want a very quick seamless install.
Is there a way to automatically include all the dependancies off a package in the package itself?
I am trying to build ffmpeg with x264 and several other libraries. It does build OK, but I have to deploy it on another server - an oracle one I presume. Forgive if a stupid question, but ... when I try to install it there, it tells me that I do not meet some dependancies.
On the machine on which I build the package, it does satisfy all requirements and dependancies. Is there a way to pack all dependancies of the rpm in the rpm itself? For all I know, I can say which are the dependancies using BuildRequires and similiar macros in the spec file. But it will require me to resolve all the dependancies on the client machine, and I want a very quick seamless install.
Is there a way to automatically include all the dependancies off a package in the package itself?