Search results

  1. G

    How to share a disk from XP host to FreeBSD guest

    It works fine in Windows 7. Just right-click on the folder you want to share, select sharing, choose who you want to share with and you're done. What doesn't seem to work is using a bridged NIC adapter but it's easy enough to just enable a second NIC emulator.
  2. G

    Apache Profiles

    So does multiple profiles => multiple instances?
  3. G

    Apache Profiles

    I was taking a look in the apache22 rc script and I noticed rc.conf entry: apache22_profiles Perusing the script a profile seems to be whereby you can set limits, flags and so on but I it's not clear to me what a profile is exactly and how and why I would want to define one. Can you...
  4. G

    Recursively applying PKGRESPOSITORY

    I'm trying to create a package of Apache and its dependencies: sudo make package-recursive \ __MAKE_CONF=~/make.apache22.conf \ PKGREPSOITORY=/usr/home/gvkv Everything works fine except that only apache22.tbz ends up in gvkv; the dependency packages are built in their respective...
  5. G

    Overriding Macro Assignments in the Apache 2.2 Port

    That's helpful for the future (but what if you're using neither portmaster nor portupgrade?) but I now realized that my core problem is that my Perl installation isn't from the port. The real lesson I'm taking from all this is to either use ports or don't--and if you do mix and match, be aware.
  6. G

    Overriding Macro Assignments in the Apache 2.2 Port

    I tried that and while make -E PERL5 -V PERL5 helpfully returns /usr/local/bin/perl, the apache port still wants to install the perl port.
  7. G

    Overriding Macro Assignments in the Apache 2.2 Port

    I'm trying to configure and install apache 2.2 from ports but I'd like it to use the Perl interpreter that I already have on my machine. The problem is that it always insists on using version 5.10.1 (set via the PERL5 variable) and wants to install the Perl 5.10 port. I have 5.12.1 on my...
  8. G

    Make Installworld Fails after Building

    I'm trying to setup a skeleton file system as per Chapter 15 in the Handbook. After successfully invoking make buildworld I then type make installworld DESTDIR=/usr/jails/mroot but after some parts of the world successfully install, I get the following error: ===> lib/libcom_err/doc...
Back
Top