LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-11-2020, 08:16 AM   #1
nitinnm
LQ Newbie
 
Registered: Sep 2020
Posts: 7

Rep: Reputation: Disabled
this is my problem


problem in installing
i want to install radware software but these error make problem
after extracting tar file
and using makefile.linux makefile
after this make all
cd libs/gls; make ../../gls.a "CC = cc" "CFLAGS = -O2 -Wall -I/usr/X11R6/include -DHAVE_GNU_READLINE" "RANLIB = ranlib" "HISLIBS = " "GTK2 = TRUE"
make[1]: Entering directory '/home/nitin/Desktop/rw05/src/libs/gls'
make[1]: '../../gls.a' is up to date.
make[1]: Leaving directory '/home/nitin/Desktop/rw05/src/libs/gls'
cd libs/minig; make ../../minig.a "CC = cc" "CFLAGS = -O2 -Wall -I/usr/X11R6/include -DHAVE_GNU_READLINE" "RANLIB = ranlib" "HISLIBS = " "GTK2 = TRUE"
make[1]: Entering directory '/home/nitin/Desktop/rw05/src/libs/minig'
make[1]: '../../minig.a' is up to date.
make[1]: Leaving directory '/home/nitin/Desktop/rw05/src/libs/minig'
cd libs/mingtk; make ../../mingtk.a "CC = cc" "CFLAGS = -O2 -Wall -I/usr/X11R6/include -DHAVE_GNU_READLINE" "RANLIB = ranlib" "HISLIBS = " "GTK2 = TRUE"
make[1]: Entering directory '/home/nitin/Desktop/rw05/src/libs/mingtk'
make[1]: '../../mingtk.a' is up to date.
make[1]: Leaving directory '/home/nitin/Desktop/rw05/src/libs/mingtk'
cd libs/util; make ../../util.a "CC = cc" "CFLAGS = -O2 -Wall -I/usr/X11R6/include -DHAVE_GNU_READLINE" "RANLIB = ranlib" "HISLIBS = " "GTK2 = TRUE"
make[1]: Entering directory '/home/nitin/Desktop/rw05/src/libs/util'
make[1]: '../../util.a' is up to date.
make[1]: Leaving directory '/home/nitin/Desktop/rw05/src/libs/util'
cc -O2 -Wall -I/usr/X11R6/include -DHAVE_GNU_READLINE -o xmgf3 xmgf3.c gf3_subs.o caskx.o util.a minig.a \
-L/usr/X11R6/lib -lXm -lMrm -lXt -lXext -lXp -L. -L/usr/X11R6/lib -lX11 -lm -lreadline -lncurses
/usr/bin/ld: cannot find -lXp
collect2: error: ld returned 1 exit status
make: *** [Makefile.common:198: xmgf3] Error 1
 
Old 09-11-2020, 08:27 AM   #2
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hi nitinnm,

Welcome to LinuxQuestions.

You don't provide much basic information in your post (what OS you're using, for instance ...), but a quick Google search on the error reported in your output produces quite a few results.

