in reply to problem installing mod_perl

Change PERL_VER in /etc/make.conf and try again ?

--
b10m

All code is usually tested, but rarely trusted.

Replies are listed 'Best First'.
Re^2: problem installing mod_perl
by ercparker (Hermit) on Jul 09, 2004 at 15:47 UTC
    thank you!!
    that sounds like the ticket!
    will try and post back the results tonight

    thanks again
Re^2: problem installing mod_perl
by ercparker (Hermit) on Jul 10, 2004 at 07:10 UTC
    b10m, editing the make.conf file fixed the problem
    Thanks for the advice

      Some more information on this (which was shown to you when you finished `make install` ;)

      Installation of Perl distribution is finished.  Please note, that since
      Perl is also in the base system, this distribution will not be used by
      default.
      
      If you want this version of Perl to be used by default, please type
      
        use.perl port
      
      Assuming that use.perl script (which was installed with the rest of the
      Perl distribution) can be found in your PATH (you might have to type
      `rehash' first, depending upon a shell you use), this action will
      replace /usr/bin/perl and /usr/bin/suidperl with symbolic links to the
      versions of these binaries in the Perl distribution.  This action will
      also put some variables into your /etc/make.conf file, so that newly
      installed ports (not packages!) will use new version of perl, and the
      system upgrades from the source will not overwrite the changes made.
      
      At any time you can also type
      
        use.perl system
      
      if you wish to revert back to the system version of perl.
      
      --
      b10m

      All code is usually tested, but rarely trusted.