<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>MediaCore Community &#187; Tag: centos - Recent Posts</title>
		<link>http://mediacorecommunity.org/community/tags/centos</link>
		<description>The support &amp; development community for MediaCore</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Feb 2012 11:03:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://mediacorecommunity.org/community/search.php</link>
		</textInput>
		<atom:link href="http://mediacorecommunity.org/community/rss/tags/centos" rel="self" type="application/rss+xml" />

		<item>
			<title>Felix Schwarz on "Mediacore: Setup subdomain (CentOS 5.6)"</title>
			<link>http://mediacorecommunity.org/community/topic/mediacore-setup-subdomain-centos-56#post-1937</link>
			<pubDate>Wed, 27 Apr 2011 03:54:26 +0000</pubDate>
			<dc:creator>Felix Schwarz</dc:creator>
			<guid isPermaLink="false">1937@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Honestly  I find it really hard to read your config information because all indentation is lost. Can you enclose the config in code tags?&#60;/p&#62;
&#60;p&#62;Also can see any static HTML page for that subdomain (without even touching MediaCore)? Just to know if you set up Apache correctly in that respect?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>R9servicesLLC on "Mediacore: Setup subdomain (CentOS 5.6)"</title>
			<link>http://mediacorecommunity.org/community/topic/mediacore-setup-subdomain-centos-56#post-1936</link>
			<pubDate>Wed, 27 Apr 2011 01:34:52 +0000</pubDate>
			<dc:creator>R9servicesLLC</dc:creator>
			<guid isPermaLink="false">1936@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Could anyone help me how to figure out ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>R9servicesLLC on "Mediacore: Setup subdomain (CentOS 5.6)"</title>
			<link>http://mediacorecommunity.org/community/topic/mediacore-setup-subdomain-centos-56#post-1930</link>
			<pubDate>Tue, 26 Apr 2011 14:15:01 +0000</pubDate>
			<dc:creator>R9servicesLLC</dc:creator>
			<guid isPermaLink="false">1930@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Mediacore Staff, Helpers&#60;/p&#62;
