Hello, I'm trying to build binary packages to deploy them to some machines at work. The problem I have is, that the package is created, however dependent files are not included. For example: I build the package with sudo port pkg apache2 the apache package is created however when I install it on the other machine it won't run because the dependent files are missing. Do I have to build packages for every dependent file that is compiled during the build process or is there an easier way to get a nice "all in one" deployment package? System Information: Build machine with MacPorts: MacBook Core 2 Duo Deployment Machines (for testing) without MacPorts: MacBook Core 2 Duo iMac Core Duo all machines run on OS X 10.5 Any help is appreciated. Thanks a lot in advance Mike
On Dec 12, 2007 5:31 PM, Michael Grunewalder <mgrunewalder@mac.com> wrote:
I'm trying to build binary packages to deploy them to some machines at work. The problem I have is, that the package is created, however dependent files are not included.
For example: I build the package with sudo port pkg apache2
Use "sudo port mpkg apache2" to have all necessary packages included in one large metapackage. Regards, Marc
When I use mpkg to create a metapackage, where does the installer put the files, in /opt/local? -- On Dec 12, 2007, at 10:03 AM, Marc André Selig wrote:
On Dec 12, 2007 5:31 PM, Michael Grunewalder <mgrunewalder@mac.com> wrote:
I'm trying to build binary packages to deploy them to some machines at work. The problem I have is, that the package is created, however dependent files are not included.
For example: I build the package with sudo port pkg apache2
Use "sudo port mpkg apache2" to have all necessary packages included in one large metapackage.
Regards, Marc _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
participants (3)
-
Marc André Selig
-
Michael Grunewalder
-
Nathan Brazil