Wes Hardaker wrote:
>>>>>> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes:
> 
> TA> add NetSNMP::agent::Support Files
> 
> Actually, that may or may not be the right thing to do.  If we intend
> to distribute it as it's own module independent of the NetSNMP::agent
> module then there should, instead, be a new MANIFEST file in the
> Support directory instead.

The problem I've been trying to solve is that
perl/agent/Support/Makefile doesn't get created (from Makefile.PL) on
Solaris 8 w/ stock Perl 5.005_03, so the build fails with:

gmake[3]: *** No rule to make target `all'.  Stop.

in perl/agent/Support. I've also tried to add

- --- snip ---
Index: perl/agent/Makefile.PL
===================================================================
RCS file: /cvsroot/net-snmp/net-snmp/perl/agent/Makefile.PL,v
retrieving revision 5.27
diff -u -r5.27 Makefile.PL
--- perl/agent/Makefile.PL      9 Aug 2006 17:13:57 -0000       5.27
+++ perl/agent/Makefile.PL      18 Sep 2006 14:49:50 -0000
@@ -22,6 +22,7 @@
                      'netsnmp_request_infoPtr.pm' =>
                          '$(INST_LIBDIR)/agent/netsnmp_request_infoPtr.pm'
                  },
+                 'DIR' => [qw(default_store Support)],
                  'PREREQ_PM'           => {},
                  );

- --- snap ---

but it didn't work either. Any ideas on how to fix this?


+Thomas

-- 
Thomas Anders (thomas.anders at blue-cable.de)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to