> Hello, > > I am trying to install saint and it says: > > > > error: failed dependencies: > /bin/perl is needed by saint-3.3.4-1 > > > but then I do a rpm -qa |grep perl and get > > groff-perl-1.16.1-7 > perl-5.6.0-12 > mod_perl-1.24_01-2 > perl-SGMLSpm-1.03ii-4 > > so I know perl is installed. But now how do I get the rpm to know > that it is in /usr/bin/perl and not /bin/perl. > > Thanks, > > Paul
You could create a symlink in /bin/ that points to /usr/bin/perl: ln -s /usr/bin/perl /bin/perl Forrest _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
