Re: [PHP] Compiling PHP with XML????

2002-06-26 Thread Erik Price
On Wednesday, June 26, 2002, at 11:57 AM, Scott Fletcher wrote: I looked in the ./configure --help for the xml support. It didn't say but show some options such as disabling xml, using xml with different stuffs. Nothing is being mentioned about enabling xml or something. So, is xml

Re: [PHP] Compiling PHP with XML????

2002-06-26 Thread Scott Fletcher
Cool! Just finished compiling PHP before I read your post. :-) I took the risk and include hte --enable-xml option even though it is not included and it compiled successfully. But with a lot of warning though. Thanks! Scott Erik Price [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] Compiling PHP as static mod

2002-06-05 Thread Ray Hunter
When I try to compile php as a static module in php I get errors that the mod_php4.c cannot find the header file. Here is my php configuration: ./configure --build=i386-redhat-linux-gnu --prefix=/usr/local/php --with-apache=/usr/local/apache --with-sybase-ct=/sybase --with-mysql=/usr

Re: [PHP] Compiling PHP as static mod

2002-06-05 Thread Tom Rogers
Hi In your php config give it the path to the apache source files not the install directory. Tom At 11:55 AM 6/06/2002, Ray Hunter wrote: When I try to compile php as a static module in php I get errors that the mod_php4.c cannot find the header file. Here is my php configuration:

[PHP] Compiling PHP on Solaris 7

2002-05-15 Thread Thomas Finley
Pleas help. I'm installing php on a Solaris 7 server that is running iplanet 4.1. PHP Version 4.2.1 Configure: (I had more compiled in (gd, gdbm...) but error below occured so I cut it down) ./configure --with-nsapi=/usr/netscape/server4 --enable-libgcc \ --prefix=/usr

Re: [PHP] Compiling PHP on Solaris 7

2002-05-15 Thread Billy S Halsey
Greetings, Thomas. Did you solve this problem? If not, I would suggest getting rid of the --enable-libgcc in your ./configure command. Here's how I configured my installation of 4.2.0 for Solaris 8: (Directory names XXX'ed out) './configure' '--prefix=XXX' '--enable-cli'

[PHP] compiling php 4.2 with apache 2.0.35

2002-04-24 Thread Michal Dvoracek
Hello, i have problem with %subj%. It's possible to build php without apxs2 ? Building php with apxs2 - apxs must be instaled before (e.g. apache must be instaled first ?) Regards, Michal Dvoracek [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] compiling php 4.2 with apache 2.0.35

2002-04-24 Thread Rasmus Lerdorf
No, you need to install Apache first if you want to build PHP as an Apache module. I'd suggest sticking with Apache 1.3.x for now though. -Rasmus On Wed, 24 Apr 2002, Michal Dvoracek wrote: Hello, i have problem with %subj%. It's possible to build php without apxs2 ? Building php with

Re: [PHP] compiling php 4.2 with apache 2.0.35

2002-04-24 Thread Michael Geier
choices: compile PHP as a DSO module for apache (preferred) compile PHP as a static-linked module for apache - see www.php.net/docs.php for installation instructions DSO module installation: untar httpd and php distributions cd httpd-$vers ./configure

[PHP] Compiling PHP with imap recode support

2002-01-15 Thread Mike Eheler
I get this error when compiling php with ./configure --with-imap=../imap-2001a --with-record Any ideas on a workaround for this? /web/src/imap-2001a/c-client/libc-client.a(misc.o): In function `hash_lookup': /web/src/imap-2001a/c-client/misc.c:311: multiple definition of `hash_lookup'

[PHP] Compiling PHP with GD2.0 ?

2002-01-07 Thread Chris Aitken
Hi, I have just upgraded my system (FreeBSD4.4 box with Apache/PHP/MySQL) and I want to use GD2.0.1 with PHP. I have installed GD 2.0.1 from /usr/ports onto the system so the package is actually there, but I have no idea how to compile GD2 ability into PHP. If anyone can lend some assistance

[PHP] Compiling PHP with Apache

2001-09-18 Thread Jobarr
I want to compile Apache with PHP built-in instead of being loaded as an external module. Can anyone help me with this? I have Visual C++ 6.0 and Windows 2000. -Jobarr -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] Compiling php like C

2001-09-15 Thread Kunal Jhunjhunwala
Hi, Has anyone done this to date?? I was thinking of compiling my programs for better perfomance, and of course, protect the source code. Anyone have any ideas on this issue? Regards, Kunal Jhunjhunwala -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: [PHP] Compiling php like C

