LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-10-2008, 01:46 AM   #1
shrihari_s
LQ Newbie
 
Registered: Dec 2008
Posts: 9

Rep: Reputation: 0
libxnet is not found under /usr/lib


Hi,

I have a problem creating the build on redhat Linux version 4. When I try to make the build it says
cc: -lxnet: linker input file unused because linking not done.

The make file contains

CC = $(PURIFY) /usr/bin/cc $(XOPEN_SOCKET_LIB)
XOPEN_SOCKET_LIB = -l xnet


When I searched in /usr/lib/ I could not find the libxnet package. This package is available in Solaris/AIX and HP by default.

Please help me to get this package installed. Let me know if any alternative is available.
 
Old 12-10-2008, 06:48 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Don't you mean the "libnet" package?
 
Old 12-10-2008, 01:29 PM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
' libxnet * ' is in packages
strxnet-LiS-lib-0.9.2.8-1.WB4.i686.rpm
strxnet-devel-0.9.2.8-1.WB4.i686.rpm
http://www.openss7.org/rpms/el4/RPMS/i686/
for RH EL4

Main download page
http://www.openss7.org/download.html

Home page
http://www.openss7.org/index.html
OpenSS7 for Linux
....

Last edited by knudfl; 12-10-2008 at 01:32 PM.
 
Old 12-11-2008, 02:32 AM   #4
shrihari_s
LQ Newbie
 
Registered: Dec 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks

I have downloaded the rpm's strxnet-LiS-lib-0.9.2.8-1.WB4.i686.rpm
strxnet-devel-0.9.2.8-1.WB4.i686.rpm
But when I try installing them I receive the error message as below
[mdbuild@damodar shri]$ rpm -ivh strxnet-LiS-lib-0.9.2.8-1.WB4.i686.rpm
warning: strxnet-LiS-lib-0.9.2.8-1.WB4.i686.rpm: V3 DSA signature: NOKEY, key ID 5a3fe379
error: Failed dependencies:
LiS-lib = 0:2.18.3-1.EL4 is needed by strxnet-LiS-lib-0.9.2.8-1.WB4.i686

Then I have downloaded LiS-lib-2.18.3-1.WB4.i686.rpm from the same location. But I could not able to install this too. The error is

[mdbuild@damodar shri]$ rpm -ivh LiS-lib-2.18.3-1.WB4.i686.rpm
warning: LiS-lib-2.18.3-1.WB4.i686.rpm: V3 DSA signature: NOKEY, key ID 5a3fe379
error: can't create transaction lock
[mdbuild@damodar shri]$

Please help me to resolve this issue. I'm very new with Linux.
 
Old 12-11-2008, 03:28 AM   #5
shrihari_s
LQ Newbie
 
Registered: Dec 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by shrihari_s View Post
Thanks

I have downloaded the rpm's strxnet-LiS-lib-0.9.2.8-1.WB4.i686.rpm
strxnet-devel-0.9.2.8-1.WB4.i686.rpm
But when I try installing them I receive the error message as below
[mdbuild@damodar shri]$ rpm -ivh strxnet-LiS-lib-0.9.2.8-1.WB4.i686.rpm
warning: strxnet-LiS-lib-0.9.2.8-1.WB4.i686.rpm: V3 DSA signature: NOKEY, key ID 5a3fe379
error: Failed dependencies:
LiS-lib = 0:2.18.3-1.EL4 is needed by strxnet-LiS-lib-0.9.2.8-1.WB4.i686

Then I have downloaded LiS-lib-2.18.3-1.WB4.i686.rpm from the same location. But I could not able to install this too. The error is

[mdbuild@damodar shri]$ rpm -ivh LiS-lib-2.18.3-1.WB4.i686.rpm
warning: LiS-lib-2.18.3-1.WB4.i686.rpm: V3 DSA signature: NOKEY, key ID 5a3fe379
error: can't create transaction lock
[mdbuild@damodar shri]$

Please help me to resolve this issue. I'm very new with Linux.


Thanks all. I'm able to install this package. I was trying to install from non root user, hence I was getting that error. Now I installed this from root.

Now I need to work why I'm getting error undefined reference to `sqlca' and undefined reference to `sqlcxt' . If you have any idea on this please let me know.
 
Old 12-11-2008, 07:23 AM   #6
shrihari_s
LQ Newbie
 
Registered: Dec 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Hi,

I have solved this problem, it was related to Oracle.

Now I need to know from where i'll download "libgen".
 
Old 12-11-2008, 04:06 PM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
"libgen" ?
Are you quite sure, that the Oracle package is for Linux ?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./example1) babu198649 Linux - Newbie 24 12-02-2010 04:09 AM
FC4 - /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.6' not found TBennettcc Fedora 0 11-01-2008 09:39 PM
libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/bin/../lib/libstdc++.s hferretluv Linux - Software 4 12-18-2006 12:31 PM
Compromised? Files "/usr/lib.hwm", "/usr/lib.pwd", "/usr/lib.pwi" Klaus Pforte Linux - Security 4 09-28-2004 11:33 PM
/usr/lib/libstdc++.so.5: version 'GLIBCPP_3.2.2' not found vidi Linux - Software 1 06-10-2004 09:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

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