![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compiling IRSSI on Solaris 10 | FloridaBSD | SUN Solaris | 2 | 09-20-2008 01:41 AM |
| netSnmp question | hemulll | IP Networking | 0 | 07-28-2008 08:06 AM |
| compiling php5 on solaris 9. please help. | xnightcrawl | UNIX for Advanced & Expert Users | 5 | 10-24-2007 03:15 PM |
| Compiling in Solaris | runnerb | High Level Programming | 8 | 03-27-2007 02:51 AM |
| Error on compiling php for GD on SOLARIS 10 | callingrohit | SUN Solaris | 9 | 11-15-2006 02:03 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
compiling netsnmp on solaris 8
Hello all
Currently I am trying to install net-snmp-5.5 on a V480 Solaris 8 machine however things are hardly going smooth. I'm running configure will the following options. ./configure --prefix=/usr/local --with-mib-modules="smux ucd-snmp/diskio ucd-snmp/lmSensors host" --enable-mfd-rewrites --enable-ucd-snmp- compatibility --with-defaults --with-out-mib-modules=mibII/ipv6 --without-perl-modules make gives the following error and goes kaput libtool: link: : .libs/libnetsnmp.a libtool: link: ( cd ".libs" && rm -f "libnetsnmp.la" && ln -s "../libnetsnmp.la" "libnetsnmp.la" ) : libnetsnmp.la make[1]: Leaving directory `/net-snmp-5.5/snmplib' making all in /net-snmp-5.5/agent make[1]: Entering directory `/net-snmp-5.5/agent' Makefile:346: *** commands commence before first target. Stop. make[1]: Leaving directory `/net-snmp-5.5/agent' make: *** [subdirs] Error 1 I've tried various versions. I've been able to compile net-snmp-5.2.5.1 without the if-mib which we need as it is a basic requirement of ours. I'm using gcc version 3.4.6 and GNU make 3.81. Any help in this matter will be appreciated. |
|
||||
|
what is on line 346 of Makefile? Make sure there are no trailing spaces after any slashes "\" at the end of the line.
Please post the output of this command using CODE tags before modifying the file. Code:
awk 'NR==346' Makefile|od -cx |
|
||||
|
Output of the code is mentioned below
Code:
000000 \t f i \n
0966 690a
0000004
Code:
pythontest:
@(dir=`pwd`; cd python; $(PYMAKE) test --basedir=$$dir) ; \
if test $$? != 0 ; then \
exit 1 ; \
fi
![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|