<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
Hi Guys<BR>
<BR>
I've downloaded and compiled the Roadsend PHP compiler mentioned in my previous post.&nbsp; Still getting to know it, but it seems to be a great system.<BR>
<BR>
However, I have one problem which affects its operation, but I'm sure there's a general fix for it.&nbsp; RoadSend installed its main executables in /usr/local/bin and a few libraries in /usr/local/lib.&nbsp; However when I run the Roadsend compiler it complains about not finding the libraries which are located in the /usr/local/lib directory.<BR>
<BR>
To get it to run I have to first execute: &quot;export LD_LIBRARY_PATH=/usr/local/lib&quot;, after which the compiler works.&nbsp; Unfortunately this only applies to the open terminal window.&nbsp; When I open a new terminal I have to do it again.<BR>
<BR>
The &quot;LD_LIBRARY_PATH&quot; variable (and &quot;ld&quot; for that sake) is not specific to Roadsend? In fact &quot;/usr/local/lib&quot; is also a common directory for libraries. It is also specified in /etc/ld.so.conf.d/libc.conf file.&nbsp; Admittedly, I don't know too much about how ld (and shared libraries) work.<BR>
<BR>
Could there be a general fix for this?<BR>
<BR>
Charl<BR>
<BR>
-----Original Message-----<BR>
<BR>
<PRE>
Hi Guys

I'm considering using a PHP compiler to compile my web interface.  The
main reason is to speed up the system as it runs on fairly slow hardware
(200 MHz ARM and 500 MHz Intel xscale).  My first run will however be on
an Ubuntu server to see how well it works.

I couldn't find one in the Ubuntu repositories, but I did find the
Roadsend compiler:
<A HREF="http://linux.softpedia.com/get/Programming/Compilers/Roadsend-Compiler-for-PHP-10342.shtml">http://linux.softpedia.com/get/Programming/Compilers/Roadsend-Compiler-for-PHP-10342.shtml</A>

Is there an Ubuntu supported PHP compiler?  Is there any alternatives
anybody has some experience with?

Charl


</PRE>
</BODY>
</HTML>