On Fri, Jul 09, 2004 at 09:16:47AM -0400, Webster McDonald Jr. wrote: > I have tried adding a line such as to the package's spec: > Requires: tk >= 8.3, tcl >= 8.3, tix >= 4.1 > > When I am installing the new package I receive this kind of error: > > [root@localhost]# rpm -Uvh SABER-App-3.2-1.rpm > error: Failed dependencies: > libtcl.so.0 is needed by SABER-App-3.2-1 > libtix.so is needed by SABER-App-3.2-1 > libtk.so.0 is needed by SABER-App-3.2-1 Is there something in $RPM_BUILD_ROOT that ldd shows linked against these files. Library dependancies are picked up by rpm automagically and that is what is setting them. Does the application also provide some sort of program than embeds tcl One option is to chmod -x that file, and use %attr to set the install time file attributes. Paul _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list