thomas palud - Sun Microsystems - Dublin Ireland wrote: > Hello, > > I am creating a package that must be installed in a specific directory. > > To install it in the directory I want I first create an image with 'pkg > image-create' > and then install the package with '-R' option, lets say : pkg -R > /image install package_name > > My problem is that the package have dependencies to other packages > which must not be installed in the image directory (i.e. the package > must be installed in '/image' and its dependencies in '/' > > For information the package which mine depends on is SUNWhea > > Is there a way to handle it or should I do thing differently ? >
I'm afraid I don't understand... Are you creating a package that can installed anywhere? Or must it be installed under /image? If the software needs to be under /image, why aren't your paths set appropriately? Right now we don't support linked images; we're focusing on installation of Solaris itself. - Bart -- Bart Smaalders Solaris Kernel Performance [email protected] http://blogs.sun.com/barts "You will contribute more with mercurial than with thunderbird." _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