2001-09-15 Thread Jack Dempsey
PROTECTED] Subject: [PHP] Compiling php like C Hi, Has anyone done this to date?? I was thinking of compiling my programs for better perfomance, and of course, protect the source code. Anyone have any ideas on this issue? Regards, Kunal Jhunjhunwala -- PHP General Mailing List (http://www.php.net

Re: [PHP] Compiling php like C

2001-09-15 Thread Kunal Jhunjhunwala
is burning - - Nostradamus 1654 - Original Message - From: Jack Dempsey [EMAIL PROTECTED] To: Kunal Jhunjhunwala [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, September 15, 2001 12:54 PM Subject: RE: [PHP] Compiling php like C zend encoder (www.zend.com) and there's also an opensource

RE: [PHP] Compiling php like C

2001-09-15 Thread Jack Dempsey
Jhunjhunwala [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 15, 2001 3:27 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Compiling php like C I know about zend, but are there any other alternatives to it?? And isnt really compiling code. Plus it costs a bundle. Regards, Kunal Jhunjhunwala Two

Re: [PHP] Compiling php like C

2001-09-15 Thread Kunal Jhunjhunwala
PROTECTED] To: Kunal Jhunjhunwala [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, September 15, 2001 1:04 PM Subject: RE: [PHP] Compiling php like C yeah, i definitely agree with you, i can't/won't use it, as good as it is there was that one open source project that someone mentioned

Re: [PHP] Compiling php like C

2001-09-15 Thread Kunal Jhunjhunwala
: Saturday, September 15, 2001 1:04 PM Subject: RE: [PHP] Compiling php like C yeah, i definitely agree with you, i can't/won't use it, as good as it is there was that one open source project that someone mentioned here, and i believe the developer said his results were about as good as zend

Re: [PHP] Compiling php like C

2001-09-15 Thread Chris Hobbs
Kunal Jhunjhunwala wrote: Two brothers torn apart by Chaos, while the fortress endures, the great leader will succumb , The third big war will begin when the big city is burning - - Nostradamus 1654 Would you _please_ stop posting this nonsense/hoax?

Re: [PHP] Compiling php like C

2001-09-15 Thread Kunal Jhunjhunwala
Allright guys.. im sorry abt the signiture.. Regards, Kunal Jhunjhunwala - Original Message - From: Seb Frost [EMAIL PROTECTED] To: Kunal Jhunjhunwala [EMAIL PROTECTED] Sent: Saturday, September 15, 2001 9:54 PM Subject: RE: [PHP] Compiling php like C I think you'll find Nostradamus

[PHP] compiling php-4.0.6 with imap-4.2

2001-08-23 Thread Juan Pablo Rivera
Hi to all: Can anybody help me, I need to compile php-4.0.6 with imap-4.2 thaks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Compiling PHP + GD 2.0.1 Documentation

2001-08-04 Thread speedboy
Make php failed: Make sure you don't have gd-1.x header files in /usr/local/include Excellent! That worked. For everyone else, my documentation for installing: Apache with GD, zlib, png, jpg, tiff, pdf support is at:

[PHP] Compiling PHP with pgsql

2001-07-03 Thread N. Pari Purna Chand
Hi I am able to Successfully compile PHP 4.0.6 with imap and pgsql as an Apache DSO. But after make and make install Apache is not restarting saying that it cannot find libpq.so.2 So I copied the libpq.so.2 from /usr/local/pgre/lib/ to /var/lib/apache/libexec but still apache wont restart. I'm

[PHP] Compiling PHP with IMAP

2001-06-30 Thread Sagar Chand
Hiall, I am compiling php4.0.5 with imap support as a DSO for APache. with ./configure --with-apxs. --with-imap And I got an error saying rfc822.h missing. So I downloaded the latest Imap Beta 2001 tilldate And cp'd the c-client to /usr/include And after compiling the imapd and ipop3d I cp'd

[PHP] Compiling PHP 4.0.5 on Tru64

2001-05-10 Thread Daniel Solin
Hi all! I'm having problems compiling PHP 4.0.5 on Tru64, and was hoping that someone could help me. Here's the info: OS: OSF1 bob V5.0 1094 alpha COMPILER: gcc version 2.9-gnupro-99r1 COMPILER: Compaq C V6.1-020 on Compaq Tru64 UNIX V5.0A (Rev.1094) MAKE: GNU

[PHP] compiling PHP 4.04pl1 as dymanic module with Apache 1.3.19

2001-04-21 Thread David Bouw
Hi there, Till now I have always compiled and used PHP as an static module with Apache.. For the experience and to make it a little easier to compile different PHP packages I want to use PHP as an dynamic module.. Reading the documentation this seems easy... First I got apache 1.3.19 and ran:

[PHP] Compiling PHP for Apache.

2001-02-15 Thread Scott Fletcher
Hi! Right now, I'm trying to figure out which step in order is appropriate. I'm going to put it down now, if I got it wrong then help me out with the correct order. Whether it is from scratch or from existing softwares. 1) OpenSSL 2) libmcrypt (Add-on to PHP)

Re: [PHP] Compiling PHP for Apache.

2001-02-15 Thread Martin A. Marques
El Jue 15 Feb 2001 11:47, escribiste: Hi! Right now, I'm trying to figure out which step in order is appropriate. I'm going to put it down now, if I got it wrong then help me out with the correct order. Whether it is from scratch or from existing softwares. 1) OpenSSL