&#60;p&#62;I own a server; already installed CentOS 5.6 + Kloxo Panel + Python 2.6 + Setuptools + Virtualenv + Apache 2.2 &#38;amp; mod_wsgi&#60;br /&#62;
I own a domain ,but I would like to setup Mediacore on subdomain like   &#60;a href=&#34;http://subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com&#60;/a&#62;&#60;br /&#62;
After many attempts I installed successfully Mediacore on Server, but I could not understand with those options on Deployment.ini and httpd.conf, I tried many ways nothing goes online :( I need your help to figure that out for configuring those 2 files for getting online My Mediacore with Apache 2.2 &#38;amp; mod_wsgi for a subdomain; I attached my log files for analyzing and for being helped by you:&#60;/p&#62;
&#60;p&#62;PS: I checked entire FAQ and Forum nothing is explained at this point :(&#60;/p&#62;
&#60;p&#62;This is my httpd.conf for this &#60;a href=&#34;http://subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com&#60;/a&#62; :&#60;br /&#62;
=======================================================================&#60;br /&#62;
&#38;lt;VirtualHost  \&#60;br /&#62;
          my.server.ip.200:80\&#60;br /&#62;
          192.168.122.1:80\&#60;br /&#62;
&#38;gt;&#60;br /&#62;
servername    subdomain.site.com&#60;br /&#62;
ServerAlias &#60;a href=&#34;http://www.subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://www.subdomain.site.com&#60;/a&#62;&#60;br /&#62;
DocumentRoot   /home/site/subdomain.site.com/&#60;br /&#62;
DirectoryIndex index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl&#60;br /&#62;
ScriptAlias     /awstats/  /home/kloxo/httpd/awstats/wwwroot/cgi-bin/&#60;br /&#62;
&#38;lt;IfModule suexec.c&#38;gt;&#60;br /&#62;
SuexecUserGroup     site  site&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_suphp.c&#38;gt;&#60;br /&#62;
AddType application/x-httpd-php .php&#60;br /&#62;
RemoveHandler .php&#60;br /&#62;
&#38;lt;FilesMatch &#34;\.php$&#34; &#38;gt;&#60;br /&#62;
SetHandler x-httpd-php&#60;br /&#62;
&#38;lt;/FilesMatch&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
suPHP_AddHandler x-httpd-php&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
SuPhp_UserGroup     site  site&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;Redirect     /stats &#60;a href=&#34;http://subdomain.site.com/awstats/awstats.pl&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com/awstats/awstats.pl&#60;/a&#62;&#60;br /&#62;
Redirect     /stats/ &#60;a href=&#34;http://subdomain.site.com/awstats/awstats.pl&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com/awstats/awstats.pl&#60;/a&#62;&#60;br /&#62;
Alias     /__kloxo  /home/site/kloxoscript&#60;br /&#62;
Redirect     /webmail  &#60;a href=&#34;http://webmail.subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://webmail.subdomain.site.com&#60;/a&#62;&#60;br /&#62;
Redirect     /kloxononssl  &#60;a href=&#34;http://cp.subdomain.site.com:7777&#34; rel=&#34;nofollow&#34;&#62;http://cp.subdomain.site.com:7777&#60;/a&#62;&#60;br /&#62;
Redirect     /kloxo	&#60;a href=&#34;https://cp.subdomain.site.com:7777&#34; rel=&#34;nofollow&#34;&#62;https://cp.subdomain.site.com:7777&#60;/a&#62;&#60;br /&#62;
&#38;lt;Directory /home/httpd/subdomain.site.com/kloxoscript&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
ScriptAlias     /cgi-bin/   /home/site/subdomain.site.com//cgi-bin/&#60;br /&#62;
CustomLog      /home/httpd/subdomain.site.com/stats/subdomain.site.com-custom_log combined&#60;br /&#62;
ErrorLog       /home/httpd/subdomain.site.com/stats/subdomain.site.com-error_log&#60;br /&#62;
&#38;lt;Directory /home/site/subdomain.site.com/&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
Options +Includes +FollowSymlinks&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;Directory /home/httpd/subdomain.site.com/webstats&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
&#38;lt;Location /stats&#38;gt;&#60;br /&#62;
Options +Indexes&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;IfModule mod_suphp.c&#38;gt;&#60;br /&#62;
suPHP_Configpath /home/httpd/subdomain.site.com&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
&#38;lt;IfModule sapi_apache2.c&#38;gt;&#60;br /&#62;
php_admin_value open_basedir &#34;/home/httpd/subdomain.site.com/httpdocs:/home/httpd/subdomain.site.com/subdomain.site.com:/home/site/:/tmp:/usr/share/pear:/var/lib/php/session/:/home/kloxo/httpd/script&#34;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;IfModule mod_php5.c&#38;gt;&#60;br /&#62;
php_admin_value open_basedir &#34;/home/httpd/subdomain.site.com/httpdocs:/home/httpd/subdomain.site.com/subdomain.site.com:/home/site/:/tmp:/usr/share/pear:/var/lib/php/session/:/home/kloxo/httpd/script&#34;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;/VirtualHost&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_ssl.c&#38;gt;&#60;br /&#62;
#### ssl virtualhost per ip&#60;br /&#62;
&#38;lt;VirtualHost  \&#60;br /&#62;
          my.server.ip.200:443\&#60;br /&#62;
          192.168.122.1:443\&#60;br /&#62;
&#38;gt;&#60;br /&#62;
servername    subdomain.site.com&#60;br /&#62;
ServerAlias &#60;a href=&#34;http://www.subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://www.subdomain.site.com&#60;/a&#62;&#60;br /&#62;
DocumentRoot   /home/site/subdomain.site.com/&#60;br /&#62;
DirectoryIndex index.php index.html index.shtml index.htm default.htm Default.aspx Default.asp index.pl&#60;br /&#62;
ScriptAlias     /awstats/  /home/kloxo/httpd/awstats/wwwroot/cgi-bin/&#60;br /&#62;
&#38;lt;IfModule suexec.c&#38;gt;&#60;br /&#62;
SuexecUserGroup     site  site&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_suphp.c&#38;gt;&#60;br /&#62;
AddType application/x-httpd-php .php&#60;br /&#62;
RemoveHandler .php&#60;br /&#62;
&#38;lt;FilesMatch &#34;\.php$&#34; &#38;gt;&#60;br /&#62;
SetHandler x-httpd-php&#60;br /&#62;
&#38;lt;/FilesMatch&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
suPHP_AddHandler x-httpd-php&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
SuPhp_UserGroup     site  site&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;Redirect     /stats &#60;a href=&#34;http://subdomain.site.com/awstats/awstats.pl&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com/awstats/awstats.pl&#60;/a&#62;&#60;br /&#62;
Redirect     /stats/ &#60;a href=&#34;http://subdomain.site.com/awstats/awstats.pl&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com/awstats/awstats.pl&#60;/a&#62;&#60;br /&#62;
Alias     /__kloxo  /home/site/kloxoscript&#60;br /&#62;
Redirect     /webmail  &#60;a href=&#34;http://webmail.subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://webmail.subdomain.site.com&#60;/a&#62;&#60;br /&#62;
Redirect     /kloxononssl  &#60;a href=&#34;http://cp.subdomain.site.com:7777&#34; rel=&#34;nofollow&#34;&#62;http://cp.subdomain.site.com:7777&#60;/a&#62;&#60;br /&#62;
Redirect     /kloxo	&#60;a href=&#34;https://cp.subdomain.site.com:7777&#34; rel=&#34;nofollow&#34;&#62;https://cp.subdomain.site.com:7777&#60;/a&#62;&#60;br /&#62;
&#38;lt;Directory /home/httpd/subdomain.site.com/kloxoscript&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
ScriptAlias     /cgi-bin/   /home/site/subdomain.site.com//cgi-bin/&#60;br /&#62;
&#38;lt;Directory /home/site/subdomain.site.com/&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
Options +Includes +FollowSymlinks&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;Directory /home/httpd/subdomain.site.com/webstats&#38;gt;&#60;br /&#62;
AllowOverride All&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
&#38;lt;Location /stats&#38;gt;&#60;br /&#62;
Options +Indexes&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
SSLEngine On&#60;br /&#62;
SSLCertificateFile /home/kloxo/httpd/ssl/eth0___localhost.crt&#60;br /&#62;
SSLCertificateKeyFile /home/kloxo/httpd/ssl/eth0___localhost.key&#60;br /&#62;
SSLCACertificatefile /home/kloxo/httpd/ssl/eth0___localhost.ca&#60;br /&#62;
&#38;lt;IfModule mod_suphp.c&#38;gt;&#60;br /&#62;
suPHP_Configpath /home/httpd/subdomain.site.com&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;Location /&#38;gt;&#60;br /&#62;
&#38;lt;IfModule sapi_apache2.c&#38;gt;&#60;br /&#62;
php_admin_value open_basedir &#34;/home/httpd/subdomain.site.com/httpdocs:/home/httpd/subdomain.site.com/subdomain.site.com:/home/site/:/tmp:/usr/share/pear:/var/lib/php/session/:/home/kloxo/httpd/script&#34;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;IfModule mod_php5.c&#38;gt;&#60;br /&#62;
php_admin_value open_basedir &#34;/home/httpd/subdomain.site.com/httpdocs:/home/httpd/subdomain.site.com/subdomain.site.com:/home/site/:/tmp:/usr/share/pear:/var/lib/php/session/:/home/kloxo/httpd/script&#34;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;br /&#62;
&#38;lt;/VirtualHost&#38;gt;&#60;br /&#62;
#### ssl virtualhost per ip end&#60;/p&#62;
&#60;p&#62;&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;LoadModule wsgi_module /usr/lib/httpd/modules/python26-mod_wsgi.so&#60;/p&#62;
&#60;p&#62;# You can tweak the WSGIDaemonProcess directive for performance, but this&#60;br /&#62;
# will work for now.&#60;br /&#62;
# Relevant doc pages:&#60;br /&#62;
#     &#60;a href=&#34;http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading&#60;/a&#62;&#60;br /&#62;
#     &#60;a href=&#34;http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess&#60;/a&#62;&#60;br /&#62;
# Hint: pay attention to issues surrounding worker-mpm and prefork-mpm.&#60;/p&#62;
&#60;p&#62;WSGIDaemonProcess mcore \&#60;br /&#62;
    threads=10 \&#60;br /&#62;
    display-name=%{GROUP} \&#60;br /&#62;
    python-path=home/site/subdomain.site.com/old/mediacore_env/lib/python2.5/site-packages \&#60;br /&#62;
    python-eggs=home/site/subdomain.site.com/old/data/python-egg-cache&#60;/p&#62;
&#60;p&#62;WSGIProcessGroup mcore&#60;/p&#62;
&#60;p&#62;# Intercept all requests to /my_media/* and pass them to mediacore.wsgi&#60;br /&#62;
WSGIScriptAlias /my_media home/site/subdomain.site.com/old/deployment-scripts/mod_wsgi/mediacore.wsgi&#60;/p&#62;
&#60;p&#62;# Make the url accessible (just in case it's not already)&#60;br /&#62;
&#38;lt;Location &#34;/&#34;&#38;gt;&#60;br /&#62;
    Allow from all&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;/p&#62;
&#60;p&#62;# Make the wsgi script accessible&#60;br /&#62;
&#38;lt;Directory home/site/subdomain.site.com/old/deployment-scripts/mod_wsgi&#38;gt;&#60;br /&#62;
       Allow from all&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;# Create an exception for media and podcast image from your data directory&#60;br /&#62;
AliasMatch /my_media/images/(media&#124;podcasts)(.*) home/site/subdomain.site.com/old/data/images/$1$2&#60;/p&#62;
&#60;p&#62;# Create an exception for all static mediacore content&#60;br /&#62;
AliasMatch /my_media/(admin/)?(images&#124;scripts&#124;styles)(.*) home/site/subdomain.site.com/old/mediacore/public/$1$2$3&#60;/p&#62;
&#60;p&#62;# Create an exception for your custom appearance css and images&#60;br /&#62;
Alias /my_media/appearance home/site/subdomain.site.com/old/data/appearance&#60;/p&#62;
&#60;p&#62;# Make all the static content accessible&#60;br /&#62;
&#38;lt;Directory home/site/subdomain.site.com/old/mediacore/public/*&#38;gt;&#60;br /&#62;
    Order allow,deny&#60;br /&#62;
    Allow from all&#60;br /&#62;
    Options -Indexes&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
=====================================================================&#60;br /&#62;
END===== END=======END===== END=======END===== END=======END===== END&#60;/p&#62;
&#60;p&#62;This is my Deployment.ini for this &#60;a href=&#34;http://subdomain.site.com&#34; rel=&#34;nofollow&#34;&#62;http://subdomain.site.com&#60;/a&#62; : &#60;/p&#62;
&#60;p&#62;=======================================================================&#60;/p&#62;
&#60;p&#62;#&#60;br /&#62;
# MediaCore - Pylons configuration&#60;br /&#62;
#&#60;br /&#62;
# The %(here)s variable will be replaced with the parent directory of this file&#60;br /&#62;
#&#60;br /&#62;
[DEFAULT]&#60;br /&#62;
#email_to = &#60;a href=&#34;mailto:info@site.com&#34;&#62;info@site.com&#60;/a&#62;&#60;br /&#62;
smtp_server = localhost&#60;br /&#62;
error_email_from = &#60;a href=&#34;mailto:info@site.com&#34;&#62;info@site.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[server:main]&#60;br /&#62;
use = subdomain.site.com&#60;br /&#62;
host = 192.168.122.1&#60;br /&#62;
port = 80&#60;/p&#62;
&#60;p&#62;[app:main]&#60;br /&#62;
# Specify the database for SQLAlchemy to use&#60;br /&#62;
sqlalchemy.url = mysql://site_user:passwordsitedb@localhost/site_db?charset=utf8&#38;amp;use_unicode=0&#60;br /&#62;
sqlalchemy.echo = False&#60;br /&#62;
sqlalchemy.pool_recycle = 3600&#60;/p&#62;
&#60;p&#62;# Session salts.&#60;br /&#62;
beaker.session.secret = YbPWW+mYsl4oP07THcSxpm9Aw&#60;br /&#62;
sa_auth.cookie_secret = YbPWW+mYsl4oP07THcSxpm9Aw&#60;/p&#62;
&#60;p&#62;# Specify an optional prefix for table names.&#60;br /&#62;
# Use this if you want to put mediacore in the same database as another app.&#60;br /&#62;
# XXX: If you use this setting and you want to enable search, you'll have to&#60;br /&#62;
#      manually edit the table names in setup_triggers.sql to use this prefix.&#60;br /&#62;
# e.g. if you want your tables to be named like 'mcore_media', you should set:&#60;br /&#62;
# db_table_prefix = mcore&#60;/p&#62;
&#60;p&#62;# mod_proxy settings (untested)&#60;br /&#62;
# Use this if you are hosting mediacore behind a proxy.&#60;br /&#62;
# e.g. If hosting mediacore via mod_proxy at the URL&#60;br /&#62;
#      yoursite.com/my_proxied_mediacore/, such that all requests are passed&#60;br /&#62;
#      through to a Paste server at localhost:8080/, you should set:&#60;br /&#62;
#   proxy_prefix = /&#60;/p&#62;
&#60;p&#62;# Method to use when servng static media files. On of:&#60;br /&#62;
#   apache_xsendfile - requires Apache 2.x and mod_xsendfile&#60;br /&#62;
#   nginx_redirect - requires nginx - *not yet implemented*&#60;br /&#62;
#   default - uses environ['wsgi.file_wrapper'] if it's provided by the server,&#60;br /&#62;
#             otherwise a pure-python file iterator returns the file in chunks&#60;br /&#62;
file_serve_method = default&#60;/p&#62;
&#60;p&#62;# Enable automatic gzip compresson for all html/css/js/json responses.&#60;br /&#62;
# Keep this enabled unless you're serving MediaCore via Apache and you&#60;br /&#62;
# are able to enable gzip there instead.&#60;br /&#62;
enable_gzip = true&#60;/p&#62;
&#60;p&#62;# Data paths (your server user must be able to write to these paths!)&#60;br /&#62;
cache_dir = %(here)s/data&#60;br /&#62;
image_dir = %(here)s/data/images&#60;br /&#62;
media_dir = %(here)s/data/media&#60;/p&#62;
&#60;p&#62;# Files can be moved to a trash-like folder instead of being deleted&#60;br /&#62;
# permanently from the filesystem. Uncomment the line below to enable this:&#60;br /&#62;
#deleted_files_dir = %(here)s/data/deleted&#60;/p&#62;
&#60;p&#62;# If you'd like to fine-tune the individual locations of the cache data dirs&#60;br /&#62;
# for the Cache data, or the Session saves, un-comment the desired settings&#60;br /&#62;
# here:&#60;br /&#62;
#beaker.cache.data_dir = %(here)s/data/cache&#60;br /&#62;
#beaker.session.data_dir = %(here)s/data/sessions&#60;/p&#62;
&#60;p&#62;# Specify the layout template name to wrap core mediacore output in&#60;br /&#62;
layout_template = layout&#60;/p&#62;
&#60;p&#62;# Defines an external genshi template to wrap the output (including layout) in&#60;br /&#62;
external_template = false&#60;br /&#62;
external_template_name = external&#60;br /&#62;
external_template_url = &#60;a href=&#34;http://some/valid_genshi_template.html&#34; rel=&#34;nofollow&#34;&#62;http://some/valid_genshi_template.html&#60;/a&#62;&#60;br /&#62;
external_template_timeout = 600&#60;/p&#62;
&#60;p&#62;# Misc app instance settings&#60;br /&#62;
use = egg:MediaCore&#60;br /&#62;
full_stack = true&#60;br /&#62;
static_files = false&#60;br /&#62;
app_instance_uuid = {8bdb902d-f39d-45a1-bf51-0f1d56b8c05f}&#60;br /&#62;
beaker.session.key = mediacore&#60;/p&#62;
&#60;p&#62;# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*&#60;br /&#62;
# Debug mode will enable the interactive debugging tool, allowing ANYONE to&#60;br /&#62;
# execute malicious code after an exception is raised.&#60;br /&#62;
set debug = false&#60;/p&#62;
&#60;p&#62;# Logging configuration&#60;br /&#62;
# Add additional loggers, handlers, formatters here&#60;br /&#62;
# Uses python's logging config file format&#60;br /&#62;
# &#60;a href=&#34;http://docs.python.org/lib/logging-config-fileformat.html&#34; rel=&#34;nofollow&#34;&#62;http://docs.python.org/lib/logging-config-fileformat.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[loggers]&#60;br /&#62;
keys = root&#60;/p&#62;
&#60;p&#62;[handlers]&#60;br /&#62;
keys = console, wsgierrors&#60;br /&#62;
# To enable a mediacore-specific logfile, see the [handler_logfile] setting&#60;br /&#62;
# below, and add 'logfile' to the list of keys, like so&#60;br /&#62;
# keys = console, wsgierrors, logfile&#60;/p&#62;
&#60;p&#62;[formatters]&#60;br /&#62;
keys = generic&#60;/p&#62;
&#60;p&#62;# If you create additional loggers, add them as a key to [loggers]&#60;br /&#62;
# see development.ini for examples&#60;br /&#62;
[logger_root]&#60;br /&#62;
level = INFO&#60;br /&#62;
handlers = console&#60;/p&#62;
&#60;p&#62;# If you create additional handlers, add them as a key to [handlers]&#60;br /&#62;
[handler_console]&#60;br /&#62;
class = StreamHandler&#60;br /&#62;
args = (sys.stderr,)&#60;br /&#62;
level = NOTSET&#60;br /&#62;
formatter = generic&#60;/p&#62;
&#60;p&#62;[handler_wsgierrors]&#60;br /&#62;
# Handler for logging to the WSGI error handler (eg. apache's error log)&#60;br /&#62;
class = pylons.log.WSGIErrorsHandler&#60;br /&#62;
args = ()&#60;br /&#62;
level = NOTSET&#60;br /&#62;
format = generic&#60;/p&#62;
&#60;p&#62;[handler_logfile]&#60;br /&#62;
# Handler for logging to a dedicated logfile. To use this, see the [handlers]&#60;br /&#62;
# section above; ensure the logfile you name is writeable by your server user.&#60;br /&#62;
class = FileHandler&#60;br /&#62;
args = ('/home/tico/v.site.com/old/data/deployment.log','a')&#60;br /&#62;
level = NOTSET&#60;br /&#62;
formatter = generic&#60;/p&#62;
&#60;p&#62;# If you create additional formatters, add them as a key to [formatters]&#60;br /&#62;
[formatter_generic]&#60;br /&#62;
format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] [%(threadName)s] %(message)s&#60;br /&#62;
datefmt = %H:%M:%S&#60;/p&#62;
&#60;p&#62;=====================================================================&#60;br /&#62;
END===== END=======END===== END=======END===== END=======END===== END
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hansel on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1910</link>
			<pubDate>Sun, 24 Apr 2011 14:18:53 +0000</pubDate>
			<dc:creator>hansel</dc:creator>
			<guid isPermaLink="false">1910@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;anyupdate?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ivan on "problems with accessing mediacore after installation"</title>
			<link>http://mediacorecommunity.org/community/topic/problems-with-accessing-mediacore-after-installation#post-1908</link>
			<pubDate>Sun, 24 Apr 2011 04:22:22 +0000</pubDate>
			<dc:creator>Ivan</dc:creator>
			<guid isPermaLink="false">1908@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Thanks you for the reply.&#60;/p&#62;
&#60;p&#62;I have set all the folders under /root/MediaCore-0.9.0 to apache:apache and 775 permissions, the same for mediacore.wsgi, all paths are correct and exist in the system.&#60;/p&#62;
&#60;p&#62;The httpd.conf has been tweaked in the same way as it stated in installation guide, here this part of the httpd.conf file:&#60;br /&#62;
----&#60;br /&#62;
# You can tweak the WSGIDaemonProcess directive for performance, but this&#60;br /&#62;
# will work for now.&#60;br /&#62;
# Relevant doc pages:&#60;br /&#62;
#     &#60;a href=&#34;http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading&#60;/a&#62;&#60;br /&#62;
#     &#60;a href=&#34;http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIDaemonProcess&#60;/a&#62;&#60;br /&#62;
# Hint: pay attention to issues surrounding worker-mpm and prefork-mpm.&#60;/p&#62;
&#60;p&#62;WSGIDaemonProcess mcore \&#60;br /&#62;
    threads=10 \&#60;br /&#62;
    display-name=%{GROUP} \&#60;br /&#62;
    python-path=/root/mediacore_env/lib/python2.4/site-packages \&#60;br /&#62;
    python-eggs=/root/MediaCore-0.9.0/data/python-egg-cache&#60;/p&#62;
&#60;p&#62;WSGIProcessGroup mcore&#60;/p&#62;
&#60;p&#62;# Intercept all requests to /my_media/* and pass them to mediacore.wsgi&#60;br /&#62;
WSGIScriptAlias /my_media /root/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi&#60;/p&#62;
&#60;p&#62;# Make the url accessible (just in case it's not already)&#60;br /&#62;
&#38;lt;Location &#34;/my_media&#34;&#38;gt;&#60;br /&#62;
    Allow from all&#60;br /&#62;
&#38;lt;/Location&#38;gt;&#60;/p&#62;
&#60;p&#62;# Make the wsgi script accessible&#60;br /&#62;
&#38;lt;Directory /root/MediaCore-0.9.0/deployment-scripts/mod_wsgi&#38;gt;&#60;br /&#62;
    Order allow,deny&#60;br /&#62;
    Allow from all&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;/p&#62;
&#60;p&#62;# Create an exception for media and podcast image from your data directory&#60;br /&#62;
AliasMatch /my_media/images/(media&#124;podcasts)(.*) /root/MediaCore-0.9.0/data/images/$1$2&#60;/p&#62;
&#60;p&#62;# Create an exception for all static mediacore content&#60;br /&#62;
AliasMatch /my_media/(admin/)?(images&#124;scripts&#124;styles)(.*) /root/MediaCore-0.9.0/mediacore/public/$1$2$3&#60;/p&#62;
&#60;p&#62;# Create an exception for your custom appearance css and images&#60;br /&#62;
Alias /my_media/appearance /root/MediaCore-0.9.0/data/appearance&#60;/p&#62;
&#60;p&#62;# Make all the static content accessible&#60;br /&#62;
&#38;lt;Directory /root/MediaCore-0.9.0/mediacore/public/*&#38;gt;&#60;br /&#62;
    Order allow,deny&#60;br /&#62;
    Allow from all&#60;br /&#62;
    Options -Indexes&#60;br /&#62;
&#38;lt;/Directory&#38;gt;&#60;br /&#62;
---&#60;/p&#62;
&#60;p&#62;(mediacore_env)[root@domU-12-31-38-06-CC-8A ~]# cat /root/MediaCore-0.9.0/deployment-scripts/mod_wsgi/mediacore.wsgi&#60;br /&#62;
deployment_config = '/root/MediaCore-0.9.0/deployment.ini'&#60;br /&#62;
temp_dir = '/root/MediaCore-0.9.0/data/tmp'&#60;/p&#62;
&#60;p&#62;# NOTE: Before running MediaCore, you will need to update the two paths&#60;br /&#62;
#       above to point to the appropriate locations for your installation.&#60;/p&#62;
&#60;p&#62;import os&#60;br /&#62;
os.environ['TMPDIR'] = temp_dir&#60;/p&#62;
&#60;p&#62;if __name__.startswith('_mod_wsgi_'):&#60;br /&#62;
    # Set up logging under mod_wsgi&#60;br /&#62;
    from paste.script.util.logging_config import fileConfig&#60;br /&#62;
    fileConfig(deployment_config)&#60;br /&#62;
    # Load the app!&#60;br /&#62;
    from paste.deploy import loadapp&#60;br /&#62;
    application = loadapp('config:'+deployment_config)&#60;/p&#62;
&#60;p&#62;And I still have these errors when try to access mediacore:&#60;br /&#62;
[Sun Apr 24 05:11:11 2011] [error] [client 94.251.81.46] (13)Permission denied: access to /my_media/ denied
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pythonguy on "problems with accessing mediacore after installation"</title>
			<link>http://mediacorecommunity.org/community/topic/problems-with-accessing-mediacore-after-installation#post-1893</link>
			<pubDate>Fri, 22 Apr 2011 08:09:53 +0000</pubDate>
			<dc:creator>pythonguy</dc:creator>
			<guid isPermaLink="false">1893@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Ivan,&#60;/p&#62;
&#60;p&#62;I'm not too familiar with fastcgi, but under wsgi, the first things I would check for a 403 would be the apache permissions and the filesystem permissions on the mediacore.wsgi file (or whatever file you're pointing WsgiScriptAlias to).  The apache user needs to be able to read that .wsgi file, and your apache config needs something like the following in it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
WSGIScriptAlias /my_media /path/to/my/mediacore.wsgi&#60;/p&#62;
&#60;p&#62;&#38;lt;Files /path/to/my/mediacore.wsgi&#38;gt;&#60;br /&#62;
Order allow,deny&#60;br /&#62;
Allow from all&#60;br /&#62;
&#38;lt;/Files&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ivan on "problems with accessing mediacore after installation"</title>
			<link>http://mediacorecommunity.org/community/topic/problems-with-accessing-mediacore-after-installation#post-1890</link>
			<pubDate>Fri, 22 Apr 2011 05:19:21 +0000</pubDate>
			<dc:creator>Ivan</dc:creator>
			<guid isPermaLink="false">1890@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello, all,&#60;/p&#62;
&#60;p&#62;I have installed latest mediacore on clean centos 5.6 with python2.4, running through all the steps in guide and have tried both modules fastcgi/wsgi for apache:&#60;/p&#62;
&#60;p&#62;a) when I try to run it via fastcgi module, and go to myhost/my_media, it shows me only index page with mediacore.fcgi file in it, nothing else happens&#60;/p&#62;
&#60;p&#62;b) when I try to run it via wsgi module, it shows me 403 forbidden on the same url.&#60;/p&#62;
&#60;p&#62;I have repeated all the installation steps once more just in the case and with the same result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hansel on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1884</link>
			<pubDate>Thu, 21 Apr 2011 17:29:42 +0000</pubDate>
			<dc:creator>hansel</dc:creator>
			<guid isPermaLink="false">1884@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;nice!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesQualls on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1883</link>
			<pubDate>Thu, 21 Apr 2011 16:04:38 +0000</pubDate>
			<dc:creator>JamesQualls</dc:creator>
			<guid isPermaLink="false">1883@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Sorry ive been a little side tract however both my ubuntu and centos videos&#60;br /&#62;
Shall be done and readily available by tonight
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hansel on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1879</link>
			<pubDate>Thu, 21 Apr 2011 12:35:50 +0000</pubDate>
			<dc:creator>hansel</dc:creator>
			<guid isPermaLink="false">1879@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;i m waiting for your video instruction!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jirik on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1848</link>
			<pubDate>Wed, 20 Apr 2011 02:30:18 +0000</pubDate>
			<dc:creator>jirik</dc:creator>
			<guid isPermaLink="false">1848@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Yes, it'll be great :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeremy on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1840</link>
			<pubDate>Tue, 19 Apr 2011 20:58:56 +0000</pubDate>
			<dc:creator>Jeremy</dc:creator>
			<guid isPermaLink="false">1840@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;If you can it would be great to have a little install video. I'd say go for it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JamesQualls on "CentOS 5.5 Installation"</title>
			<link>http://mediacorecommunity.org/community/topic/centos-55-installation#post-1819</link>
			<pubDate>Tue, 19 Apr 2011 05:12:19 +0000</pubDate>
			<dc:creator>JamesQualls</dc:creator>
			<guid isPermaLink="false">1819@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I have finally finished successful installation on a CentOS 5.5 Server&#60;br /&#62;
i have found a really great host that gives really good pricing for VPS&#60;/p&#62;
&#60;p&#62;This is the BEST HOST I HAVE EVER USED: &#60;a href=&#34;http://chunkhost.com/r/mediacore&#34; rel=&#34;nofollow&#34;&#62;http://chunkhost.com/r/mediacore&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;FIRST 512MB Server is FREE!!!!!&#60;br /&#62;
FULL ROOT ACCESS&#60;br /&#62;
Setup in minutes&#60;br /&#62;
Different OS to choose from as well&#60;br /&#62;
Ubuntu 8.04, 10.04, 10.10&#60;br /&#62;
Cent OS 5.5, 5.4&#60;br /&#62;
Debian 5, 6&#60;/p&#62;
&#60;p&#62;Anyway if anyone wants me to make a Cent OS 5.5 Install video I shall..I just need to know if anyone is interested
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-761</link>
			<pubDate>Wed, 03 Nov 2010 06:19:28 +0000</pubDate>
			<dc:creator>C</dc:creator>
			<guid isPermaLink="false">761@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi Nathan,&#60;br /&#62;
I did what you told me about cElementTree, but I still have the error: /usr/bin/ld: cannot find -lpython2.6  and many warnings.&#60;br /&#62;
I’ve tried to resolve it by using: yum install python-devel, but it doesn’t work.&#60;br /&#62;
Here are the steps that I followed to install python. If you find something wrong, please tell me:&#60;br /&#62;
•	wget &#60;a href=&#34;http://python.org/ftp/python/2.6/Python-2.6.tgz&#34; rel=&#34;nofollow&#34;&#62;http://python.org/ftp/python/2.6/Python-2.6.tgz&#60;/a&#62;&#60;br /&#62;
•	tar xvfz Python-2.6.tgz&#60;br /&#62;
•	cd Python-2.6&#60;br /&#62;
•	./configure –prefix=/opt/python2.6 –with-threads –enable-shared&#60;br /&#62;
•	make&#60;br /&#62;
•	make install&#60;br /&#62;
•	alias python=’/opt/python2.6/bin/python’&#60;br /&#62;
•	ln –s /opt/python2.6/bin/python /usr/bin/python2.6&#60;br /&#62;
•	cat &#38;gt;&#38;gt; /etc/ld.so.conf.d/opt-python2.6.conf     (Enter)&#60;br /&#62;
/opt/python2.6/lib&#60;br /&#62;
•	ldconfig&#60;br /&#62;
•	python&#60;br /&#62;
I’m desperate. Any ideas? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nathan Wright on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-740</link>
			<pubDate>Fri, 22 Oct 2010 12:58:58 +0000</pubDate>
			<dc:creator>Nathan Wright</dc:creator>
			<guid isPermaLink="false">740@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Ah on closer inspection I see that the issue isn't compile permissions — it's failing part way through the compile.&#60;/p&#62;
&#60;p&#62;If we're really lucky cElementTree is the only package that can't be compiled because it's technically optional. If that package isn't installed then we fall back to the pure-python ElementTree. Edit MediaCore-0.8.2/setup.py and remove &#60;a href=&#34;http://github.com/simplestation/mediacore/blob/v0.8.2/setup.py#L31&#34;&#62;line 31 where it says cElementTree&#60;/a&#62; and try re-running 'python setup.py develop'.&#60;/p&#62;
&#60;p&#62;Failing that, how did you install python on your machine? Was it through a package manager or from source?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-739</link>
			<pubDate>Fri, 22 Oct 2010 04:22:54 +0000</pubDate>
			<dc:creator>C</dc:creator>
			<guid isPermaLink="false">739@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;@laulau --&#38;gt; I installed Python 2.6 for MediaCore0.8.2., but the result was the same.&#60;br /&#62;
@Nathan --&#38;gt; I'm on CentOS 5.4 and don't know how to resolve the dependencies problem.&#60;br /&#62;
Sorry, but I'm a beginner on Linux world. Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nathan Wright on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-737</link>
			<pubDate>Tue, 19 Oct 2010 13:07:56 +0000</pubDate>
			<dc:creator>Nathan Wright</dc:creator>
			<guid isPermaLink="false">737@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;The error shows a problem with compiling one of MediaCore's dependencies. &#60;/p&#62;
&#60;p&#62;If you're on CentOS4, this may help: &#60;a href=&#34;http://getmediacore.com/blog/compiling-on-centos-4/&#34; rel=&#34;nofollow&#34;&#62;http://getmediacore.com/blog/compiling-on-centos-4/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laulau on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-736</link>
			<pubDate>Tue, 19 Oct 2010 07:14:48 +0000</pubDate>
			<dc:creator>laulau</dc:creator>
			<guid isPermaLink="false">736@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I think I've got the same error.&#60;br /&#62;
Can you try to re install it with python 2.6?&#60;br /&#62;
Personally, I installed Python 2.6 for MediaCore0.8.2.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-735</link>
			<pubDate>Tue, 19 Oct 2010 05:30:56 +0000</pubDate>
			<dc:creator>C</dc:creator>
			<guid isPermaLink="false">735@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;No, I didn't. Now the result is:&#60;/p&#62;
&#60;p&#62;[root@localhost MediaCore-0.8.2]# virtualenv --no-site-packages mediacore_env&#60;br /&#62;
New python executable in mediacore_env/bin/python&#60;br /&#62;
Installing setuptools.............done.&#60;br /&#62;
[root@localhost MediaCore-0.8.2]# source mediacore_env/bin/activate&#60;br /&#62;
(mediacore_env)[root@localhost MediaCore-0.8.2]# python2.5 setup.py develop&#60;br /&#62;
/opt/python2.5/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'paster_plugins'&#60;br /&#62;
  warnings.warn(msg)&#60;br /&#62;
running develop&#60;br /&#62;
running egg_info&#60;br /&#62;
writing requirements to MediaCore.egg-info/requires.txt&#60;br /&#62;
writing MediaCore.egg-info/PKG-INFO&#60;br /&#62;
writing top-level names to MediaCore.egg-info/top_level.txt&#60;br /&#62;
writing dependency_links to MediaCore.egg-info/dependency_links.txt&#60;br /&#62;
writing entry points to MediaCore.egg-info/entry_points.txt&#60;br /&#62;
reading manifest file 'MediaCore.egg-info/SOURCES.txt'&#60;br /&#62;
reading manifest template 'MANIFEST.in'&#60;br /&#62;
warning: no files found matching '*' under directory 'dependencies'&#60;br /&#62;
warning: no previously-included files matching '*' found under directory 'doc/build'&#60;br /&#62;
warning: no previously-included files matching '*.pyc' found under directory '*'&#60;br /&#62;
warning: no previously-included files matching '.*.swp' found under directory '*'&#60;br /&#62;
warning: no previously-included files matching '.DS_Store' found under directory '*'&#60;br /&#62;
writing manifest file 'MediaCore.egg-info/SOURCES.txt'&#60;br /&#62;
running build_ext&#60;br /&#62;
Creating /opt/python2.5/lib/python2.5/site-packages/MediaCore.egg-link (link to .)&#60;br /&#62;
MediaCore 0.8.2 is already the active version in easy-install.pth&#60;/p&#62;
&#60;p&#62;Installed /root/MediaCore-0.8.2&#60;br /&#62;
Processing dependencies for MediaCore==0.8.2&#60;br /&#62;
Searching for cElementTree&#38;gt;=1,&#38;lt;2&#60;br /&#62;
Reading &#60;a href=&#34;http://www.crummy.com/software/BeautifulSoup/download/3.x/&#34; rel=&#34;nofollow&#34;&#62;http://www.crummy.com/software/BeautifulSoup/download/3.x/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://www.pylonshq.com/download/&#34; rel=&#34;nofollow&#34;&#62;http://www.pylonshq.com/download/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://dist.repoze.org/&#34; rel=&#34;nofollow&#34;&#62;http://dist.repoze.org/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://pypi.python.org/simple/cElementTree/&#34; rel=&#34;nofollow&#34;&#62;http://pypi.python.org/simple/cElementTree/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://www.effbot.org/zone/celementtree.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.effbot.org/zone/celementtree.htm&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://effbot.org/downloads#celementtree&#34; rel=&#34;nofollow&#34;&#62;http://effbot.org/downloads#celementtree&#60;/a&#62;&#60;br /&#62;
Best match: cElementTree 1.0.5-20051216&#60;br /&#62;
Downloading &#60;a href=&#34;http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.zip&#34; rel=&#34;nofollow&#34;&#62;http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.zip&#60;/a&#62;&#60;br /&#62;
Processing cElementTree-1.0.5-20051216.zip&#60;br /&#62;
Running cElementTree-1.0.5-20051216/setup.py -q bdist_egg --dist-dir /tmp/easy_install-QI9KHm/cElementTree-1.0.5-20051216/egg-dist-tmp-G3JdTv&#60;br /&#62;
cElementTree.c:1371: aviso: ‘intargfunc’ es obsoleto&#60;br /&#62;
cElementTree.c:1372: aviso: ‘intintargfunc’ es obsoleto&#60;br /&#62;
cElementTree.c: In function ‘expat_unknown_encoding_handler’:&#60;br /&#62;
cElementTree.c:2143: aviso: el puntero que apunta en el paso del argumento 1 de ‘PyUnicodeUCS2_Decode’ difiere en signo&#60;br /&#62;
cElementTree.c: In function ‘xmlparser’:&#60;br /&#62;
cElementTree.c:2181: aviso: se pasa el argumento 4 de ‘PyArg_ParseTupleAndKeywords’ desde un tipo de puntero incompatible&#60;br /&#62;
/usr/bin/ld: cannot find -lpython2.5&#60;br /&#62;
collect2: ld devolvió el estado de salida 1&#60;br /&#62;
error: Setup script exited with error: command 'gcc' failed with exit status 1&#60;/p&#62;
&#60;p&#62;I think it's the same error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laulau on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-734</link>
			<pubDate>Tue, 19 Oct 2010 04:43:23 +0000</pubDate>
			<dc:creator>laulau</dc:creator>
			<guid isPermaLink="false">734@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You did ? :&#60;/p&#62;
&#60;p&#62;# Create a new virtual environment:&#60;br /&#62;
virtualenv-2.5 --no-site-packages mediacore_env&#60;/p&#62;
&#60;p&#62;# Now, activate that virtual environment:&#60;br /&#62;
source mediacore_env/bin/activate
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C on "Error installing Mediacore (Step 2) on CentOS 5.4"</title>
			<link>http://mediacorecommunity.org/community/topic/error-installing-mediacore-step-2-on-centos-54#post-733</link>
			<pubDate>Tue, 19 Oct 2010 03:54:33 +0000</pubDate>
			<dc:creator>C</dc:creator>
			<guid isPermaLink="false">733@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The error is:&#60;/p&#62;
&#60;p&#62;[root@localhost MediaCore-0.8.2]# python2.5 setup.py develop&#60;br /&#62;
/opt/python2.5/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'paster_plugins'&#60;br /&#62;
  warnings.warn(msg)&#60;br /&#62;
running develop&#60;br /&#62;
running egg_info&#60;br /&#62;
writing requirements to MediaCore.egg-info/requires.txt&#60;br /&#62;
writing MediaCore.egg-info/PKG-INFO&#60;br /&#62;
writing top-level names to MediaCore.egg-info/top_level.txt&#60;br /&#62;
writing dependency_links to MediaCore.egg-info/dependency_links.txt&#60;br /&#62;
writing entry points to MediaCore.egg-info/entry_points.txt&#60;br /&#62;
reading manifest file 'MediaCore.egg-info/SOURCES.txt'&#60;br /&#62;
reading manifest template 'MANIFEST.in'&#60;br /&#62;
warning: no files found matching '*' under directory 'dependencies'&#60;br /&#62;
warning: no previously-included files matching '*' found under directory 'doc/build'&#60;br /&#62;
warning: no previously-included files matching '*.pyc' found under directory '*'&#60;br /&#62;
warning: no previously-included files matching '.*.swp' found under directory '*'&#60;br /&#62;
warning: no previously-included files matching '.DS_Store' found under directory '*'&#60;br /&#62;
writing manifest file 'MediaCore.egg-info/SOURCES.txt'&#60;br /&#62;
running build_ext&#60;br /&#62;
Creating /opt/python2.5/lib/python2.5/site-packages/MediaCore.egg-link (link to .)&#60;br /&#62;
MediaCore 0.8.2 is already the active version in easy-install.pth&#60;/p&#62;
&#60;p&#62;Installed /root/MediaCore-0.8.2&#60;br /&#62;
Processing dependencies for MediaCore==0.8.2&#60;br /&#62;
Searching for cElementTree&#38;gt;=1,&#38;lt;2&#60;br /&#62;
Reading &#60;a href=&#34;http://www.crummy.com/software/BeautifulSoup/download/3.x/&#34; rel=&#34;nofollow&#34;&#62;http://www.crummy.com/software/BeautifulSoup/download/3.x/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://www.pylonshq.com/download/&#34; rel=&#34;nofollow&#34;&#62;http://www.pylonshq.com/download/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://dist.repoze.org/&#34; rel=&#34;nofollow&#34;&#62;http://dist.repoze.org/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://pypi.python.org/simple/cElementTree/&#34; rel=&#34;nofollow&#34;&#62;http://pypi.python.org/simple/cElementTree/&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://www.effbot.org/zone/celementtree.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.effbot.org/zone/celementtree.htm&#60;/a&#62;&#60;br /&#62;
Reading &#60;a href=&#34;http://effbot.org/downloads#celementtree&#34; rel=&#34;nofollow&#34;&#62;http://effbot.org/downloads#celementtree&#60;/a&#62;&#60;br /&#62;
Best match: cElementTree 1.0.5-20051216&#60;br /&#62;
Downloading &#60;a href=&#34;http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.zip&#34; rel=&#34;nofollow&#34;&#62;http://effbot.org/media/downloads/cElementTree-1.0.5-20051216.zip&#60;/a&#62;&#60;br /&#62;
Processing cElementTree-1.0.5-20051216.zip&#60;br /&#62;
Running cElementTree-1.0.5-20051216/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3H-Ge_/cElementTree-1.0.5-20051216/egg-dist-tmp-48PTN2&#60;br /&#62;
cElementTree.c:1371: aviso: ‘intargfunc’ es obsoleto&#60;br /&#62;
cElementTree.c:1372: aviso: ‘intintargfunc’ es obsoleto&#60;br /&#62;
cElementTree.c: In function ‘expat_unknown_encoding_handler’:&#60;br /&#62;
cElementTree.c:2143: aviso: el puntero que apunta en el paso del argumento 1 de ‘PyUnicodeUCS2_Decode’ difiere en signo&#60;br /&#62;
cElementTree.c: In function ‘xmlparser’:&#60;br /&#62;
cElementTree.c:2181: aviso: se pasa el argumento 4 de ‘PyArg_ParseTupleAndKeywords’ desde un tipo de puntero incompatible&#60;br /&#62;
/usr/bin/ld: cannot find -lpython2.5&#60;br /&#62;
collect2: ld devolvió el estado de salida 1&#60;br /&#62;
error: Setup script exited with error: command 'gcc' failed with exit status 1&#60;/p&#62;
&#60;p&#62;Can you help me? Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>d3c0y on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-620</link>
			<pubDate>Wed, 18 Aug 2010 02:02:04 +0000</pubDate>
			<dc:creator>d3c0y</dc:creator>
			<guid isPermaLink="false">620@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Ok so if you are getting that error it's probably because you dont have mysql development libraries installed.&#60;br /&#62;
Maybe this is an x64 issue because i didnt have this error on my 32bit system and if you just have the 32 bit package installed it doesnt seem to work.&#60;/p&#62;
&#60;p&#62;Run this command on RHE / CentOS 5 (on a 64bit system) to fix it up:&#60;br /&#62;
yum install mysql-devel.x86_64&#60;/p&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;p&#62;(32 bit systems if you need it)&#60;br /&#62;
yum install mysql-devel.i386
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluemachine9 on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-542</link>
			<pubDate>Thu, 01 Jul 2010 20:35:03 +0000</pubDate>
			<dc:creator>bluemachine9</dc:creator>
			<guid isPermaLink="false">542@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Maybe I missed out on this step: &#60;a href=&#34;http://getmediacore.com/docs/install/index.html#step-0-1-1-requirements-installation-on-ubuntu-9-04&#34; rel=&#34;nofollow&#34;&#62;http://getmediacore.com/docs/install/index.html#step-0-1-1-requirements-installation-on-ubuntu-9-04&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But I'm not using Ubuntu, and not sure how to get some of those libraries for CentOS, or what equivalents would be.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluemachine9 on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-541</link>
			<pubDate>Thu, 01 Jul 2010 20:29:10 +0000</pubDate>
			<dc:creator>bluemachine9</dc:creator>
			<guid isPermaLink="false">541@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;_mysql.c:438: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_traverse':&#60;br /&#62;
_mysql.c:450: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:451: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_clear':&#60;br /&#62;
_mysql.c:462: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:462: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:462: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:462: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:463: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_Initialize':&#60;br /&#62;
_mysql.c:475: error: 'MYSQL' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:475: error: 'conn' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:500: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:501: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:525: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:547: warning: implicit declaration of function 'mysql_init'&#60;br /&#62;
_mysql.c:547: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:550: warning: implicit declaration of function 'mysql_options'&#60;br /&#62;
_mysql.c:550: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:550: error: 'MYSQL_OPT_CONNECT_TIMEOUT' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:554: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:554: error: 'MYSQL_OPT_COMPRESS' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:555: error: 'CLIENT_COMPRESS' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:558: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:558: error: 'MYSQL_OPT_NAMED_PIPE' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:560: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:560: error: 'MYSQL_INIT_COMMAND' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:562: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:562: error: 'MYSQL_READ_DEFAULT_FILE' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:564: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:564: error: 'MYSQL_READ_DEFAULT_GROUP' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:567: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:567: error: 'MYSQL_OPT_LOCAL_INFILE' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:575: warning: implicit declaration of function 'mysql_real_connect'&#60;br /&#62;
_mysql.c:575: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:590: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_traverse':&#60;br /&#62;
_mysql.c:671: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:672: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_clear':&#60;br /&#62;
_mysql.c:680: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:680: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:680: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:680: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:681: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_close':&#60;br /&#62;
_mysql.c:696: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:698: warning: implicit declaration of function 'mysql_close'&#60;br /&#62;
_mysql.c:698: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:700: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_affected_rows':&#60;br /&#62;
_mysql.c:722: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:723: warning: implicit declaration of function 'mysql_affected_rows'&#60;br /&#62;
_mysql.c:723: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_debug':&#60;br /&#62;
_mysql.c:739: warning: implicit declaration of function 'mysql_debug'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_dump_debug_info':&#60;br /&#62;
_mysql.c:757: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:759: warning: implicit declaration of function 'mysql_dump_debug_info'&#60;br /&#62;
_mysql.c:759: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_autocommit':&#60;br /&#62;
_mysql.c:783: warning: implicit declaration of function 'mysql_query'&#60;br /&#62;
_mysql.c:783: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_commit':&#60;br /&#62;
_mysql.c:806: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_rollback':&#60;br /&#62;
_mysql.c:828: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_errno':&#60;br /&#62;
_mysql.c:940: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:941: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_error':&#60;br /&#62;
_mysql.c:956: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:957: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:957: warning: passing argument 1 of 'PyString_FromString' makes pointer from integer without a cast&#60;br /&#62;
_mysql.c: In function '_mysql_escape_string':&#60;br /&#62;
_mysql.c:981: warning: implicit declaration of function 'mysql_escape_string'&#60;br /&#62;
_mysql.c: In function '_mysql_escape':&#60;br /&#62;
_mysql.c:1088: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_describe':&#60;br /&#62;
_mysql.c:1168: error: 'MYSQL_FIELD' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1168: error: 'fields' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1171: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1172: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1173: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1184: warning: implicit declaration of function 'IS_NOT_NULL'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_field_flags':&#60;br /&#62;
_mysql.c:1204: error: 'MYSQL_FIELD' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1204: error: 'fields' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1207: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1208: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1209: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: At top level:&#60;br /&#62;
_mysql.c:1250: error: expected declaration specifiers or '...' before 'MYSQL_ROW'&#60;br /&#62;
_mysql.c: In function '_mysql_row_to_tuple':&#60;br /&#62;
_mysql.c:1256: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1258: warning: implicit declaration of function 'mysql_fetch_lengths'&#60;br /&#62;
_mysql.c:1258: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1258: warning: assignment makes pointer from integer without a cast&#60;br /&#62;
_mysql.c:1261: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:1262: error: 'row' undeclared (first use in this function)&#60;br /&#62;
_mysql.c: At top level:&#60;br /&#62;
_mysql.c:1275: error: expected declaration specifiers or '...' before 'MYSQL_ROW'&#60;br /&#62;
_mysql.c: In function '_mysql_row_to_dict':&#60;br /&#62;
_mysql.c:1280: error: 'MYSQL_FIELD' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1280: error: 'fields' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1282: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1284: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1284: warning: assignment makes pointer from integer without a cast&#60;br /&#62;
_mysql.c:1285: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1288: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:1289: error: 'row' undeclared (first use in this function)&#60;br /&#62;
_mysql.c: At top level:&#60;br /&#62;
_mysql.c:1314: error: expected declaration specifiers or '...' before 'MYSQL_ROW'&#60;br /&#62;
_mysql.c: In function '_mysql_row_to_dict_old':&#60;br /&#62;
_mysql.c:1319: error: 'MYSQL_FIELD' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1319: error: 'fields' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1321: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1323: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1323: warning: assignment makes pointer from integer without a cast&#60;br /&#62;
_mysql.c:1324: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1327: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:1328: error: 'row' undeclared (first use in this function)&#60;br /&#62;
_mysql.c: At top level:&#60;br /&#62;
_mysql.c:1350: error: expected declaration specifiers or '...' before 'MYSQL_ROW'&#60;br /&#62;
_mysql.c: In function '_mysql__fetch_row':&#60;br /&#62;
_mysql.c:1361: error: 'MYSQL_ROW' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1361: error: expected ';' before 'row'&#60;br /&#62;
_mysql.c:1365: error: '_mysql_ResultObject' has no member named 'use'&#60;br /&#62;
_mysql.c:1366: error: 'row' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1366: warning: implicit declaration of function 'mysql_fetch_row'&#60;br /&#62;
_mysql.c:1366: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1369: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:1372: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:1380: error: too many arguments to function 'convert_row'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_fetch_row':&#60;br /&#62;
_mysql.c:1404: error: expected declaration specifiers or '...' before 'MYSQL_ROW'&#60;br /&#62;
_mysql.c:1419: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1431: error: '_mysql_ResultObject' has no member named 'use'&#60;br /&#62;
_mysql.c:1445: warning: implicit declaration of function 'mysql_num_rows'&#60;br /&#62;
_mysql.c:1445: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_character_set_name':&#60;br /&#62;
_mysql.c:1512: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c: In function '_mysql_get_client_info':&#60;br /&#62;
_mysql.c:1603: warning: implicit declaration of function 'mysql_get_client_info'&#60;br /&#62;
_mysql.c:1603: warning: passing argument 1 of 'PyString_FromString' makes pointer from integer without a cast&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_get_host_info':&#60;br /&#62;
_mysql.c:1617: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1618: warning: implicit declaration of function 'mysql_get_host_info'&#60;br /&#62;
_mysql.c:1618: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:1618: warning: passing argument 1 of 'PyString_FromString' makes pointer from integer without a cast&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_get_proto_info':&#60;br /&#62;
_mysql.c:1632: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1633: warning: implicit declaration of function 'mysql_get_proto_info'&#60;br /&#62;
_mysql.c:1633: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_get_server_info':&#60;br /&#62;
_mysql.c:1647: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1648: warning: implicit declaration of function 'mysql_get_server_info'&#60;br /&#62;
_mysql.c:1648: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:1648: warning: passing argument 1 of 'PyString_FromString' makes pointer from integer without a cast&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_info':&#60;br /&#62;
_mysql.c:1664: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1665: warning: implicit declaration of function 'mysql_info'&#60;br /&#62;
_mysql.c:1665: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:1665: warning: assignment makes pointer from integer without a cast&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_insert_id':&#60;br /&#62;
_mysql.c:1697: error: 'my_ulonglong' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1697: error: expected ';' before 'r'&#60;br /&#62;
_mysql.c:1699: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1701: error: 'r' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:1701: warning: implicit declaration of function 'mysql_insert_id'&#60;br /&#62;
_mysql.c:1701: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_kill':&#60;br /&#62;
_mysql.c:1718: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1720: warning: implicit declaration of function 'mysql_kill'&#60;br /&#62;
_mysql.c:1720: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_field_count':&#60;br /&#62;
_mysql.c:1739: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1741: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_num_fields':&#60;br /&#62;
_mysql.c:1756: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1757: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_num_rows':&#60;br /&#62;
_mysql.c:1772: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1773: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_ping':&#60;br /&#62;
_mysql.c:1802: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1803: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:1805: warning: implicit declaration of function 'mysql_ping'&#60;br /&#62;
_mysql.c:1805: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_query':&#60;br /&#62;
_mysql.c:1826: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1828: warning: implicit declaration of function 'mysql_real_query'&#60;br /&#62;
_mysql.c:1828: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_select_db':&#60;br /&#62;
_mysql.c:1856: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1858: warning: implicit declaration of function 'mysql_select_db'&#60;br /&#62;
_mysql.c:1858: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_shutdown':&#60;br /&#62;
_mysql.c:1877: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1879: warning: implicit declaration of function 'mysql_shutdown'&#60;br /&#62;
_mysql.c:1879: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_stat':&#60;br /&#62;
_mysql.c:1904: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1906: warning: implicit declaration of function 'mysql_stat'&#60;br /&#62;
_mysql.c:1906: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:1906: warning: assignment makes pointer from integer without a cast&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_store_result':&#60;br /&#62;
_mysql.c:1927: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1928: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:1937: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_thread_id':&#60;br /&#62;
_mysql.c:1966: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1968: warning: implicit declaration of function 'mysql_thread_id'&#60;br /&#62;
_mysql.c:1968: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_use_result':&#60;br /&#62;
_mysql.c:1988: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:1989: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:1998: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_dealloc':&#60;br /&#62;
_mysql.c:2016: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_repr':&#60;br /&#62;
_mysql.c:2028: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:2029: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_data_seek':&#60;br /&#62;
_mysql.c:2047: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:2048: warning: implicit declaration of function 'mysql_data_seek'&#60;br /&#62;
_mysql.c:2048: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_row_seek':&#60;br /&#62;
_mysql.c:2061: error: 'MYSQL_ROW_OFFSET' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:2061: error: expected ';' before 'r'&#60;br /&#62;
_mysql.c:2063: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:2064: error: '_mysql_ResultObject' has no member named 'use'&#60;br /&#62;
_mysql.c:2069: error: 'r' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:2069: warning: implicit declaration of function 'mysql_row_tell'&#60;br /&#62;
_mysql.c:2069: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:2070: warning: implicit declaration of function 'mysql_row_seek'&#60;br /&#62;
_mysql.c:2070: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_row_tell':&#60;br /&#62;
_mysql.c:2082: error: 'MYSQL_ROW_OFFSET' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:2082: error: expected ';' before 'r'&#60;br /&#62;
_mysql.c:2084: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:2085: error: '_mysql_ResultObject' has no member named 'use'&#60;br /&#62;
_mysql.c:2090: error: 'r' undeclared (first use in this function)&#60;br /&#62;
_mysql.c:2090: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c:2091: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: In function '_mysql_ResultObject_dealloc':&#60;br /&#62;
_mysql.c:2099: warning: implicit declaration of function 'mysql_free_result'&#60;br /&#62;
_mysql.c:2099: error: '_mysql_ResultObject' has no member named 'result'&#60;br /&#62;
_mysql.c: At top level:&#60;br /&#62;
_mysql.c:2330: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
_mysql.c:2337: error: '_mysql_ConnectionObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:2344: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:2351: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:2358: error: '_mysql_ConnectionObject' has no member named 'connection'&#60;br /&#62;
_mysql.c:2421: error: '_mysql_ResultObject' has no member named 'converter'&#60;br /&#62;
_mysql.c:2421: error: initializer element is not constant&#60;br /&#62;
_mysql.c:2421: error: (near initialization for '_mysql_ResultObject_memberlist[0].offset')&#60;br /&#62;
_mysql.c: In function '_mysql_ConnectionObject_getattr':&#60;br /&#62;
_mysql.c:2443: error: '_mysql_ConnectionObject' has no member named 'open'&#60;br /&#62;
error: Setup script exited with error: command 'gcc' failed with exit status 1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anthony Theocharis on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-540</link>
			<pubDate>Thu, 01 Jul 2010 18:02:36 +0000</pubDate>
			<dc:creator>Anthony Theocharis</dc:creator>
			<guid isPermaLink="false">540@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;You'll probably have trouble googling that specific line. It's a really generic GCC failure.&#60;/p&#62;
&#60;p&#62;There are 3 common reasons that installing mediacore would raise that error, though:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Your user doesn't have permissions to compile things&#60;/li&#62;
&#60;li&#62;Compiling MySQL-Python is failing&#60;/li&#62;
&#60;li&#62;Compiling PIL (Python Imaging Library) is failing&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Can you paste the rest of the error message? That'll help narrow it down.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluemachine9 on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-539</link>
			<pubDate>Thu, 01 Jul 2010 17:51:07 +0000</pubDate>
			<dc:creator>bluemachine9</dc:creator>
			<guid isPermaLink="false">539@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Ok, sounds good, I will try that.&#60;/p&#62;
&#60;p&#62;When I run the command to install MediaCore, i get this at the end:&#60;/p&#62;
&#60;p&#62;&#34;command 'gcc' failed with exit status 1&#34;&#60;/p&#62;
&#60;p&#62;I'm trying to google it, but maybe its something specific to MediaCore.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anthony Theocharis on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-537</link>
			<pubDate>Thu, 01 Jul 2010 17:36:56 +0000</pubDate>
			<dc:creator>Anthony Theocharis</dc:creator>
			<guid isPermaLink="false">537@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;I'd upload it to the same level as httpdocs, that way people can't accidentally get access to all of the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluemachine9 on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-535</link>
			<pubDate>Thu, 01 Jul 2010 17:20:41 +0000</pubDate>
			<dc:creator>bluemachine9</dc:creator>
			<guid isPermaLink="false">535@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;Ok, I got the python2.5 installed and mod_wsgi installed also...&#60;/p&#62;
&#60;p&#62;which folder do i upload to my VPS, the folder that displays website is &#34;httpdocs&#34;? Do I upload whole folder &#34;MediaCore-0.8.0&#34; to the same level as &#34;httpdocs&#34; or do i upload it into &#34;httpdocs&#34;?&#60;/p&#62;
&#60;p&#62;thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anthony Theocharis on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-532</link>
			<pubDate>Thu, 01 Jul 2010 15:05:22 +0000</pubDate>
			<dc:creator>Anthony Theocharis</dc:creator>
			<guid isPermaLink="false">532@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;MediaCore aims to one day support Python2.4, but for the timebeing, you're going to have to install your own Python2.5 package.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluemachine9 on "CentOS"</title>
			<link>http://mediacorecommunity.org/community/topic/centos#post-531</link>
			<pubDate>Thu, 01 Jul 2010 14:54:43 +0000</pubDate>
			<dc:creator>bluemachine9</dc:creator>
			<guid isPermaLink="false">531@http://mediacorecommunity.org/community/</guid>
			<description>&#60;p&#62;When I type in python, it says that it's 2.4.3. I'm running CentOS 5
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

