[PHP] Compiling PHP-GTK with PHP-5.3.1 with VC9

2010-01-16 Thread Thomas Worm
Hello, I tried to compile PHP-GTK 2.0.1 with PHP 5.3.1 on Windows. The first errors I was able to fix. The patch file with my fixes you find as an attachment to this mail. But now I get following error and I don't know why. VC9 doesn't find the SG-definition, but SAPI.h is included in php_gtk+.c.

[PHP] compiling php with libjpg64

2009-02-27 Thread Merlin Morgenstern
Hi there, I am trying to get a 64 bit suse 10.3 system to run with php 5. Somehow it does not recognize the libjpg which is definatelly in place: server:/home/sw/php-5.2.9 # './configure' '--enable-fastcgi' '--with-mysql=/usr/local/mysql' '--prefix=/usr/local/php' '--with-apxs2=/usr/local/ap

[PHP] make test failures (was Re: [PHP] Compiling PHP 5.2.3)

2007-08-30 Thread Eric Gorr
I was able to get past the configure problem. It was apparently associated with the --with-imap option and I don't need imap support. In any case, I got to the make test and got the following failures: = FAILED TEST SUMMARY --

[PHP] Compiling PHP 5.2.3

2007-08-30 Thread Eric Gorr
I am attempting to compile PHP 5.2.3 and am having trouble with the configuration step: configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. I cannot figure this one out. Any help would be

[PHP] Compiling php 5.2.3 / Mac OS X 10.3.9 / "mysql configure failed"

2007-08-01 Thread Rahul Sitaram Johari
Ave, Trying to configure, build & compile PHP 5.2.3 on a Mac OS X 10.3.9 from scratch (Since there is no installer available for Panther). Installed all dependencies. Latest mySQL 5 client/server is installed (Using the mySQL Installer available at the mySQL website). I did not build & compile my

[PHP] Compiling PHP with freetype2 on MacOS X

2006-02-24 Thread Marcus Bointon
Recently I've not been able to compile PHP 5.1.2 on OS X 10.4 with gd and freetype2 support. I've found various threads on this, but none of the proposed fixes work. My configure line includes: --with-gd=/sw --with-freetype-dir=/sw/lib/freetype2 --with-t1lib=/sw It doesn't report any problem

Re: [PHP] compiling php to use imagettftext

2005-11-15 Thread Jason
seems like as soon as I post to the list, I end up figgereing it out.. anyway, heres what ended up working. ./configure -v --with-oci8=/apps/oracle --with-apxs=/local/apache-1333/bin/apxs --with-gd=/local/stuff --with-mysql=/local/stuff --with-curl --with-imap=/local/jason/imap-2002d --with-

[PHP] compiling php to use imagettftext

2005-11-15 Thread Jason
been fighting this for a while but can find no definitave docs that say how exactly and with what options are needed to enable this.. Here is what Im using for my config ./configure -v --with-oci8=/apps/oracle --with-apxs=/local/apache-1333/bin/apxs --with-gd=/local/stuff --with-mysql=/local

RE: [PHP] compiling PHP

2005-11-10 Thread Jay Blanchard
[snip] I have been digitizing a bungh of 35 mm slides for a client and making a static index and putting all of this on a CD. They are getting to the stage where they would like it to be at least somewhat dynamic. On my laptop I have installed XAMPP and it seems to work decently well. Is there s

[PHP] compiling PHP

2005-11-10 Thread Leonard Burton
HI All, I have been digitizing a bungh of 35 mm slides for a client and making a static index and putting all of this on a CD. They are getting to the stage where they would like it to be at least somewhat dynamic. On my laptop I have installed XAMPP and it seems to work decently well. Is there

[PHP] Compiling PHP on AIX 5.3 works fine except for Apache module...

2005-06-29 Thread Sebastien Roy
Hi guys... I compiled PHP 4.3.9 on AIX 5.3 ML02 with this command... # ./configure --enable-calendar --enable-ftp --with-gd --with-gettext --enable-mime-magic --with-mysql --with-iconv --enable-mbstring=all --enable-mbregex --with-apxs=/opt/apps/apache/1.3.33/bin/apxs --with-zlib-dir=/usr/loc

[PHP] Compiling PHP 4.3.11 on FreeBSD 5.4 amd64

2005-05-14 Thread Tim Traver
Hi all, For some reason, when I compile php on my FreeBSD 5.4 machine (amd64 architecture), it is not creating the shared object file. Here is my config : ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-ftp --with-mcrypt=/usr/local -with-openssl -enable-url-fopen-wrapper --enable-ft

Re: [PHP] Compiling PHP 4.3.3 with large file support

2005-01-27 Thread Jon
Ok, I am using Apache 2.0.51, and PHP 4.3.8. I compiled both srpms with the "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" added to the CFLAGS. Attached is the last few lines of an strace httpd -X. Compiling without these flags works fine. ## strace ###

Re: [PHP] Compiling PHP 4.3.3 with large file support

2005-01-27 Thread Marek Kilimajer
Jon wrote: I'm running Fedora Core 1, all packages up to date. I want to add large file support to php. I downloaded the source rpm. Added "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS in the spec file, rebuilt the rpm and installed it. Apache starts fine but I get "[notice] child pid X

[PHP] Compiling PHP 4.3.3 with large file support

2005-01-26 Thread Jon
I'm running Fedora Core 1, all packages up to date. I want to add large file support to php. I downloaded the source rpm. Added "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS in the spec file, rebuilt the rpm and installed it. Apache starts fine but I get "[notice] child pid exit si

Re: [PHP] Compiling PHP with external mySQL libraries

2005-01-07 Thread Richard Lynch
DAvid wrote: > 1) Does adding 'shared,' as a ./configure option mean the module is > compiled > as an external, dynamically loaded module as compared to the module being > statically linked into the 'exe' file? So that adding 'shared,' means I > must > add a line in the PHP ini file to load the ext

[PHP] Compiling PHP with external mySQL libraries

2005-01-06 Thread DAvid
1) Does adding 'shared,' as a ./configure option mean the module is compiled as an external, dynamically loaded module as compared to the module being statically linked into the 'exe' file? So that adding 'shared,' means I must add a line in the PHP ini file to load the extension (or load with a

Re: [PHP] compiling PHP error, please help (configure: error: libjpeg.(a|so) not found.)

2005-01-02 Thread Jason Wong
On Monday 03 January 2005 08:18, Aaron Paulley wrote: > The error I'm getting when running ./configure is this: > > configure: error: libjpeg.(a|so) not found. > > > I know libjpeg is installed, I just installed it. Here is my ./configure: Assuming that you have installed it in a fairly standard l

Re: [PHP] compiling PHP error, please help (configure: error: libjpeg.(a|so) not found.)

2005-01-02 Thread Rasmus Lerdorf
Aaron Paulley wrote: The error I'm getting when running ./configure is this: configure: error: libjpeg.(a|so) not found. I know libjpeg is installed, I just installed it. Here is my ./configure: ./configure --with-mysql --with-apxs=/www/bin/apxs --with-xml --enable-ftp --with-gd --enable-magic-quot

[PHP] compiling PHP error, please help (configure: error: libjpeg.(a|so) not found.)

2005-01-02 Thread Aaron Paulley
The error I'm getting when running ./configure is this: configure: error: libjpeg.(a|so) not found. I know libjpeg is installed, I just installed it. Here is my ./configure: ./configure --with-mysql --with-apxs=/www/bin/apxs --with-xml --enable-ftp --with-gd --enable-magic-quotes --with-jpeg-di

Re[2]: [PHP] Compiling PHP Source guides

2004-12-23 Thread Richard Davey
Hello Raditha, Thursday, December 23, 2004, 3:26:47 PM, you wrote: >> The 'F' in RTFM really means >>'Fine' when used in a PHP context. RD> poor Greg, the political correctness monitors are going to fall on him RD> like a ton of bricks. :) and I have to say - the "F" in RTFM has NEVER stood fo

Re: Re[2]: [PHP] Compiling PHP Source guides

2004-12-23 Thread Greg Donald
On Thu, 23 Dec 2004 16:33:30 +, Richard Davey <[EMAIL PROTECTED]> wrote: > and I have to say - the "F" in RTFM has NEVER stood for "Fine" in my > books :) You people and your double quotes.. pffftt. :) -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/

Re: [PHP] Compiling PHP Source guides

2004-12-23 Thread Raditha Dissanayake
Greg Donald wrote: On Wed, 22 Dec 2004 13:56:39 -0800, Donald Tyler <[EMAIL PROTECTED]> wrote: I do have a rudimentary knowledge of *nix stuff I don't mean to offend, but it doesn't really seem so. Basic *nix skills usually include knowing how to configure, compile, and install software fr