Re: [PHP] Compiling PHP for Apache.

2001-02-15 Thread Ankur Verma
01 8:17 PM Subject: [PHP] Compiling PHP for Apache. Hi! Right now, I'm trying to figure out which step in order is appropriate. I'm going to put it down now, if I got it wrong then help me out with the correct order. Whether it is from scratch or from existing softwares.

[PHP] Compiling php??

2001-02-07 Thread GAYTAN BAHAMONDEZ DANIEL EDUARDO
Hi there, Is there a way to compile php files so that no one can read them but php will undestand them?? something like .exe in win Thanks in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP] Compiling php??

2001-02-07 Thread David Robley
On Thu, 8 Feb 2001 14:18, GAYTAN BAHAMONDEZ DANIEL EDUARDO wrote: Hi there, Is there a way to compile php files so that no one can read them but php will undestand them?? something like .exe in win Thanks in advance http://www.zend.com/zend/products.php#encoder has some

[PHP] Compiling PHP

2001-01-31 Thread php
Hi I am trying to install GD support with jpeg and it appears not to find libjpeg but I can see this. Any ideas on what I am doing wrong. Many Thanks Tony tar -zxvf /home/HOTspecial/src/php-4_0_3pl1_tar.tar cd /home/HOTspecial/src/php-4.0.3pl1 ./configure --with-mysql=/usr/local/mysql \

[PHP] Compiling PHP with --with-apxs

2001-01-20 Thread Jero
Hello, I am trying to compile PHP with the option "--with-apxs" to be able to use both PHP 3 and PHP 4 on the same server.Unfortunately, if I try to use configure with that option ./configure --with-mysql=../mysql --with-ldap=/usr --with-apache=../apache --enable-track-var

Re: [PHP] Compiling PHP with --with-apxs

2001-01-20 Thread Brian Clark
Hello Jero, (J == "Jero") [EMAIL PROTECTED] writes: J checking for Apache module support via DSO through APXS... apxs:Error: J Sorry, no DSO support for Apache available J apxs:Error: under your platform. Make sure the Apache J apxs:Error: module mod_so is compiled into your server J

[PHP] compiling PHP with jpeg-support

2001-01-14 Thread Joakim Bomelin
Hi. I'm trying to compile PHP with jpeg-support, but it doesn't seem to work. my configure-line looks like this: "./configure --with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-mysql --with-gd --with-jpeg-dir=/usr --with-png --with-zlib --with-ttf" and when I run it I get: checking for

Re: [PHP] compiling PHP with jpeg-support

2001-01-14 Thread Joakim Bomelin
Your GD library probably wasn't compiled with jpeg support. When I try to use gdImageJpeg() in a C program I get no errors. Is there a way of telling wheter GD has jpeg support or not? /Joakim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] compiling PHP with jpeg-support

2001-01-14 Thread Rasmus Lerdorf
nm -o libgd.a | grep -i jpeg Triple-check that you don't have multiple versions of libgd.a on your system. -Rasmus On Sun, 14 Jan 2001, Joakim Bomelin wrote: Your GD library probably wasn't compiled with jpeg support. When I try to use gdImageJpeg() in a C program I get no errors. Is

[PHP] Compiling php-3.0.18 with Openldap-2.0.7 support!

2001-01-10 Thread ndemeno
I'm trying to build php-3.0.18 as a shared module of Apache with support for openldap-2.0.7. It compiles, makes and installs without problems, but once I try to start apache it gives the following error: Cannot load /usr/local/apache/libexec/libphp3.so into server:

<    1   2