Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
server-administration:install-ffmpeg [2011-04-28 23:09:47]
garrett.plasky Approved
server-administration:install-ffmpeg [2011-04-28 23:12:47]
garrett.plasky Approved
Line 20: Line 20:
 chmod -R 755 /usr/local/lib/codecs/</sxh> chmod -R 755 /usr/local/lib/codecs/</sxh>
   - Next we'll need to satisfy some other pre-requisites:\\ <sxh shell>yum install subversion ncurses-devel automake autoconf libtool* neon neon-devel</sxh>   - Next we'll need to satisfy some other pre-requisites:\\ <sxh shell>yum install subversion ncurses-devel automake autoconf libtool* neon neon-devel</sxh>
-    * You may encounter an error saying that <c>no suitable perl(URI) was found for subversion</c>. If so, run the following and then re-run the yum command above without subversion:\\ <sxh shell; auto-links: false>wget http://subversion.tigris.org/downloads/subversion-1.6.16.tar.bz2 +    * You may encounter an error saying that <c>no suitable perl(URI) was found for subversion</c>. If so, run the following and then re-run the yum command above without subversion:\\ <sxh shell; auto-links: false>wget http://subversion.tigris.org/downloads/subversion-1.5.9.tar.bz2 
-tar xjvf subversion-1.6.16.tar.bz2 +tar xjvf subversion-1.5.9.tar.bz2 
-cd subversion-1.6.16 && ./configure --with-apr=/usr/local/apache/bin/ --with-apr-util=/usr/local/apache/bin/ --with-ssl+cd subversion-1.5.&& ./configure --with-apr=/usr/local/apache/bin/ --with-apr-util=/usr/local/apache/bin/ --with-ssl
 make && make install</sxh> make && make install</sxh>
     * **NOTE:** You may need to change the APR paths to reflect your own Apache installation (e.g. /etc/httpd/bin/).     * **NOTE:** You may need to change the APR paths to reflect your own Apache installation (e.g. /etc/httpd/bin/).