Re: [PHP] Compiling PHP Source guides

2004-12-23 Thread Donald Tyler
Greg Donald wrote: On Wed, 22 Dec 2004 13:56:39 -0800, Donald Tyler <[EMAIL PROTECTED]> wrote: I do have a rudimentary knowledge of *nix stuff I don't mean to offend, but it doesn't really seem so. Basic *nix skills usually include knowing how to configure, compile, and install software f

Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread Greg Donald
On Wed, 22 Dec 2004 13:56:39 -0800, Donald Tyler <[EMAIL PROTECTED]> wrote: > I do have a rudimentary knowledge of *nix stuff I don't mean to offend, but it doesn't really seem so. Basic *nix skills usually include knowing how to configure, compile, and install software from source. The PHP docs

Re: Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread John Holmes
> OK, I guess I'll try to read the instructions again. I *have* tried > reading them on multiple occasions but its just greek to me. Then your next question to the list should be along the lines of: "I have tried the instructions at http://... I got to step X and couldn't get any further. I typ

Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread Donald Tyler
[EMAIL PROTECTED] wrote: Quoting Donald Tyler <[EMAIL PROTECTED]>: I did RTFM. The exact page you linked to in fact: QUOTE: Requirements In order to have these functions available, you must compile PHP with support for the mysqli extension. END QUOTE That is the whole point of my request. I nee

Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread John Nichel
Donald Tyler wrote: I did RTFM. The exact page you linked to in fact: QUOTE: Requirements In order to have these functions available, you must compile PHP with support for the mysqli extension. END QUOTE That is the whole point of my request. I need a guide explaining *how* to compile the PHP S

Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread Bruce Douglas
hope it helps... peace.. -Original Message- From: [EMAIL PROTECTED] Sent: Dec 22, 2004 2:10 PM To: Donald Tyler <[EMAIL PROTECTED]> Cc: php-general@lists.php.net Subject: Re: [PHP] Compiling PHP Source guides Quoting Donald Tyler <[EMAIL PROTECTED]>: > I did RTFM. The exac

Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread rogerk
Quoting Donald Tyler <[EMAIL PROTECTED]>: > I did RTFM. The exact page you linked to in fact: > > QUOTE: > > > Requirements > > In order to have these functions available, you must compile PHP with > support for the mysqli extension. > > > END QUOTE > > That is the whole point of my request. I n

Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread Jason Barnett
Donald Tyler wrote: I did RTFM. The exact page you linked to in fact: QUOTE: Requirements In order to have these functions available, you must compile PHP with support for the mysqli extension. END QUOTE That is the whole point of my request. I need a guide explaining *how* to compile the PHP S

Re: [PHP] Compiling PHP Source guides

2004-12-22 Thread Donald Tyler
I did RTFM. The exact page you linked to in fact: QUOTE: Requirements In order to have these functions available, you must compile PHP with support for the mysqli extension. END QUOTE That is the whole point of my request. I need a guide explaining *how* to compile the PHP Source. John Nichel

Re: [PHP] Compiling PHP Source guides

2004-12-21 Thread Jason Barnett
John Nichel wrote: Donald Tyler wrote: Hi, I am looking for a guide on compiling PHP 4. I am a complete newbie to compiling and have no idea where to start, so any links to guides and/or other useful info would be much appreciated. What OS are you using? I have found compiling on Windows to be

Re: [PHP] Compiling PHP Source guides

2004-12-21 Thread John Nichel
Donald Tyler wrote: Hi, I am looking for a guide on compiling PHP 4. I am a complete newbie to compiling and have no idea where to start, so any links to guides and/or other useful info would be much appreciated. My reason is that I need MySQL 4 support, but I would like to get a general overvi

Re: [PHP] Compiling PHP Source guides

2004-12-21 Thread Christophe Chisogne
Donald Tyler wrote: I am looking for a guide on compiling PHP 4. I am a complete newbie to compiling and have no idea where to start, so any links to guides and/or other useful info would be much appreciated. PHP is a scripting language, no need to compile it. If you're really new, 2 links from t

[PHP] Compiling PHP Source guides

2004-12-21 Thread Donald Tyler
Hi, I am looking for a guide on compiling PHP 4. I am a complete newbie to compiling and have no idea where to start, so any links to guides and/or other useful info would be much appreciated. My reason is that I need MySQL 4 support, but I would like to get a general overview of compiling a pr

