LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-23-2006, 01:35 AM   #1
mamc
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Rep: Reputation: 0
problem installing opennms in fedoracore4


I have few doubts regarding installation of opennms.

1. I downloaded opennms ,when i installed it i got this error,
warning: opennms-1.2.7-1_fc4.i386.rpm: V3 DSA signature: NOKEY, key ID 4c4cbbd9
error: Failed dependencies:
rrdtool is needed by opennms-1.2.7-1_fc4.i386
postgresql-server >= 7.2 is needed by opennms-1.2.7-1_fc4.i386
2. To overcome that i downloaded rrdtool wherein after/ ./configure/, _make_ ,gave me error,
make all-recursive
make[1]: Entering directory `/home/mamatha/rrdtool-1.2.12'
Making all in src
.....................
...........................
tclrrd.c:20:17: tcl.h: No such file or directory
tclrrd.c:24: error: syntax error before '*' token
...................................
...................................
tclrrd.c:631: warning: no previous prototype for 'Tclrrd_SafeInit'
tclrrd.c: In function `Tclrrd_SafeInit':
tclrrd.c:632: error: `interp' undeclared (first use in this function)
make[3]: *** [tclrrd.o] Error 1
make[3]: Leaving directory `/home/mamatha/rrdtool-1.2.12/bindings/tcl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mamatha/rrdtool-1.2.12/bindings'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mamatha/rrdtool-1.2.12
make: *** [all] Error 2

3. I downloaded Postgresql,when i tried to install that i got this error
warning: postgresql-server-8.1.3-1.x86_64.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
libc.so.6()(64bit) is needed by postgresql-server-8.1.3-1.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by postgresql-server-8.1.3-1.x86_64
..................................
..................................
6_64
libpq.so.4()(64bit) is needed by postgresql-server-8.1.3-1.x86_64
libreadline.so.5()(64bit) is needed by postgresql-server-8.1.3-1.x86_64
libresolv.so.2()(64bit) is needed by postgresql-server-8.1.3-1.x86_64
libssl.so.6()(64bit) is needed by postgresql-server-8.1.3-1.x86_64
libtermcap.so.2()(64bit) is needed by postgresql-server-8.1.3-1.x86_64
libz.so.1()(64bit) is needed by postgresql-server-8.1.3-1.x86_64
postgresql = 8.1.3-1 is needed by postgresql-server-8.1.3-1.x86_64

Is the problem with Fedora core4 or any problem with downloaded archives?

Looking forward for the help.

Thanks and regards,
MamC
 
Old 03-23-2006, 03:26 AM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Code:
yum install opennms-1.2.7-1_fc4.i386.rpm
 
Old 03-23-2006, 03:27 AM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
or just install rrdtool from an rpm manually... but yeah yum it. never really thought of using yum that way to be honest...

OpenNMS rocks btw.
 
Old 03-27-2006, 10:54 PM   #4
mamc
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks a lot for the help.
i did try with yum but there is some problem,with the rrdtool which i have installed.

Error: missing dep: rrdtool for pkg opennms

i did the installation according to the build instructions given along with rrdtool download instructions,last step when i do makegives this error;
tclrrd.c:20:17: tcl.h: No such file or directory
tclrrd.c:24: error: syntax error before '*' token
tclrrd.c:25: error: syntax error before '*' token
tclrrd.c:34: error: syntax error before "CONST84"
tclrrd.c: In function `getopt_init':
tclrrd.c:308: error: syntax error before "clientData"
tclrrd.c: In function `Rrd_Fetch':
tclrrd.c:314: error: `Tcl_Obj' undeclared (first use in this function)
tclrrd.c:314: error: `listPtr' undeclared (first use in this function)
tclrrd.c:315: warning: ISO C90 forbids mixed declarations and code
tclrrd.c:318: error: `argc' undeclared (first use in this function)
tclrrd.c:318: error: `argv' undeclared (first use in this function)
tclrrd.c:322: warning: nested extern declaration of `Tcl_GetObjResult'
tclrrd.c:322: error: `interp' undeclared (first use in this function)
tclrrd.c:326: warning: implicit declaration of function `Tcl_ListObjAppendElement'

what can the problem be?

thanks once again
 
Old 03-28-2006, 12:44 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you're probably just missing tcl-devel to actually compile against it, but there are rrdtool rpms on dries that you can add as an rpm reppo in yum: http://dries.studentenweb.org/rpm/pa...tool/info.html
 
Old 03-28-2006, 12:48 AM   #6
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
rrdtool is also available from Extras
 
Old 03-31-2006, 11:02 PM   #7
mamc
LQ Newbie
 
Registered: Mar 2006
Posts: 3

Original Poster
Rep: Reputation: 0
thanks a ton for the guidance
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
save paths in OpenOffice.org2.0 on FedoraCore4.0 pentheus Linux - Software 2 12-12-2005 04:07 PM
opennms question riffe Linux - Networking 0 12-11-2005 11:23 PM
Installing opennms on Debian Sarge odd-geir Linux - Networking 1 10-16-2005 06:48 PM
linux newbie-fedoracore4 bobber Linux - Newbie 7 09-02-2005 12:34 AM
Opennms on Debian not receiving notifications csross Linux - Software 0 03-16-2005 04:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration