Hi All!

I have a compiled version of 5.2.1 that I created from source (not CVS)
and I would like to install on several machines. Rather then
recompiling or copying the whole compiled directory to each machine and
re-running 'make install' I thought it would be a nifty thing to make a
tar archive of just what is necessary. There is a make target name
"tar", so I run "make tar" and get the error:

make: ./agent/mibgroup/versiontag: Command not found
make: *** [tar] Error 127

This seems to make sense as there is no file name "versiontag" anywhere.
There is a "version" target so I tried making that and got:

perl local/Version-Munge.pl -T 5.2.1 -M -V -D -C
usage error: version tag must begin with Ext- at local/Version-Munge.pl
line 84.
make: *** [version] Error 255

I then tried it by hand using

perl local/Version-Munge.pl -T Ext-5.2.1 -M -V -D -C

This gave me a whole bunch of errors like this:

cvs diff: No CVSROOT specified!  Please use the `-d' option
cvs [diff aborted]: or set the CVSROOT environment variable.

Well since I did not download this from the CVS repository, CVS errors
sort of make sense to me. However, I am stuck at where to look next. 

Is creating a tar package that I can copy to other system something I
can do? If so, what steps am I missing? 

Any help is appreaciated.

Regards,

Jim Mohr




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to