The Network People Support Forums

Mail::Toaster => Installation Issues => Topic started by: timm on April 17, 2004, 06:07:17 AM

Title: p5-Net-DNS port perl issues
Post by: timm on April 17, 2004, 06:07:17 AM
I have updated my perl port sucessfully as specified in the installation docs.

core# rehash; use.perl port
core# perl -v

This is perl, v5.8.2 built for i386-freebsd
...

toaster_setup.pl -s pre failed on dns/p5-Net-DNS so I attempted to install manually.

# make install clean
===>  Installing for p5-Net-DNS-0.46
===>   p5-Net-DNS-0.46 depends on file: /usr/local/lib/perl5/site_perl/5.8.2/Digest/HMAC_MD5.pm - found
===>   Generating temporary packing list
===>  Checking if dns/p5-Net-DNS already installed
pkg_info: package bsdpan-Mail-Toaster-3.38 has no origin recorded
make: don't know how to make /usr/local/lib/perl5/5.6.1/mach/Config.pm. Stop
*** Error code 2

Stop in /usr/ports/dns/p5-Net-DNS.
#

I can see the problem with it looking for perl5.6.1 when I have 5.8.2 installed but I am not sure how to fix it.

thanks in advance

Tim
Title: p5-Net-DNS port perl issues
Post by: timm on April 17, 2004, 04:14:17 PM
Well i have installed the port manually after downloading the .tgz but the package has not been registered in pkg_info, so toaster_setup.pl -s pre is still trying to install the port. How do I register the package as installed?
Title: p5-Net-DNS port perl issues
Post by: timm on April 17, 2004, 05:50:58 PM
pkg_add -r works just fine. sorry Wink