Computing Science, posix rules, life rules, no rules…
00:53 - Mon 6 September, 2010 |  RSS:
Publications
Comments

Installing OpenSource AVS on Solaris 10 u3

AVS 4.0 is available for Solaris 10 at http://www.sun.com through the “try and buy” program… but if you want (like me), compile and install the opensource AVS on a solaris 10 (at your own risk), here is the procedure:
1) You can download the AVS source code from here.
2) IMPORTANT: You will need to install SunStudio 11, at the time of this writting, the compilation of AVS with SunStudio 12 leaves to that errors.. and that too.
3) The people who are very conservatives, should not read on… you will need a “simple trick” to compile AVS on solaris 10 u3.. You must edit the file src/sun_avs/Makefile.master, and change the “string”:
VERSION:sh= echo “11.11.0″
to
VERSION:sh= echo “11.10.0″
That is necessary for the installation of the packages. The opensource AVS is supposed to run on nevada. I think is no problem with that, if you think different, please let me know.
4) I did compile with the command: ./openAVS_build -NE openAVS.release
Thanks to Jim Dunham and his team for the excellent compilation procedure.. just works! I know, i know, it supposed to be that way, but many softwares don’t.
That’s all, i think this procedure may help someone (crazy) else, who knows?

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • TwitThis

5 Comments to "Installing OpenSource AVS on Solaris 10 u3"

  1. March 3, 2008 - 6:37 pm | Permalink

    As of Feb 29, 2008 the VERSION:SH has changed from

    VERSION:sh= OSVERS=${OSVERS:=`uname -r`};\
    if [ -r $CODEMGR_WS/src/sun_nws/Makefile.config -a $OSVERS = "5.11" ]; then\

    to

    VERSION:sh= OSVERS=${OSVERS:=`uname -r`};\
    if [ -r $CODEMGR_WS/src/sun_nws/Makefile.config -a $OSVERS = "5.10" ]; then\

  2. May 2, 2010 - 2:39 pm | Permalink

    @jimm i see now you are right because this vid proves the point made http://www.youtube.com/watch?v=1NVuUAr4MMs

  3. June 28, 2010 - 1:32 pm | Permalink

    Congratulations! You have just won a new feed reader :) .. really delicious blog, Mike.

Leave a Reply