Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fix: error: File not found by glob Redhat AS3

53473Apr 19 2005
Problem:

The needed Redhat AS3 Linux packages were unable to be installed.

# pwd
/var/spool/up2date
# rpm -Uvh openmotif-2[1].2.3-3.RHEL3.i386.rpm
error: File not found by glob: openmotif-2[1].2.3-3.RHEL3.i386.rpm

Fix:

Changed the package file name to remove "[1]" from the package file name.

# mv openmotif-2[1] .2.3-3.RHEL3.i386.rpm openmotif-2.2.3-3.RHEL3.i386.rpm
# rpm -Uvh openmotif-2.2.3-3.RHEL3.i386.rpm
Preparing... ########################################### [100%]
package openmotif-2.2.3-3.RHEL3 is successfully installed

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2005
Added on Apr 19 2005
0 comments
3,126 views