Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-17-2007, 03:55 AM
|
#1
|
|
Member
Registered: Jan 2007
Distribution: Suse 10.0, FC 6
Posts: 93
Rep:
|
Nice PHP compiler for FC 6?
Hi friends, I've been looking for a good PHP compiler for Fedora 6, any one which has a built in webserver/interpreter.
I tried my hand at Roadsend, but since the installation instructions were way too opaque, I let it go. Apart from that, I've not been able to come across a good PHP compiler.
Any ideas?
|
|
|
|
05-17-2007, 07:55 PM
|
#2
|
|
HCL Maintainer
Registered: Jan 2006
Distribution: (H)LFS, Gentoo
Posts: 2,450
Rep:
|
Maybe you could tell us the problems you had with Roadsend.
|
|
|
|
05-18-2007, 03:36 AM
|
#3
|
|
Member
Registered: Jan 2007
Distribution: Suse 10.0, FC 6
Posts: 93
Original Poster
Rep:
|
Osor, I'm still new to PHP, and I was looking for a new compiler. I tried installing roadsend, but this is what I get everytime I try:
Quote:
[root@ashesh pcc]# ./configure
You *MUST* define the PCC_HOME environment variable to point to the source root directory!
|
And I've not been able to understand where to define toe PCC_HOME environment variable.
And apart from Roadsend, there are no non commercial compilers for PHP. 
Can you please help?
|
|
|
|
05-18-2007, 07:38 PM
|
#4
|
|
HCL Maintainer
Registered: Jan 2006
Distribution: (H)LFS, Gentoo
Posts: 2,450
Rep:
|
Did you read this? Look particularly at the part where it says “ YOU MUST DEFINE AT LEAST 'PCC_HOME' BEFORE PCC WILL BUILD”. The variable points to wherever you downloaded (and/or extracted) your sources. In most cases (where you are building inside the source dir itself), you do something like:
Code:
$ export PCC_HOME=$PWD
$ ./configure
…
Also make sure you’ve compiled and installed the Bigloo Scheme implementation.
|
|
|
|
05-18-2007, 10:38 PM
|
#5
|
|
Member
Registered: Jan 2007
Distribution: Suse 10.0, FC 6
Posts: 93
Original Poster
Rep:
|
Quote:
[root@ashesh pcc]# make
mkdir libs
mkdir: cannot create directory `libs': File exists
make: [libs] Error 1 (ignored)
(cd tools/libwebserver && \
./configure --libdir=pcc/libs --includedir=pcc/libs && \
make all && \
make install)
configure: error: expected an absolute directory name for --libdir: pcc/libs
make: *** [libs/libwebserver.so] Error 1
|
Quote:
[root@ashesh pcc]# ./configure
PCC_HOME is: /pcc
Makefile.config already exists
|
I'm sorry if I sound lame, but can you please tell me whats wrong now?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:11 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|