summaryrefslogtreecommitdiff
path: root/README.osX
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2013-04-11 10:21:36 +0900
committerHideki Yamane <henrich@debian.org>2013-04-11 10:21:36 +0900
commit9c3c74a98221880a5804fd58fe541c8b672995d2 (patch)
tree009bf8fd68af6bb1129e07dd8c1ed205010d81f8 /README.osX
parente30beeedd5cbe6f72008c32122b3b8b617fd5ab2 (diff)
downloadpkg-net-snmp-9c3c74a98221880a5804fd58fe541c8b672995d2.tar.gz
Imported Upstream version 5.7.2~dfsg
Diffstat (limited to 'README.osX')
-rw-r--r--README.osX26
1 files changed, 2 insertions, 24 deletions
diff --git a/README.osX b/README.osX
index 82bd0d5..49b58e7 100644
--- a/README.osX
+++ b/README.osX
@@ -1,5 +1,5 @@
README.osX
-$Id: README.osX 16992 2008-06-03 09:37:46Z dts12 $
+$Id$
This is what I had to do to get it to work for me. Your mileage may vary.
If this doesn't work for you, or you have fixes for any problems listed,
@@ -7,10 +7,6 @@ please post to <net-snmp-coders@lists.sourceforge.net>. Thanks!
- ALL
- - Test 44 (Perl AgentX Subagent) fails.
-
- - configure with --enable-as-needed for proper libperl linking
-
- nlist doesn't support icmpstat
- disable the icmp module during configure by specifying
@@ -19,7 +15,7 @@ please post to <net-snmp-coders@lists.sourceforge.net>. Thanks!
- 10.4.7 (Universal) and Leopard with 5.4 sources:
- [Supplied by Chris Jalbert, slightly updated]
+ [Supplied by Chris Jalbert]
- build using gcc 4.0 (see below) and configure using:
--with-persistent-directory=/var/db/net-snmp \
@@ -27,7 +23,6 @@ please post to <net-snmp-coders@lists.sourceforge.net>. Thanks!
--without-rpm \
--with-mib-modules="host ucd-snmp/diskio" \
--with-out-mib-modules="mibII/icmp host/hr_swrun" \
- --enable-as-needed \
--without-kmem-usage
The first line sets up persistent storage in the OS X standard location.
@@ -64,20 +59,3 @@ please post to <net-snmp-coders@lists.sourceforge.net>. Thanks!
--prefix=/usr --with-persistent-directory=/var/db/ucd-snmp
--with-mib-modules=host
--------------------------------------
-
-With Mac OS X 10.5.2, and Net-SNMP 5.4.2, the default configuration
-seems to build and run successfully. The main tweak needed to get
-things working was to disable "embedded perl" (which is active by
-default in 5.4 and above).
-
- The issue here is that enabling embedded perl will try to use the
-same CFLAGS used for compiling perl, when compiling the Net-SNMP code
-(which is probably reasonable). Unfortunately, the default perl binary
-that comes with Mac OS/X 10.5 (at least) is a "universal binary",
-so the CFLAGS that it uses include "-arch i386 -arch ppc". This
-dual-architecture option confuses the configure script, and means
-that it cannot detect the characteristics of the host system correctly.
-
-Dave
-June 2008