Sponsored Content
Special Forums UNIX and Linux Applications Infrastructure Monitoring Problem while installing Open Pegasus Post 302297913 by tsbpreetham on Monday 16th of March 2009 06:30:14 AM
Old 03-16-2009
Problem while installing Open Pegasus

Hi All,

I am new to Pegasus, I have Fedora 8 and have also downloaded tog-pegasus-2.8.0-1.src.rpm from www.openpeasus.org, when i try to install by using

Code:
#rpm -ih tog-pegasus-2.8.0-1.src.rpm

and then try to build it, using

Code:
#rpmbuild --bb /usr/src/redhat/specs/tog-pegasus.spec

it gives error:Failed build dependancies

net-snmp-devel needed by tog-pegasus-2.8.0-1.i386

How to get net-snmp-devel needed by tog-pegasus-2.8.0-1.i386? How should i proceed further? Please help me to solve this issue.

Thank You in advance

Last edited by Yogesh Sawant; 03-26-2009 at 06:19 AM.. Reason: added code tags
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

installing open bsd

I'm in the process of installing openbsd 3.2, the install appears to go ok but will not boot. So I tried the install again, when I opt to partition I noticed the disk the signature (in geometry) reads as 0x0 instead of 0xAA55. I'm using Lucas's 'Absolute OpenBSD' as my install guide together with... (3 Replies)
Discussion started by: ferret
3 Replies

2. UNIX for Dummies Questions & Answers

Problem Installing (elite help please)

No unix/linux systems have worked on my computer Problem: I have SATA hard drive and every time i get the error which says 'YOU HAVE NO HARD DRIVE' wondering which i tried? http://www.linuxiso.org/ so if you have dealt with this before, please reply if you think you know then it might... (12 Replies)
Discussion started by: GXDeMoNN
12 Replies

3. Solaris

problem while installing on X-86

Hi all, I tried to install Sun Solaris 10 on a X-86 based machine. I have dedicated entire diskspace to create auto partition. My hardware config is below: Main Board : Asus Processor : Intel 945 , 3 G/Hz RAM : 1 Gigs Diskspace : 80 Gigs When I install, installation goes successful.... (1 Reply)
Discussion started by: naw_deepak
1 Replies

4. AIX

Installing HP open view in AIX

Hi, I am new to AIX, I have to install HP Open View on AIX OS and I would appreciate if anyone can guide me how to install it step be step, any pointer in the direction would also help. I thank all in advance ! (1 Reply)
Discussion started by: Rookie_newbie
1 Replies

5. Red Hat

problem installing rhel 6

I have dexx xps 14.I was installing rhel6.But the installation hanged at following step initializing hardware detection................. installion didnt go further (2 Replies)
Discussion started by: shamapraveen
2 Replies

6. AIX

Installing Open SSL on AIX 6.1

Hello, I want to install openssl-1.0.1c-1.aix5.1.ppc.rpm on IBM AIX 6.1 server machine and when I try to install the same as : rpm -ivh openssl-1.0.1c-1.aix5.1.ppc.rpmI get the error saying that it needs the following dependencies : error: failed dependencies: ... (2 Replies)
Discussion started by: gaugeta
2 Replies

7. Linux

Problem installing htpasswd2

Hey everyone! So as i finished setting up my apache2 server, I wanted to look into some basic authentication for the web page. I found a great guide on apache.org. The problem now is, the htpasswd2 file that i need to create and store users, is in a weird format. It is displaying as : ... (3 Replies)
Discussion started by: LinuxIntern445
3 Replies
PEGASUS-VERSION(1)														PEGASUS-VERSION(1)

NAME
pegasus-version - print or match the version of the toolkit. SYNOPSIS
pegasus-version [-Dproperty=value] [-m [-q]] [-V] [-f] [-l] DESCRIPTION
This program prints the version string of the currently active Pegasus toolkit on stdout. pegasus-version is a simple command-line tool that reports the version number of the Pegasus distribution being used. In its most basic invocation, it will show the current version of the Pegasus software you have installed: $ pegasus-version 3.1.0cvs If you want to know more details about the installed version, i.e. which system it was compiled for and when, use the long or full mode: $ pegasus-version -f 3.1.0cvs-x86_64_cent_5.6-20110706191019Z OPTIONS
-Dproperty=value The -D option allows an experienced user to override certain properties which influence the program execution, among them the default location of the user's properties file and the PEGASUS_HOME location. One may set several CLI properties by giving this option multiple times. The -D option(s) must be the first option on the command line. CLI properties take precedence over the file-based properties of the same key. -f, --full The --full mode displays internal build metrics, like OS type and libc version, addition to the version number. It appends the build time as time stamp to the version. The time stamp uses ISO 8601 format, and is a UTC stamp. -l, --long This option is an alias for --full. -V, --version Displays the version of the Pegasus planner you are using. --verbose is ignored in this tool. However, to provide a uniform interface for all tools, the option is recognized and will not trigger an error. RETURN VALUE
The program will usually return with success (0). In match mode, if the internal version does not match the external installation, an exit code of 1 is returned. If run-time errors are detected, an exit code of 2 is returned, 3 for fatal errors. ENVIRONMENT VARIABLES
JAVA_HOME should be set and point to a valid location to start the intended Java virtual machine as $JAVA_HOME/bin/java. EXAMPLE
$ pegasus-version 3.1.0cvs $ pegasus-version -f 3.1.0cvs-x86_64_cent_5.6-20110706191019Z AUTHORS
Jens-S. Vockler <voeckler at isi dot edu> Pegasus Team http://pegasus.isi.edu 05/24/2012 PEGASUS-VERSION(1)
All times are GMT -4. The time now is 02:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy