LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   f60gen not found (https://www.linuxquestions.org/questions/linux-newbie-8/f60gen-not-found-677296/)

ashish.dubey 10-18-2008 06:51 AM

f60gen not found
 
Iam trying to execute .sh file from ksh prompt its throwing error "ksh: /home/darjin/common_install.sh[236]: f60gen: not found"

i think this is because utility not added in path....how to add it??
any clue...

Nylex 10-19-2008 03:39 AM

ksh uses Bourne shell syntax, so the following should work:

export PATH=$PATH:/path/to/f60gen,

obviously replacing "/path/to/f60gen" with the relevant directory.


All times are GMT -5. The time now is 07:20 PM.