Bugs item #977508, was opened at 2004-06-22 07:16
Message generated for change (Comment added) made by hardaker
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=977508&group_id=12694
Category: None
Group: hpux
>Status: Pending
Resolution: None
Priority: 5
Submitted By: gyjin (gyjin)
Assigned to: Nobody/Anonymous (nobody)
Summary: 5.1.1 compile error on HP-UX11
Initial Comment:
Hi,
I got an error when build snmp5.1.1 on HP-UX11i. Here is
the detailed information about this error.
$ uname -a
HP-UX forest B.11.11 U 9000/889 1261804361 unlimited-
user license
$ make
making all in /users/gyjin/DM/net-snmp-5.1.1/snmplib
/bin/sh ../libtool --mode=link cc -g -Dhpux11 -
rpath /usr/local/lib -version-info 6:1:1 -o libnetsnmp.la
rm -
fr .libs/libnetsnmp.la .libs/libnetsnmp.* .libs/libnetsnmp.*
/usr/ccs/bin/ld -b +h libnetsnmp.sl.6 +b /usr/local/lib -
o .libs/libnetsnmp.sl.6.1 -lc
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
$ pwd
/users/gyjin/net-snmp-5.1.1
I also add the '--with-libs=-lnm' when running the
configure.
Can anybody resolve this problem?
Thanks a lot in advance.
gyjin20@...
----------------------------------------------------------------------
>Comment By: Wes Hardaker (hardaker)
Date: 2004-09-29 14:50
Message:
Logged In: YES
user_id=76242
err... and no error message? just an exit code number? boy, thats
nearly impossible to solve. What happens when you run the command
on the command line (start with the /usr/ccs/bin/ld)
wait, isn't the /usr/ccs binaries the cheap (non-ansi) compiler? If so,
that won't work as we require a decent compiler. Get gcc if you don't
want to shell the cash for the pro compiler.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2004-07-12 10:28
Message:
Logged In: NO
This also happens for net-snmp-5.1.2.pre3 on HP-UX 10.2 when
configured using
./configure --with-libs="-ldld" --without-openssl --with-cc=/usr/local/pa11_32/bin/gcc --with-persistent-directory="/var/net-snmp" --with-default-snmp-version="1" --with-sys-contact="user@..." --with-sys-location="Unknown location" --with-logfile="/var/log/snmpd.log" --with-mib-modules="host mibII ucd_snmp
snmpv3mibs notification target agent_mibs agentx agent_mibs
utilities ucd-snmp/dlmod smux agentx mibII/system_mib
mibII/sysORTable mibII/at mibII/interfaces mibII/snmp_mib
mibII/tcp mibII/icmp mibII/ip mibII/udp mibII/vacm_vars
mibII/setSerialNo ucd-snmp/memory_hpux ucd-snmp/hpux
ucd-snmp/vmstat_hpux ucd-snmp/proc ucd-snmp/versioninfo
ucd-snmp/pass ucd-snmp/pass_persist ucd-snmp/disk
ucd-snmp/loadave ucd-snmp/extensible ucd-snmp/errormib
ucd-snmp/file ucd-snmp/proxy ucd-snmp/logmatch
snmpv3/snmpEngine snmpv3/snmpMPDStats snmpv3/usmStats
snmpv3/usmUser notification/snmpNotifyTable
notification/snmpNotifyFilterTable
notification/snmpNotifyFilterProfileTable
target/snmpTargetAddrEntry target/snmpTargetParamsEntry
target/target target/target_counters
agent/nsTransactionTable agent/nsModuleTable agent/nsDebug
agent/nsCache agent/nsLogging agentx/master agentx/subagent
util_funcs mibII/tcpTable mibII/ipAddr mibII/var_route
mibII/route_write mibII/udpTable mibII/vacm_context
utilities/execute header_complex agentx/protocol
agentx/client agentx/master_admin agentx/agentx_config"
ineal@...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=977508&group_id=12694
|