![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gplot simplifies gnuplot graph creation | iBot | UNIX and Linux RSS News | 0 | 02-27-2008 09:20 AM |
| gnuplot + 3-d grids | JamesGoh | UNIX and Linux Applications | 0 | 01-08-2008 04:55 PM |
| Gnuplot question: plotting 3D data in map view | karman | UNIX for Advanced & Expert Users | 1 | 09-25-2007 10:47 AM |
| Little help needed installing gnuplot on Mac OS X | karman | OS X (Apple) | 1 | 05-31-2007 12:14 AM |
| Help with gnuplot | KTTFB64 | UNIX for Dummies Questions & Answers | 0 | 12-15-2006 10:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Sarcheck - gnuplot 3.7.1
Good Afternoon,
I'm having an issue finding the correct libX11.a fileset on my 595 running AIX 5.3.0.0. Currently I'm trying to instal Sarcheck on my nim master. The problem occurs during the GNUPLOT installation. error: failed dependencies: libX11.a(shr4.o) is needed by gnuplot-3.7.1-1 I have libX11.a but can't identify which will have (shr4.o) on it. Also I found gnuplot-3.7.1-1.src.rpm on the LINUX Toolbox cd. When I install the fileset thru smitty or command line the installation completes successfully without identifying requisites or errors. But when I go to verify the fileset I get the following message. # rpm -ivh gnuplot-3.7.1-1.src.rpm gnuplot ################################################## # lslpp -L *gnuplot* lslpp: Fileset *gnuplot* not installed. Can anyone help me understand this issue and how to resolve it? Vincent |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
you will not find an installed rpm with lslpp, lslpp just shows installed lpps (Licensed Program Product)
you find installed rpms with rpm -qa | grep gnuplot and with rpm -ql you see the content of the package libX11.a should lie in /usr/lib if it's there, maybe gnuplot expects another version of it, if not try to link it from another directory |
|
#3
|
|||
|
|||
|
Quote:
@vincent1117: what you have installed is the *source* version of the package, you need to install the (ppc-)binary version. The source version only contains the sources and headers, makefiles, etc., not the library itself. bakunin |
|
#4
|
|||
|
|||
|
oh thats right, good to know and sorry for the wrong answer, I was pretty sure about that
|
|||
| Google The UNIX and Linux Forums |