It seems to be caused by the deprecation in some linux systems of a library called Xp (or similar). So it seems to be a simple unsatisfied dependency issue (odd that the package manager can't deal with this, but I digress ... ) ...

On Debian based systems, one suggestion is to install libxp-dev. On other systems, you may have to search for the package name.

You could start with that, but if still unresolved, you will have to provide more info. Read the stickys at the beginning of the forum for tips on how to ask questions here (ex. code tags ...) - it will help all members in answering you.

Cheers.
 
Old 09-11-2020, 08:34 AM   #3
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
It looks to me that Radware is propitiatory, have you tried contacting them for support as it looks like you had to pay for the software?

Play Bonny!

 
Old 09-11-2020, 08:59 AM   #4
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
Also, it has been years since I saw this directory referenced anywhere: "/usr/X11R6/". Maybe the software is too old?
 
Old 09-11-2020, 09:03 AM   #5
nitinnm
LQ Newbie
 
Registered: Sep 2020
Posts: 7

Original Poster
Rep: Reputation: Disabled
what should i do to resolve this error
 
Old 09-11-2020, 09:06 AM   #6
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,576
Blog Entries: 19

Rep: Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453
Quote:
Originally Posted by Rickkkk View Post
It seems to be caused by the deprecation in some linux systems of a library called Xp (or similar). So it seems to be a simple unsatisfied dependency issue (odd that the package manager can't deal with this, but I digress ... ) ...

On Debian based systems, one suggestion is to install libxp-dev. On other systems, you may have to search for the package name.
That wouldn't help here. The error is returned by ld, not the configure script, so it's the library itself (libxp) that is missing. I'm surprised that configure didn't pick this up. After all, if the OP doesn't have the runtime library, he shouldn't have the headers either. And if he installed the headers via any normal package manager, they should have brought the library along with them. I would say this is the fault of a badly written configure script.
 
2 members found this post helpful.
Old 09-11-2020, 09:06 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by nitinnm View Post
what should i do to resolve this error
As you were told: Radware is proprietary software: contact the vendor for the support you're paying for. Unless, of course, you're using the free version from Oak Ridge, which was last updated NINE YEARS ago, and which won't work on a current version of Linux.
 
Old 09-11-2020, 12:34 PM   #8
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,226

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
If you're using a Debian-based distro, I would guess that you'd do:

Code:
sudo apt install libxp-dev
 
Old 09-11-2020, 01:44 PM   #9
nitinnm
LQ Newbie
 
Registered: Sep 2020
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dugan View Post
If you're using a Debian-based distro, I would guess that you'd do:

Code:
sudo apt install libxp-dev
i tried this but it doesn't solve my problem
sudo apt install libxp-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libxp-dev
 
Old 09-11-2020, 02:20 PM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by nitinnm View Post
i tried this but it doesn't solve my problem
sudo apt install libxp-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libxp-dev
Ok...you are still not answering any of the questions you have been asked, such as what version/distro of Linux are you using, and from where did you download this software? Again, there is a free version that is VERY old and (again) will probably not work on a current system. And if you have the commercial version, contact the support you're paying for.

We're happy to help, but you have to give us details in order for anyone to try.
 
Old 09-11-2020, 03:06 PM   #11
nitinnm
LQ Newbie
 
Registered: Sep 2020
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Ok...you are still not answering any of the questions you have been asked, such as what version/distro of Linux are you using, and from where did you download this software? Again, there is a free version that is VERY old and (again) will probably not work on a current system. And if you have the commercial version, contact the support you're paying for.

We're happy to help, but you have to give us details in order for anyone to try.

as far as i know radware software is free to install and i downloaded from this site
https://radware.phy.ornl.gov/download.html
and this are the version and distro of linux i am using
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
 
Old 09-11-2020, 03:20 PM   #12
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by nitinnm View Post
as far as i know radware software is free to install and i downloaded from this site
https://radware.phy.ornl.gov/download.html
and this are the version and distro of linux i am using
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
Great...so did you read what was posted earlier??? Did you look at the dates on that software?? We've asked you these questions several times.

Again: that is from NINE YEARS AGO, and it most likely **WILL NOT WORK** on a current version of Linux. You MIGHT be able to install a bunch of old packages/libraries on your system, manually make directories and symlinks, etc., to try to make it work, but your results probably aren't going to be good.
 
Old 09-11-2020, 03:43 PM   #13
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,602

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546
Quote:
Originally Posted by nitinnm View Post
as far as i know radware software is free to install and i downloaded from this site
https://radware.phy.ornl.gov/download.html
As per that page:
Quote:
Please send bug reports to David Radford at radforddc (at) ornl.gov
Ideas, suggestions and contributions are also very much appreciated.
Maybe they can confirm what needs doing to get it working, or are using updated software which they can point you towards.


Quote:
E: Unable to locate package libxp-dev
libxp-dev last existed in Ubuntu 14.04 which is still available to download - it may or not be easier to setup a VM running that version in order to get the software running.

 
1 members found this post helpful.
Old 09-13-2020, 12:17 AM   #14
nitinnm
LQ Newbie
 
Registered: Sep 2020
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by boughtonp View Post
As per that page:


Maybe they can confirm what needs doing to get it working, or are using updated software which they can point you towards.




libxp-dev last existed in Ubuntu 14.04 which is still available to download - it may or not be easier to setup a VM running that version in order to get the software running.

i solved this issue by entering in makefile and deleting lxp from that and saving
 
Old 09-14-2020, 04:08 AM   #15
nitinnm
LQ Newbie
 
Registered: Sep 2020
Posts: 7

Original Poster
Rep: Reputation: Disabled
makefile errors

when i try to install make file this happens
cp Makefile.install_ucb Makefile
/rw05/src$ make all
make: *** No rule to make target 'all'. Stop
then,when i type make it shows
mkdir -p /bin
mkdir -p /font
mkdir -p /icc
mkdir -p /demo
mkdir -p /doc
./.radwarerc /.radwarerc
./.radwarerc: 2: setenv: not found
./.radwarerc: 3: setenv: not found
./.radwarerc: 4: setenv: not found
./.radwarerc: 7: setenv: not found
./.radwarerc: 11: setenv: not found
./.radwarerc: 16: setenv: not found
./.radwarerc: 21: setenv: not found
make: *** [Makefile:11: install-dat] Error 127
 
  


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
UEFI problem, GRUB2 problem, blank screen problem, :( JackDinn Linux - Newbie 22 05-26-2015 01:57 PM
Do I have a path problem, an Apache2 problem or a Javascript problem or any other pro rblampain Linux - Networking 0 12-29-2010 03:50 AM
perl problem? apache problem? cgi problem? WorldBuilder Linux - Software 1 09-17-2003 07:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:18 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