Reply To: OpenSolaris / Nevada / Solaris Express setup guide

#15806
Anonymous
Inactive

FYI this is my updated method for OpenSolaris SunOS odin 5.11 snv_111b i86pc i386 i86pc – I downloaded the release before 2009.06 but have since upgraded fully through pkg and pkgutil
works for me and I am currently watching mt-daapd parse my music into my library in the foreground at debuglevel 9

download howl 1.0.0 from sourceforge
./configure; make; make install

then update the howl libs into the linker (like doing ldconfig -v on linux)
crle -l /usr/local/lib -u
as per what i learned at http://bwachter.lart.info/solaris/solfaq.html and http://buffalo.nas-central.org/wiki/Firefly_Openlink

install blastwave.org repository and pkgutil
pkgutil -i sqlite3 gdbm lidid3tag

then update the gdbm libs into the linker
crle -l /opt/csw/lib -u

I downloaded mt-daapd 0.2.4.2 given that it appears to have been modified April 2008, whereas the nightlies are all 2007.

./configure –with-id3tag=/opt/csw –enable-sqlite3 –enable-oggvorbis –with-sqlite3=/opt/csw –with-gdbm=/opt/csw LDFLAGS=”-L/opt/csw/lib” CPPFLAGS=”-I/opt/csw/include” CFLAGS=”-std=c99″ –enable-howl –with-howl-includes=/usr/local/include/howl –with-howl-libs=/usr/local/lib
make
make install

configs, start up scripts as before… well the script didn’t work verbatim, just copied another one that was in /etc/rc3.d/
don’t forget to change web root to /usr/local/share/mt-daapd/admin-root

there appears to be many ways to skin this cat