LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   running bashish (https://www.linuxquestions.org/questions/linux-software-2/running-bashish-141806/)

lamedavis 02-03-2004 11:13 AM

running bashish
 
Hello all I just installed bashish i ran a rpm -ivh filename.rpm and it installed in fine, it seemed to anyway. when I run bashish from the command line this is the error I get

[root@localhost root]# bashish
/usr/local/bin/bashish: line 7: /usr/local/share/bashish/modules/sh/usermode/main: No such file or directory


any thoughts? wasnt able to find any documentation about this program.

thanks in advance
Jeremy

jailbait 02-03-2004 03:02 PM

"/usr/local/bin/bashish: line 7: /usr/local/share/bashish/modules/sh/usermode/main: No such file or directory"

You could issue the command:
rpm -ql packagename
to check to list the files provided by the package. Check to see if the package actually supplies /usr/local/share/bashish/modules/sh/usermode/main. If it does then you might try using mkdir to create any missing parts of the path /usr/local/share/bashish/modules/sh/usermode/ and try instlling the rpm again with rpm --force

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 11:47 AM.