LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 09-05-2004, 03:45 PM   #1
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100
Blog Entries: 1

Rep: Reputation: 21
Question Problem sith IBM WebSphere Homepage Builder for Linux v.4


I'm running RH 8.0 on a Celeron at 900 Mhrtz with 128MB RAM. My problem involves IBM WebSphere Homepage Builder for Linux v4.0. None of the applications bundled with this software will run (FTP, Web Animator, Homepage Builder, Web Art Animator) whether I launch them from the shell or from the menu. They ran at one point. I havn't used it in months. I tried reinstalling the packages (the installation file is an *.rpm). I'm told that the software is already installed. When I try uninstalling the packages, I'm told that it's not installed. Any suggestion as to how should resolve this matter will be greatly appreciated.
Thanks.
 
Old 09-05-2004, 06:08 PM   #2
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
# rpm --justdb [this will update the database of the rpm packages already installed...]

# rpm -qa | grep websphere

[the above command queries all the rpm's installed on your system and outputs all the packages with the (string/name) --->websphere]
 
Old 09-06-2004, 12:32 PM   #3
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100

Original Poster
Blog Entries: 1

Rep: Reputation: 21
When I run rpm --justdb I get this message:
rpm: --justdb may only be specified during package installation and erasure

When I type rpm -qa |grep hpbuilder I get the following response:
hpbuilder-4.0-1
hpbuilder-wine-4.0-1

(hpbuilder being the name of the rpm file and the executable)

Typing hpbuilder brings up a list of options used to start various tools, provide software information and to clean up the temp file. Apparently this package is installed, it just won't execute.

Ahy ideas? Thanks.

Last edited by whitshade; 09-06-2004 at 12:33 PM.
 
Old 09-06-2004, 01:57 PM   #4
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
Sorry abt the first one ....

try this

#rpm --rebuilddb
#rpm -qa | grep hpbuilder


if you get the same output
uninstall them by [ ***Make sure u have the Same RPM's for later installation]
#rpm -ev hpbuilder
#rpm -ev hpbuilder-wine

then run

#rpm -iq hpbuilder [to see if it uninstalled successfully...]
#rpm -iq hpbuilder-wine [to see if it uninstalled successfully...]

Go ahead with the fresh install of the rpms..


#rpm -ivh hpbuilder-4.0-1.rpm

#rpm -ivh hpbuilder-wine-4.0-1.rpm

post the output if anything goes wrong.....

Best of Luck!!!
 
Old 09-07-2004, 08:10 PM   #5
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100

Original Poster
Blog Entries: 1

Rep: Reputation: 21
I uninstalled the RPM packages and reinstalled them as per your suggestion. Upon reinstalling hpbuilder-4.0-1, I got this error message:

/var/tmp-\/rpm-temp.54031: line 2: [: !=: unary operator expected
/bin/cp: cannot stat `/hpbuilder4/system/hpbuilder4/guide/index_dummy.htm' No such file or directory
error: %post(hpbuilder-4.0-1) scriptlet failed, exit status 1

I installed the software directly from the CD (except for hpbuilder-wine, which had to be downloaded. Fortunately I did that some time ago so I already had that package on hand). When I type in a command to launch any of the programs that are supposed to be installed, nothing happens. These programs worked at one point. I started dabbling in Quanta Plus and liked that so much I guess I put this these programs on the back burner.

I'm going to check out IBM's website to see if anyone else had this trouble, as they produce this product.

If you have any ideas, Usual Tuxpect, I'm all ears. I really appreciate the assist. Thanks.
 
Old 09-08-2004, 12:04 AM   #6
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
please repost the whole output as it is .....


im a lil confused as to what is happening...
 
Old 09-08-2004, 09:22 PM   #7
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100

Original Poster
Blog Entries: 1

Rep: Reputation: 21
Here it is:

/var/tmp/rpm-tmp.9956: line 2: [: !=: unary operator expected
/bin/cp: cannot stat `/hpbuilder4/system/hpbuilder4/guide/index_dummy.htm': No such file or directory
error: %post(hpbuilder-4.0-1) scriptlet failed, exit status 1


IBM's website was no help unless I wanted info on Homepage Builder 6.0.

Thanks.
 
Old 10-30-2004, 05:11 PM   #8
whitshade
Member
 
Registered: Sep 2003
Location: New Hampshire
Distribution: Xubuntu 16.04
Posts: 100

Original Poster
Blog Entries: 1

Rep: Reputation: 21
I just wanted to tie up this loose end. My system had a few issues. I ended up reinstalling RH 8.0 from scratch and everything is fine. I now have IBM Websphere Homepage Builder for Linux 4.0 running smoothly. Thanks.
 
  


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
Linux Website builder its_toby Linux - Software 1 10-24-2005 04:38 PM
WebSphere 6.0 failure on RH Linux 3.0 Lnxstr Red Hat 1 04-28-2005 02:32 PM
C Builder X Installation problem johnybg Linux - Software 0 03-01-2005 03:28 AM
IBM JDK 1.3.1 (WebSphere 4.0.7) on SuSE 9 - fun with seg faults CrabtreeJones Linux - Software 0 12-31-2003 06:36 PM
IBM Websphere Woes, app window disappears or locks up wjn Linux - Software 1 10-11-2003 08:39 PM

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

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