Testing installation package in OpenSolaris

Posted by Alex Farber on Stack Overflow See other posts from Stack Overflow or by Alex Farber
Published on 2010-05-05T06:54:08Z Indexed on 2010/05/05 6:58 UTC
Read the original article Hit count: 316

Filed under:
|

Testing my "configure - make - make install" installation package on OpenSolaris, I found that all required files are placed to expected locations. usr/local/bin contains myprogram file. If I type in command line: /usr/local/bin/myprogram, it is working. However, typing "myprogram" without path does not work. Is /usr/local/bin directory included in OpenSolaris executable path? If not, why autoconfig tools place my executable to this directory? Installation package is created in Ubuntu.

© Stack Overflow or respective owner

Related posts about opensolaris

Related posts about autoconf