I need the SUNWxwrtl package


 
Thread Tools Search this Thread
Operating Systems Solaris I need the SUNWxwrtl package
# 8  
Old 02-01-2010
Quote:
Originally Posted by incredible
Maybe you would like to remove the package and re-install again?
Can you do a find / -name libXpm -print
That should be:
Code:
find / -name "*libXpm*"

or better:
Code:
pkgchk -v SUNWxwrtl | grep libXpm

# 9  
Old 02-01-2010
I tried.
Nothing.

---------- Post updated at 07:34 PM ---------- Previous update was at 07:20 PM ----------

I found this library.
The package xpm.3.4k.SPARC.32bit.Solaris.8pkg.tgz includes libXpm.so.4.11.
ftp://sunsite.unc.edu/pub/solaris/sparc/
But I don't know, how to install this correct?
Could you type, how to install this library correct?
Please step by step.
1. Write to floppy.
2...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Package

Hi, What is installation package and how to create it? When we run: in AIX: installp package1 or in Linux rpm -ivh mypackage What is package1 or mypackage in the abov examples and how to create them and deploy them? I hope my question is clear enough. Thank you (2 Replies)
Discussion started by: big123456
2 Replies

2. Emergency UNIX and Linux Support

Problem when trying to remove a package using rpm command - error: package is not installed

Hello, i have installed a package by using the command sudo rpm -i filepackage.rpm package filepackage is already installed when i try to remove it, i get an error saying "is not installed": sudo rpm -e filepackage.rpm error: package filepackage is not installed How can... (4 Replies)
Discussion started by: g_p
4 Replies

3. UNIX for Dummies Questions & Answers

Can't install rpm package with --prefix in new path.Error: package is not relocatable

Hello, i have downloaded an rpm package "hadoop-0.20.205.0-1.amd64.rpm" in /usr/local/ directory. I'm trying to install the rpm package in a new path/location (/usr/local/hadoop-0.20.205), but i can't. I did: 1st try: Didn't work sudo rpm -i --prefix=/usr/local/hadoop-0.20.205... (1 Reply)
Discussion started by: g_p
1 Replies

4. Linux

How install a new package without remove old package?

Dear all, I would like to install a new version of package without remove old version on Centos and vice versa. Please give me advice! thanks much, (2 Replies)
Discussion started by: all4cfa
2 Replies

5. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

6. AIX

mkinstallp package creation failing "no such file: ./usr/lpp/<package name>/inst_root"

Hello, I'm trying to build a (bff) package from an already installed program (clam antivirus) using mkinstallp. However, mkinstallp fails with "no such file: ./usr/lpp/<package name>/inst_root" I'm not sure why all files get created ok except for these particular ones. Any help would be... (2 Replies)
Discussion started by: omonte
2 Replies

7. Linux

how to restore original package after uninstalling the upgraded package using rpm

have following package installed rpm -qa |grep ADMIN It will give the following package installed: ADMIN-4.0.0.1 Now I will upgrade the ADMIN package using the following command. rpm --upgrade ADMIN-4.1.0.1 It will upgrade the ADMIN packagge to ADMIN-4.1.0.1 Now I want that... (0 Replies)
Discussion started by: amitpansuria
0 Replies

8. UNIX for Advanced & Expert Users

Package Installation HELP!

To all, I have just installed a newer software package on one of our Performance testing AIX machine A. I later found out that this package didn't need to be installed on this machine cause it was a client and not a server package. I want to back out with pkgrm but the old package doesn't... (1 Reply)
Discussion started by: liketheshell
1 Replies

9. Solaris

package error

dears kindly i give this error when i load package in solaris to oracle db SQL> @ typfc_pb.sql Warning: Package Body created with compilation errors. SQL> show error Errors for PACKAGE BODY TYPFC_P: LINE/COL ERROR --------... (1 Reply)
Discussion started by: murad.jaber
1 Replies
Login or Register to Ask a Question