Ar command not found

Hi all,

ar command not found on Solaris 10 version.

We can execute under ./ar command /usr/ccs/bin directory.
However, we want to execute ar command anywhere.

We add to /usr/ccs/bin entry under /etc/profile file shown as below.

umask 002
trap 2 3

PATH=/usr/local/bin:$PATH
export PATH

LD\_LIBRARY_PATH=/usr/ccs/bin:
export LD\_LIBRARY_PATH

and then reboot the machine.

Thank you in advance.

put in PATH. LD_LIBRARY_PATH is for libraries... shouldn't have to reboot, just re-login or source /etc/profile

Hi Neutronscott,

Thank you for your reply. I solved it.

Thank you.