Hi,

I am facing problem while I am installing net-snmp on my Windows XP OS .

 

 

I am doing the following steps (as mentioned in help manual) still I am getting errors like netsnmp.dll file not found(while running nmake install perl ) ,and many more.

 

( I have used c:\usr for configuring and stored net-snmp zar file and other at E:\net-snmp as specified in manual)

So please suggest how configure net-snmp in windows environment.

 

Regards

Smruti Ranjan

 

1. Open a command prompt

2. Initialize the Visual Studio build environment by running VCVARS32.bat
which can be found in the bin folder of your Visual Studio install folder.

3. Type (all on one line):

perl Configure --with-sdk --with-ssl --config=debug
--prefix="c:/usr"

4. The make files will be generated, and a configuration summary will appear:

---------------------------------------------------------
Net-SNMP configuration summary:
---------------------------------------------------------

Config type: debug
SDK: enabled
Link type: static
Prefix / Destdir: c:/usr
OpenSSL: enabled

5. Type:

nmake clean
nmake
nmake install

perl Configure --with-sdk --with-ssl --config=debug --linktype=dynamic
--prefix="c:/usr"

nmake libs_clean
nmake libs
nmake install

nmake perl_clean
nmake perl
nmake perl_test
nmake perl_install

For a complete list of Configure options, run:

perl Configure --help

For a complete list of possible build targets, after generating the make files
using Configure, run:

 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s)and may 
contain confidential or privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]

Reply via email to