Wordpress 2.6, the easiest upgrade ever
Posted in OpenSource on July 16th, 2008 by Michal Bielickisubversion rocks. Upgraded my svn based Wordpress setup within 10 minutes to 2.6. wow how easy that went …
subversion rocks. Upgraded my svn based Wordpress setup within 10 minutes to 2.6. wow how easy that went …
This is the distribution from the opensolaris.org guys, do not mix that up with os200805 which is the new OpenSolaris based distro from SUN.
mkdir /opt/freeswitch; chown freeswitch /opt/freeswitch
usermod -P "Software Installation" freeswitch
/usr/sfw/bin/wget http://dlc.sun.com/osol/jds/downloads/cbe/test/desktop-cbe-1.7.0-rc1-x86.tar.bz2 gtar xvfz desktop-cbe-1.7.0-rc1-x86.tar.bz2"
Install JDS-CBE
cd desktop-cbe-1.7.0-rc1 ./cbe-install
svn co https://pkgbuild.svn.sourceforge.net/svnroot/pkgbuild/spec-files-extra/trunk SFE
. /opt/dtbld/bin/env.sh
cd SFE pkgtool --download build SFEunixodbc.spec
svn co http://svn.freeswitch.org/svn/freeswitch/trunk fstrunk
cd fstrunk; ./bootstrap.sh
vim modules.conf
CFLAGS="-m64 -fast" CXXFLAGS="-m64 -fast" LDFLAGS="-m64" ./configure --prefix=/opt/freeswitch \ --enable-core-odbc-support --enable-core-libedit-support \ --enable-64 --with-openssl=/usr/sfw
CFLAGS="-m32 -fast" CXXYFLAGS="-m32 -fast" LDFLAGS="-m32" ./configure --prefix=/opt/freeswitch \ --enable-core-odbc-support --enable-core-libedit-support \ --with-openssl=/usr/sfw
gmake
gmake install
You are done
One of those days I will finish my SFE package than it will be even easier
Technorati Tags: Freeswitch, opensolaris, telephony, voip, solaris