Hi, I am trying to create an RPM package for perl-inline-java module. I am trying to do this using cpan2rpm on a system where I am able to compile and install this package. This system has Java JDK, and perl-inline module installed on it.
I need to create this RPM and install this on another system which will not have Java JDK (just the Java JRE) and perl-inline module. Is such a setup possible? Do I need to do something special for this. Currently I am able to create the RPM, but the installation of this RPM gives the following error: error: Failed dependencies: perl(Inline::Java->find_default_j2sdk) is needed by perl-Inline-Java-0.52-1.i386 I need to install this package on a virtual appliance which will be redistributed, hence I am trying to avoid its dependence on JDK. Any help in this regards is appreciated. Thanks, Parag