Re: [PHP] Compiling PHP with extension; CLI works, Apache doesn't

2004-10-26 Thread Curt Zirzow
* Thus wrote Aaron Gould: > I just compiled PHP with an extension for testing purposes > (mnoGoSearch). After all was said and done, the CLI version sees the > mnogosearch extension just fine ("php -m"), but the Apache module > doesn't see it at all (nothing "mnogosearch" related at all in "PHP

[PHP] Compiling PHP with extension; CLI works, Apache doesn't

2004-10-25 Thread Aaron Gould
I just compiled PHP with an extension for testing purposes (mnoGoSearch). After all was said and done, the CLI version sees the mnogosearch extension just fine ("php -m"), but the Apache module doesn't see it at all (nothing "mnogosearch" related at all in "PHPINFO()"). I've added "extension=m

[PHP] Compiling PHP 5.0.0 on Windows with IIS 5.1

2004-07-13 Thread Sean Vasey
Could anyone explain how to install PHP 5 on Windows running IIS 5.1? I following the supplied instructions but the extensions were not loading and I had them configured correctly in php.ini and when I would create a phpinfo page, there would be access errors and the PHP and Zend logos would not

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread raditha dissanayake
Aaron Gould wrote: Has anyone here had recent success compiling PHP with mnoGoSearch? Consider ASPSeek. It's a spin off from mnogo. It does have a lot of other benefits including faster speeds. -- Raditha Dissanayake. - http://www.raditha.com/megaupload

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Aaron Gould
John Nichel wrote: Aaron Gould wrote: Curt Zirzow wrote: * Thus wrote Aaron Gould ([EMAIL PROTECTED]): "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's make, I get all sorts of errors at the end of the compilation: /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multi

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread John Nichel
Aaron Gould wrote: Curt Zirzow wrote: * Thus wrote Aaron Gould ([EMAIL PROTECTED]): "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's make, I get all sorts of errors at the end of the compilation: /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple definition of

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Aaron Gould
Curt Zirzow wrote: * Thus wrote Aaron Gould ([EMAIL PROTECTED]): "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's make, I get all sorts of errors at the end of the compilation: /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple definition of `mysql_port' Just

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Aaron Gould
Curt Zirzow wrote: * Thus wrote Aaron Gould ([EMAIL PROTECTED]): "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's make, I get all sorts of errors at the end of the compilation: /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple definition of `mysql_port' Just

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Curt Zirzow
* Thus wrote Aaron Gould ([EMAIL PROTECTED]): > "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's > make, I get all sorts of errors at the end of the compilation: > > /usr/lib/mysql/libmysqlclient.a(libmysql.o)(.data+0x4): multiple > definition of `mysql_port' Just a guess b

[PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread Aaron Gould
Has anyone here had recent success compiling PHP with mnoGoSearch? I'm trying to get PHP 4.3.7 and mnoGoSearch 3.1.21 to work together, but it's just not working. mnoGoSearch configures and installs fine (in "/usr/local/mnogosearch"), and PHP configures fine. But during PHP's make, I get all s

Re: [PHP] compiling php with mysql ver3 or 4

2004-05-31 Thread Rachel Rodriguez
--- Richard Kurth <[EMAIL PROTECTED]> wrote: > Hello , > > How can I compile PHP so that it does not mater > what version of > mysql is installed. > If I compile it for mysql 3.X and then upgrade > mysql to ver 4 > PHP will not install. > I get error while loading shared libraries: > li

[PHP] compiling php with mysql ver3 or 4

2004-05-31 Thread Richard Kurth
Hello , How can I compile PHP so that it does not mater what version of mysql is installed. If I compile it for mysql 3.X and then upgrade mysql to ver 4 PHP will not install. I get error while loading shared libraries: libmysqlclient.so.12: cannot open shared object file this is how

[PHP] Compiling PHP on a Itanium 64bits

2004-05-26 Thread Toze Araujo
Does anybody knows how can i compile (or get a compiled binary) for php that works on a Itanium runing on a Windows Server @ 64 bits?   I try searching for a gcc version for the Itanium processor but i couln't found any avaliable, does anybody know were i can find any compiler that works?  

[PHP] compiling php with sablot and curl

2004-04-03 Thread Merlin
Hi there, in my previous post I wrote that I tryed to install php4.x with apache2.x and it generated problems with a module. Now I installed apache 1.3.29 and it still does throw the same errors during make of php4.x My guess is that this is coused because I have compiled sablot and curl by hand

Re: [PHP] Compiling PHP classes/libraries to objects

2004-03-08 Thread Evan Nemerson
On Monday 08 March 2004 04:44 pm, Tariq Murtaza wrote: > Hi All > > Is there any way to use compiled form of libraries/classes in PHP. > Comments please... http://turck-mmcache.sourceforge.net/ > > Regards, > Tariq -- Evan Nemerson [EMAIL PROTECTED] http://coeusgroup.com/en --

[PHP] Compiling PHP classes/libraries to objects

2004-03-08 Thread Tariq Murtaza
Hi All Is there any way to use compiled form of libraries/classes in PHP. Comments please... Regards, Tariq -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Compiling php for MySQL and Apache 2 Newbie

2004-01-14 Thread R'twick Niceorgaw
Hi James, James Marcinek wrote: >Hello Everyone, > >I'm still having problems compiling the latest version of PHP. I have >several issues > >- The apache 2 that was installed was from a Red Hat package. From what I >can tell it is configured in a manner that is similar to the >with-apxs2filter. T

[PHP] Compiling php for MySQL and Apache 2 Newbie

2004-01-14 Thread James Marcinek
Hello Everyone, I'm still having problems compiling the latest version of PHP. I have several issues - The apache 2 that was installed was from a Red Hat package. From what I can tell it is configured in a manner that is similar to the with-apxs2filter. The configuration file that point to this k

[PHP] Compiling PHP on Mandrake 9.1 with Interbase

2003-10-25 Thread Luiz Gustavo Sarubi Macchi
Please, i d like to compile the php because i need to use Interbase I really dont know how to do it ! Has anyone a tutorial to compile it correctly ? thanks a lot any help Gugao -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] compiling php --with imap

2003-08-04 Thread Jason Wong
On Tuesday 05 August 2003 02:26, Merlin wrote: > I want to upgrade to a newer php version (from 4.2.2 to 4.3.2) > > In order to do that I picked my old configure command to reproduce it. The > old php version was build with imap. Now I have found, that the directory > where the file is supposed to

Re: [PHP] compiling php --with imap

2003-08-04 Thread Curt Zirzow
* Thus wrote Merlin ([EMAIL PROTECTED]): > Hi there, > > I want to upgrade to a newer php version (from 4.2.2 to 4.3.2) > > In order to do that I picked my old configure command to reproduce it. The > old php version was build with imap. Now I have found, that the directory > where the file is su

[PHP] compiling php --with imap

