You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@worldgate.com> on 1997/09/09 23:00:34 UTC

PrintPath and symlinks

I have gcc in ~/bin/gcc as a link to somewhere.  ~/bin/ is in my path.
PrintPath won't find it on HPUX because it is a link and presumably not
executable.  Is that a bad thing?


Re: PrintPath and symlinks

Posted by Marc Slemko <ma...@worldgate.com>.
ignore me, it was because /bin/sh doesn't expand the ~ in my path.  Grr.

On Tue, 9 Sep 1997, Marc Slemko wrote:

> I have gcc in ~/bin/gcc as a link to somewhere.  ~/bin/ is in my path.
> PrintPath won't find it on HPUX because it is a link and presumably not
> executable.  Is that a bad thing?
>