<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abdul Qabiz on Web Technologies, Flash Platform, RIA, India &#187; redhat</title>
	<atom:link href="http://www.abdulqabiz.com/blog/archives/tag/redhat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abdulqabiz.com/blog</link>
	<description>a developer and entrepreneur on web technologies, adobe flash platform (flex, flash, air), web, opensource, linux, free software, usability, startups, India...</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:53:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.abdulqabiz.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Flex Compiler Modules</title>
		<link>http://www.abdulqabiz.com/blog/archives/2008/11/21/flex-compiler-modules/</link>
		<comments>http://www.abdulqabiz.com/blog/archives/2008/11/21/flex-compiler-modules/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 10:17:01 +0000</pubDate>
		<dc:creator>Abdul Qabiz</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=417</guid>
		<description><![CDATA[
			
				
			
		
In one of my projects, I was trying to use Flex Compiler Module for Apache. I was doing development on my Mac OSX and everything worked fine. As soon as, I uploaded application on server (CentOS 4.5, x86_64), it didn&#8217;t work.
After some debugging, I figured out Flex Compiler Module binaries are compiled as 32bit would [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.abdulqabiz.com%2Fblog%2Farchives%2F2008%2F11%2F21%2Fflex-compiler-modules%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.abdulqabiz.com%2Fblog%2Farchives%2F2008%2F11%2F21%2Fflex-compiler-modules%2F&amp;source=abdulqabiz&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>In one of my projects, I was trying to use <a href="http://opensource.adobe.com/wiki/display/flexsdk/downloads#Downloads-Flex3CompilerModules">Flex Compiler Module for Apache</a>. I was doing development on my Mac OSX and everything worked fine. As soon as, I uploaded application on server (CentOS 4.5, x86_64), it didn&#8217;t work.</p>
<p>After some debugging, I figured out Flex Compiler Module binaries are compiled as 32bit would not work on 64bit version of Apache. I could have used some third-party wrappers or rebuild it again for 64bit, unfortunately Adobe has not provided source-code for these modules.</p>
<p>There was another problem, it seems this apache-module has dependency on glibc,  the required version of glibc is not available for RedHat/CentOS 4.5. Now that&#8217;s weird, even if I had source code, not sure I could build against 64bit of CentOS? Not even sure about CentOS 4.5 x86?</p>
<p>BTW! glibc seems to be an important library and one can not just go ahead and update for one requirement, it might actually break many other applications. Hence, I didn&#8217;t upgrade glibc on CentOS 4.5 to the required version.</p>
<p>So as an alternative, I used Flex Compiler API by writing some wrappers in Java and then invoke API using PHP. But it seems there is weird licensing i.e. I need to have license of Adobe LCDs in order to use Flex Compiler API?</p>
<p>I have fallen back on pure PHP implementation, I need to figure out about custom logging.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abdulqabiz.com/blog/archives/2008/11/21/flex-compiler-modules/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
