Revision: 3898
Author: [email protected]
Date: Thu Jun 30 11:35:20 2011
Log: Edited wiki page InstallationRHELS through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=3898
Modified:
/wiki/InstallationRHELS.wiki
=======================================
--- /wiki/InstallationRHELS.wiki Thu Jun 30 11:32:40 2011
+++ /wiki/InstallationRHELS.wiki Thu Jun 30 11:35:20 2011
@@ -36,3 +36,35 @@
make
make install
}}}
+
+== 3. INSTALL SOX ==
+
+First we must uninstall Sox 12.xx and get the correct one;
+
+{{{
+
+ yum remove sox
+
+wget
http://sourceforge.net/projects/sox/files/sox/14.3.2/sox-14.3.2.tar.gz/download
+
+ tar -xzvf sox-14.3.2.tar.gz
+
+ ./configure
+
+ make -s
+
+ make install
+
+}}}
+
+
+
+
+
+
+
+
+
+
+
+
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.