Installing SNMP Agent on Solaris Systems


 
Thread Tools Search this Thread
Operating Systems Solaris Installing SNMP Agent on Solaris Systems
# 1  
Old 04-25-2007
Error Installing SNMP Agent on Solaris Systems

Hi,

I am trying to apply the steps in the below link:

http://manageengine.adventnet.com/pr...y.html#solaris

but I couldn't continue with the step number 2 ... what is the path of C compiler.

export PATH=<gcc path>:$PATH

Please help ......
# 2  
Old 04-25-2007
This command is there to ensure that gcc location will be available in the PATH environment, if you are sure that your user can access it, it's ok, I guess you can skip this part. Do a "which gcc" and you will find out the location of the compiler.
For example, in my case, I have gcc at /usr/sfw/bin/gcc, so I had to add this location to the PATH env.
# 3  
Old 04-28-2007
Hi,

Igot this error after the next step:

Code:
# ./configure --prefix=</snmp1> --with-mib-modules="host"
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
#

# 4  
Old 05-02-2007
The error is self-explanatory. Find the location of either "gcc" or "cc" and correct the $PATH env.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. OS X (Apple)

Manually Installing McAfee AV agent

I've tried a few things to manually push out a script as a test from one of my primary machines to a test machine. I have a McAfee agent that I just obtained from McAfee, and I'm simply trying to remember what I did via terminal to push it out from my primary machine. Well, I finally figured it... (3 Replies)
Discussion started by: unimachead
3 Replies

2. IP Networking

SNMP Problem - SNMP not getting to the agent.

I am having a problem with an SNMP event, and I am not sure where I should be looking to solve this problem. Description: There is an SNMP event in our system that for one reason or another is not getting sent out as an email because it is never getting to our SNMP agent. I see where the... (0 Replies)
Discussion started by: broberts
0 Replies

3. Infrastructure Monitoring

NCR unix snmp agent

Good Day, I have requirement to monitor a number of NCR unix server for our unix team. As the System Management product that we use in out company does not have an agent for NCR unix I am investigating the SNMP route. I got the unix guys to enable SNMP however, it seems the default MIB that is... (0 Replies)
Discussion started by: priteshj
0 Replies

4. IP Networking

SNMP Agent development

Hi, I am new to Net-snmp and I am trying to build upon the template .c and .h files, generated by the mib2c tool, for the agent development. Can somebody guide me on how to build upon the functions generated by mib2c tool or provide a sample code for an agent. Thanks (0 Replies)
Discussion started by: tisha
0 Replies

5. UNIX for Dummies Questions & Answers

snmp manager and agent

Hi, I'm reading net-snmp, using Unix (Solaries) and C language ... - I can manipulate variable (managed object) declared in agent, but the manager can't see that ... it only see the initialization and the value which it ulters using snmpset ... Ex: Agent: static int ... (0 Replies)
Discussion started by: zainab
0 Replies

6. UNIX for Dummies Questions & Answers

Installing Software on Multiple Systems

I have been given the task of installing subversion on rhe4 32 and 64 bit, suse9 ia64, hpux 11.22 ia64, hpux 11.11 pa_risc, solaris 2.8 sparc, and irix 6.5. How can I do this? I know that rhe5 and debian have things like yum and apt for packages. What are the equivalents for these systems? ... (4 Replies)
Discussion started by: ldb88
4 Replies

7. Solaris

SNMP subagent deleted from agent table

:confused: :confused: I have a subagent that registers to snmpd on Solaris 8. One of the queries this subagent handles can take an exceptionally long time (it can be on the order of ~30 seconds). When this query is sent to the processor via SNMP, the subagent is being dropped from the... (1 Reply)
Discussion started by: jalburger
1 Replies

8. IP Networking

SNMP agent

Hi, I am really new in linux and SNMP. I have a SNMP agent in Linux (net-snmp). I have my MIB in the /usr/share/mibs directory, and I didn't manage to understand where and how do I put the values of the fields in the MIB? The values are static, so the agent need to return the same value in... (0 Replies)
Discussion started by: linuxbegginer
0 Replies

9. AIX

Installing software on a large number of Systems

Hi, I'm new to the unix world and I would like to know if anyone can give me some pointers as to how to install and run a program on a large number of servers easily. Can anyone offer any pointers please? F.y.i I have developed a program in C to collect performance data from AIX systems. ... (1 Reply)
Discussion started by: StuBob
1 Replies
Login or Register to Ask a Question