<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey, thanks for the responses.<div><br></div><div>I checked and I have coreutils-6.12nb3 installed.  I'm attempting this on a Joyent Smartmachine if that helps any.</div><div><br></div><div>I also tried executing</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">sudo env PATH="/opt/local/bin:/opt/local/sbin:/usr/xpg4/bin:<span style="font: 12.0px Helvetica">/usr/local/bin:</span>/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ccs/bin" gmake install</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">putting /usr/local/bin ahead of /usr/sbin but it didn't make a difference.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">Finally, I tried looking up the filenames that couldn't be found and it seems like they are from the SUNWarc Lint Libraries.  I have both lintpkgsrc-4.82 and pkglint-4.93 installed but I'm not sure how related that is.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">Really appreciate the assistance,</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; ">slevytam</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Courier; "><br></div><div><div>On 2011-03-15, at 3:25 PM, Sean McGovern wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I'm sorry, I just thought about this a bit more and you may not actually be missing anything -- I have GNU install on both my SPARC and x86 Solaris machines via <a href="http://SunFreeware.com">SunFreeware.com</a>'s coreutils package (Blastwave may have it as well). Can you install that on this system? It installs by default in /usr/local so you would either have to:<br><br>a) add /usr/local/bin to the PATH *before* /usr/sbin , which may cause other issues if you're not careful.<br><br>-- OR --<br><br>b) I had forgotten that I have patched Makefile in my local x264 checkout to instead use a $INSTALL variable (which is set to /usr/local/bin/install in my build script) instead of directly calling install. I sent a patch out for this over a year ago but it was rejected (most likely since Solaris is the only platform plagued with multiple 'install' utilities -- at least before Solaris 11).<br><br>Hope this helps.<br><br>-- Sean<br>-----Original Message-----<br>From: Shalom Levytam <<a href="mailto:research@the10thfloor.com">research@the10thfloor.com</a>><br>Sender: <a href="mailto:x264-devel-bounces@videolan.org">x264-devel-bounces@videolan.org</a><br>Date: Tue, 15 Mar 2011 14:44:52 <br>To: Mailing list for x264 developers<<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>><br>Reply-To: Mailing list for x264 developers <<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>><br>Subject: Re: [x264-devel] x264 Install: Cannot Follow Symbolic Link<br><br>Hi Sean,<br><br>Thanks for the reply.  I believe my paths to be setup correctly.<br><br>[quickt@fe43xaab ~/x264]$ echo $PATH<br>/opt/local/bin:/opt/local/sbin:/usr/xpg4/bin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ccs/bin<br>[quickt@fe43xaab ~/x264]$ sudo su<br>[root@fe43xaab ~/x264]# echo $PATH<br>/usr/sbin:/usr/bin<br>[root@fe43xaab ~/x264]#<br><br>It seems to be like maybe files its looking for are in fact missing...<br><br>[quickt@fe43xaab /usr/lib]$ ls -lt llib-lx*<br>lrwxrwxrwx   1 root     root          23 Nov  7 08:50 llib-lxnet.ln -> ../../lib/llib-lxnet.ln<br>lrwxrwxrwx   1 root     root          20 Nov  7 08:50 llib-lxnet -> ../../lib/llib-lxnet<br>[quickt@fe43xaab /usr/lib]$ cd ..<br>[quickt@fe43xaab /usr]$ cd ..<br>[quickt@fe43xaab /]$ cd lib<br>[quickt@fe43xaab /lib]$ ls -lt llib-lx*<br>-rw-r--r--   1 root     bin       247309 Aug  4  2009 llib-lxml2.ln<br>[quickt@fe43xaab /lib]$<br><br>Any help is much appreciated,<br><br>slevytam<br><br><br>On 2011-03-15, at 2:24 PM, Sean McGovern wrote:<br><br><blockquote type="cite">OK I think I know what is going on here:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Please ensure that your PATH does not contain /usr/ucb while building. /usr/ucb/install is not the same as POSIX or GNU install.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Maybe you should also read:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">man -s 5 standards<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Particularly under the "Utilities" heading as it explains how PATH should be properly configured for either XPG3, XPG4, or POSIX.1/SUSv3 behaviour. In all 3 cases, /usr/ucb is not specifically required.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">-- Sean<br></blockquote><blockquote type="cite">-----Original Message-----<br></blockquote><blockquote type="cite">From: Shalom Levytam <<a href="mailto:research@the10thfloor.com">research@the10thfloor.com</a>><br></blockquote><blockquote type="cite">Sender: <a href="mailto:x264-devel-bounces@videolan.org">x264-devel-bounces@videolan.org</a><br></blockquote><blockquote type="cite">Date: Tue, 15 Mar 2011 14:11:38 <br></blockquote><blockquote type="cite">To: Mailing list for x264 developers<<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>><br></blockquote><blockquote type="cite">Reply-To: Mailing list for x264 developers <<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>><br></blockquote><blockquote type="cite">Subject: Re: [x264-devel] x264 Install: Cannot Follow Symbolic Link<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">That's strange.  I've pasted it again.  <br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><a href="http://pastebin.com/pFHzrnuF">http://pastebin.com/pFHzrnuF</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Hopefully this time it works!<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">slevytam<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">On 2011-03-15, at 8:32 AM, Sean McGovern wrote:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><blockquote type="cite">That is an unknown paste ID.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">-- Sean<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">-----Original Message-----<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">From: Shalom Levytam <<a href="mailto:research@the10thfloor.com">research@the10thfloor.com</a>><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Sender: <a href="mailto:x264-devel-bounces@videolan.org">x264-devel-bounces@videolan.org</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Date: Tue, 15 Mar 2011 00:27:51 <br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">To: <<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Reply-To: Mailing list for x264 developers <<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a>><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Subject: [x264-devel] x264 Install: Cannot Follow Symbolic Link<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Hi,<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">I'm getting numerous "cannot follow symbolic link" errors when trying to install x264 on Solaris.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Here's what I'm seeing: <a href="http://pastebin.com/bGnGuuMh">http://pastebin.com/bGnGuuMh</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Can anyone be of help?  <br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Thanks,<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">slevytam<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">_______________________________________________<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">x264-devel mailing list<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="http://mailman.videolan.org/listinfo/x264-devel">http://mailman.videolan.org/listinfo/x264-devel</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">_______________________________________________<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">x264-devel mailing list<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="http://mailman.videolan.org/listinfo/x264-devel">http://mailman.videolan.org/listinfo/x264-devel</a><br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">x264-devel mailing list<br></blockquote><blockquote type="cite"><a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br></blockquote><blockquote type="cite"><a href="http://mailman.videolan.org/listinfo/x264-devel">http://mailman.videolan.org/listinfo/x264-devel</a><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">x264-devel mailing list<br></blockquote><blockquote type="cite"><a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br></blockquote><blockquote type="cite"><a href="http://mailman.videolan.org/listinfo/x264-devel">http://mailman.videolan.org/listinfo/x264-devel</a><br></blockquote><br>_______________________________________________<br>x264-devel mailing list<br><a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>http://mailman.videolan.org/listinfo/x264-devel<br>_______________________________________________<br>x264-devel mailing list<br>x264-devel@videolan.org<br>http://mailman.videolan.org/listinfo/x264-devel<br></div></blockquote></div><br></div></body></html>