Thanks for your help everyone. After some modification to the diff file I 
was able to get the patch command to run.

Now not to sound worse than I already do, but do I need to compile the 
patched code to  implement it?

I ask because the patch relates to extend.*, but when I look in the bin 
folder for netsnmp, I dont see any EXEs that are named extend. 

So I presume, if it needs to be compiled, it would be part of a larger 
recompilation. If that is the case, could you point me to documentation on 
how to accomplish this step?

thanks again
k



From:
Wes Hardaker <harda...@users.sourceforge.net>
To:
keith.abb...@pattersoncompanies.com
Cc:
net-snmp-users@lists.sourceforge.net
Date:
07/17/2011 11:10 AM
Subject:
Re: Patching with a Diff file on windows



>>>>> On Tue, 12 Jul 2011 10:57:02 -0500, 
keith.abb...@pattersoncompanies.com said:

ka> Cound someone provide the steps, or point me to documentation that 
ka> explains how to use a Diff file to apply a  NetSNMP patch? I'm running 
on 
ka> a windows XP platform.

If you install any of the gnu environments for windows, you'll likely
get the 'patch' program installed too.  Then you can run it as follows
(from a cmd terminal):

  cd net-snmp-source
  patch -p0 < file

(the -p0 may need to be something else (like -p1), depending on the
patch file in question)
-- 
Wes Hardaker
SPARTA, Inc.



NOTICE: This email transmission and any attachments that accompany it may 
contain information that is confidential or otherwise exempt from 
disclosure under applicable law and is intended solely for the use of the 
individual(s) to whom it was intended to be addressed. If you have 
received this email by mistake, or you are not the intended recipient, any 
disclosure, dissemination, distribution, copying or other use or retention 
of this communication or its substance is prohibited. If you have received 
this communication in error, please immediately report to the author via 
email that you received this message by mistake and also permanently 
destroy printed copies and delete the original and all copies of this 
email and any attachments from your computer. 
------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
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