2003-08-04 Thread Merlin
Hi there, I want to upgrade to a newer php version (from 4.2.2 to 4.3.2) In order to do that I picked my old configure command to reproduce it. The old php version was build with imap. Now I have found, that the directory where the file is supposed to be has been removed (I guess I have "cleaned"

RE: [PHP] Compiling PHP

2003-07-09 Thread Ralph Guzman
Installing PHP CLI binary:/usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ Installing PHP SAPI module [activating module `php4' in /etc/httpd/conf/httpd.conf] cp libs/libphp4.so /usr/lib/apache/libphp4.so cp: cannot stat `libs/libphp4.so': No such file or directory apx

RE: [PHP] Compiling PHP

2003-07-09 Thread Mike At Spy
-mm=shared --enable-xml --with-db3 --with-pgsql=shared --with-ldap Thanks for any help, -Mike > -Original Message- > From: Ralph Guzman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 08, 2003 5:51 PM > To: 'Mike At Spy'; [EMAIL PROTECTED] > Subject: RE

RE: [PHP] Compiling PHP

2003-07-08 Thread Ralph Guzman
The error you are providing here is because you do not have the required libraries installed. Some of these modules require that the programs or libraries be installed, php does not install them for you. This is an extensive config. Are you sure you need all these. I see that you are trying to ena

RE: [PHP] Compiling PHP

2003-07-08 Thread Mike At Spy
, 2003 3:47 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Compiling PHP > > > > I am doing a new compile of PHP (4.3.3) - anyone know what this error is? > > configure: error: libgds or libib_util not found! > > Here is my configuration: > > ./configure --prefix=/u

[PHP] Compiling PHP

2003-07-08 Thread Mike At Spy
I am doing a new compile of PHP (4.3.3) - anyone know what this error is? configure: error: libgds or libib_util not found! Here is my configuration: ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --enable-safe-mode --wi th-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib

[PHP] compiling php with -DEAPI

2003-02-18 Thread Vitaly
i had compiled php php-4.3.0 for apache. When i start apache: httpd: [Tue Feb 18 15:13:49 2003] [warn] Loaded DSO /usr/libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) as wrote i had recompiled php: > CFLAGS='-DEAPI' configure ...

[PHP] compiling php 4.3.0 with gd

2003-02-06 Thread rdkurth
I am trying to compile PHP 4.3.0 with GD and also with-png,with-jpg and with-freetype. I have installed both png,jpg and freetype2 from a tar file. I was finally able to get it through the configure stage with no errors but now when I run make I am getting the following error. I have know idea what

Re: Re[6]: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread Jason Wong
On Thursday 06 February 2003 19:15, [EMAIL PROTECTED] wrote: > That worked an got me through the configuration but now after doing a > make I get this error. What do I do to fix this. > > /gd_jpeg.c -o ext/gd/libgd/gd_jpeg.lo > /home/tmp/php-4.3.0/ext/gd/libgd/gd_jpeg.c:34: jpeglib.h: No such file

Re[6]: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread rdkurth
Hello Jason, That worked an got me through the configuration but now after doing a make I get this error. What do I do to fix this. /gd_jpeg.c -o ext/gd/libgd/gd_jpeg.lo /home/tmp/php-4.3.0/ext/gd/libgd/gd_jpeg.c:34: jpeglib.h: No such file or directory /home/tmp/php-4.3.0/ext/gd/libgd/gd_jpeg.c:3

Re: Re[4]: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread Jason Wong
On Thursday 06 February 2003 18:37, [EMAIL PROTECTED] wrote: > /usr/lib/libjpeg.so Then use: --with-jpeg-dir=/usr -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development *

Re[4]: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread rdkurth
Hello Jason, /usr/lib/libjpeg.so Thursday, February 6, 2003, 2:19:36 AM, you wrote: JW> On Thursday 06 February 2003 18:15, [EMAIL PROTECTED] wrote: >> I know that is what it means and I do know where libjpeg.so and >> libjpeg.a are on the server. I also have pointed the configuration to >> w

Re: Re[2]: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread Jason Wong
On Thursday 06 February 2003 18:15, [EMAIL PROTECTED] wrote: > I know that is what it means and I do know where libjpeg.so and > libjpeg.a are on the server. I also have pointed the configuration to > where they are with this --with-jpeg-dir=/usr/local/bin > but no mater what I do it still can not

Re[2]: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread Rasmus Lerdorf
> I know that is what it means and I do know where libjpeg.so and > libjpeg.a are on the server. I also have pointed the configuration to > where they are with this --with-jpeg-dir=/usr/local/bin > but no mater what I do it still can not find them.and keeps giving me > the error configure: error:

Re[2]: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread rdkurth
Hello Kevin, It is installed from a tar file Thursday, February 6, 2003, 2:12:15 AM, you wrote: KW> This one time, at band camp, KW> [EMAIL PROTECTED] wrote: >> configure: error: libjpeg.(a|so) not found. KW> Install libjpeg KW> Kevin KW> -- KW> __ KW>

Re[2]: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread rdkurth
Hello Jason, I know that is what it means and I do know where libjpeg.so and libjpeg.a are on the server. I also have pointed the configuration to where they are with this --with-jpeg-dir=/usr/local/bin but no mater what I do it still can not find them.and keeps giving me the error configure: erro

Re: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread Kevin Waterson
This one time, at band camp, [EMAIL PROTECTED] wrote: > configure: error: libjpeg.(a|so) not found. Install libjpeg Kevin -- __ (_ \ _) ) | / / _ ) / _ | / ___) / _ ) | | ( (/ /

Re: [PHP] compiling php 4.3.0 with gd

2003-02-06 Thread Jason Wong
On Thursday 06 February 2003 17:47, [EMAIL PROTECTED] wrote: > I am trying to compile PHP 4.3.0 with GD and also with-png,with-jpg > and with-freetype. I have installed both png and jpg from a tar file > but know mater what I do PHP configure stops with and error. here is > the error I keep getting

[PHP] compiling php 4.3.0 with gd

2003-02-06 Thread rdkurth
I am trying to compile PHP 4.3.0 with GD and also with-png,with-jpg and with-freetype. I have installed both png and jpg from a tar file but know mater what I do PHP configure stops with and error. here is the error I keep getting. checking for GD support... yes checking for the location of libjp

[PHP] compiling php-4.3.0 error message : BrowserMatch regex could not be compiled.

2003-01-23 Thread info
Hello, I compiled php-4.3.0 succesful --with-apxs="...path-to-apxs" after make and make install on a RedHat8.0 box. I started my apache-1.3.27 and got the follwing error message: " Syntax error on line 956 of /usr/local/apache/conf/httpd.conf: BrowserMatch regex could not be compiled. " Any h

[PHP] compiling php

2003-01-08 Thread info
Hello list, just a simple question regarding php - compiling: when I compile php --with-gd="/usr..." How can I get the exact directory of gd (or gd-libs)??? Qualified answers are welcome. Oliver Etzel

Re: [PHP] Compiling php-4.0.6 with MySQL support

2002-12-18 Thread Igor Shulgin
Re: [PHP] Compiling php-4.0.6 with MySQL supportThank you for your answer, Wico! I had deleted '=' after '--with-mysql' but it didn't help me. All these messages about "undefined reference to `mysql..." was repeated. ---

Re: [PHP] Compiling php-4.0.6 with MySQL support

2002-12-18 Thread Wico de Leeuw
At 14:44 18-12-02 +0500, Igor Shulgin wrote: Hi! I cannot compile php-4.0.6 with MySQL support as static module for apache_1.3.20 on FreeBSD 4.4. Early I successfully build and install /usr/ports/databases/mysql323-server and /usr/ports/databases/mysql323-client with standard configuration

[PHP] Compiling php-4.0.6 with MySQL support

2002-12-18 Thread Igor Shulgin
Hi! I cannot compile php-4.0.6 with MySQL support as static module for apache_1.3.20 on FreeBSD 4.4. Early I successfully build and install /usr/ports/databases/mysql323-server and /usr/ports/databases/mysql323-client with standard configuration. I have done following without problems: cd /

Re: [PHP] Compiling PHP and RH Linux

2002-12-14 Thread Chris Hewitt
Todd Cary wrote: I am new to Linux, so the syntax is still quite foreign for setting up compiles. Here is what I need to do: Compile PHP with MySQL, Interbase, and the GD library and then compile Apache so that it has the newly compiled PHP integrated. Can someone refer me to some The INS

[PHP] Compiling PHP and RH Linux

2002-12-14 Thread Todd Cary
I am new to Linux, so the syntax is still quite foreign for setting up compiles.  Here is what I need to do: Compile PHP with MySQL, Interbase, and the GD library and then compile Apache so that it has the newly compiled PHP integrated.  Can someone refer me to some literature on the correct s

[PHP] Compiling php-4.2.3 with gd - make error

2002-12-12 Thread GoodnGo.de \(R\) Zentrale
Hi List, I compiled php-4.2.3 on my RH7.3 box that way ./compile ... --with-gd=/usr ... gd and gd-devel are from RH7.3 base installation I get the following error whil running -> make : In file included from gd.c:83: gd_ctx.c: In function `_php_image_output_ctx': gd_ctx.c:70: structure has no

[PHP] Compiling php-4.2.3 - make error

2002-12-11 Thread info
Hi List, I compiled php-4.2.3 on my RH7.3 box that way ./compile ... --with-gd=/usr ... gd and gd-devel are from RH7.3 base installation I get the following error whil running -> make : In file included from gd.c:83: gd_ctx.c: In function `_php_image_output_ctx': gd_ctx.c:70: structure has no

[PHP] Compiling PHP against net-snmp 5.0.6

2002-10-11 Thread Peter Hicks
Hi everyone I'm having terrible trouble compiling PHP with net-snmp: /bin/sh /usr/local/src/php-4.2.3/libtool --silent --mode=compile gcc -I. -I/usr/local/src/php-4.2.3/ext/snmp -I/usr/local/src/php-4.2.3/main -I/usr/local/src/php-4.2.3 -I/usr/local/apache/include -I/usr/local/src/php-4

Re: [PHP] Compiling PHP with Sablot support

2002-08-27 Thread Dan Hardiker
- but there isnt! heh > - Original Message - > From: "Dan Hardiker" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 27, 2002 2:52 PM > Subject: [PHP] Compiling PHP with Sablot support > > >> Hi All, >> >> I

Re: [PHP] Compiling PHP with Sablot support

2002-08-27 Thread Stas Maximov
HTH, Stas - Original Message - From: "Dan Hardiker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 2:52 PM Subject: [PHP] Compiling PHP with Sablot support > Hi All, > > I have PHP-4.3.0(dev) [php cvs version] and have the followi

[PHP] Compiling PHP with Sablot support

2002-08-27 Thread Dan Hardiker
Hi All, I have PHP-4.3.0(dev) [php cvs version] and have the following configure: ../configure --with-mysql=/usr/local/ --with-gd=/usr/local/ --with-openssl --with-curl --enable-ftp --with-dom --with-xml --enable-trans-sid --enable-sockets --enable-wddx --with-zlib --with-mcrypt=/usr/local/ --wi

Re: [PHP] Compiling PHP on Linux

2002-07-24 Thread Aaron Gould
-- From: "Osman Omar" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 8:35 PM Subject: [PHP] Compiling PHP on Linux > Hi > > I try to compile php and got error message > any idea? > > > system: > Redhat 7.2 &g

[PHP] Compiling PHP on Linux

2002-07-23 Thread Osman Omar
Hi I try to compile php and got error message any idea? system: Redhat 7.2 Apache 2.0.39 (for redhat 7.0 from apache website) php 4.2.2 error messages --- /bin/sh /usr/tmp/php-4.2.2/libtool --silent --mode=compile gcc -I. -I/usr/tmp/php-4.2.2/sapi/apache2filter -I/usr/tmp/php-4

Re: [PHP] Compiling PHP

2002-07-06 Thread Chris Hewitt
Leon, This was discussed on this list at length, ending about a week or so ago. Please look in the archives for it. There was a lot of detail which may be useful to you. Basically the consenus answer was no. Regards Chris Leon Mergen wrote: >Hello, > >I'm currently camping with a problem...

[PHP] Compiling PHP

2002-07-06 Thread Leon Mergen
Hello, I'm currently camping with a problem... I have written a PHP application for a client of mine, however, I do not want have him seeing the source code. I know Zend has the Zend Encoder, however, this piece of software costs $2400 and since this is a one-time encoding request, I think this i

[PHP] Compiling PHP with Java support on a virtual server

2002-07-03 Thread Revathi
Hi all, I have compiled PHP with Java support using the option ./configure --with-prefix="path to lib directory" --with-java="jdk path" on a virtual server. There is no problem with compilation. During compilation it gives Checking for Java Support yes . I made modifications to the php.ini fi

[PHP] Compiling PHP with INFORMIX howto?

2002-07-01 Thread Emile Bosch
Does someone have a good guide on installing php with informix support? also i wish to know wheter it is possible to compile php with this version. ISQL 7.20 Embedded sql for C. 9.14 4GL 7.30 4GL runtime 7.20 Dynamic server 7.30 Java API1.05 Thanks in advance, Emile Bosch -- PHP General

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

2002-06-27 Thread René Moonen
>I had the same problem yesterday afternoon, trying to compile PHP with >Sablotron 0.95. Last week, I did a compile with Sablotron 0.90 and everything >was good, so I downgraded 0.95 to 0.90 and was able to successfully build >PHP. > > That did it for me also... thanks René -- PHP Genera

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

2002-06-27 Thread James Clifford
On Thu, Jun 27, 2002 at 09:14:32AM +0200, René Moonen wrote: > > > >Yes. Since 4.1.x at least. But for XSLT you need to get expat and > >Sablotron and link them into the compile (with the appropriate > >./configure options). > > > > Hum, I did spent some time yesterday on exactly that, bu

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

2002-06-27 Thread Erik Price
On Thursday, June 27, 2002, at 03:14 AM, René Moonen wrote: > Compiling and installing Expat and Sablotron works fine (so it seems) > but after that I get errors compiling PHP with XSLT options. Compiling > without the XSLT options works just fine. These are the PHP options I > use: > >-

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

2002-06-26 Thread René Moonen
> Yes. Since 4.1.x at least. But for XSLT you need to get expat and > Sablotron and link them into the compile (with the appropriate > ./configure options). Hum, I did spent some time yesterday on exactly that, but with no success (yet). I'm using Linux RedHat 7.1. Expat 1.95.3

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 PROTECTE

  1   2   >