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 inf

Re: [PHP] Compiling php??

2001-02-08 Thread Martin A. Marques
El Jue 08 Feb 2001 00:48, GAYTAN BAHAMONDEZ DANIEL EDUARDO escribió: > 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 I think zend will (or is) do that. Saludos... ;-) -- System Administration: It's

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...

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

RE: [PHP] Compiling PHP

2003-07-08 Thread Mike At Spy
Actually, I think I found the issue. Now I am getting: configure: error: build test failed. And I changed my config to be: ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd --with-mysql --with-png --with-pear --with-gettext=/usr --enable-safe-mode --with-config- file-path=/etc/ht

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-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-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 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) O

Re: [PHP] Compiling PHP for Apache.

2001-02-15 Thread Ankur Verma
you might find this useful http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Scott Fletcher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 8:17

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

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

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-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-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 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 on Linux

2002-07-24 Thread Aaron Gould
Here's how to get it to work (thanks to somebody on Google Groups)... 1. Open up the file php_functions.c in /sapi/apache2filter/ 2. Change MODULE_MAGIC_AT_LEAST to AP_MODULE_MAGIC_AT_LEAST (Note the addition of "AP_") 3. Save the php_functions.c file and try running configure again Keep i

RE: [PHP] Compiling php like C

2001-09-14 Thread Jack Dempsey
zend encoder (www.zend.com) and there's also an opensource project...can't recall the name or link, but you can find it if you search the archives jack -Original Message- From: Kunal Jhunjhunwala [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 15, 2001 3:04 AM To: [EMAIL PROTECT

Re: [PHP] Compiling php like C

2001-09-14 Thread Kunal Jhunjhunwala
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 > z

RE: [PHP] Compiling php like C

2001-09-15 Thread Jack Dempsey
rom: Kunal 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 Jhunjhu

Re: [PHP] Compiling php like C

2001-09-15 Thread Kunal Jhunjhunwala
ck Dempsey" <[EMAIL 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 i

Re: [PHP] Compiling php like C

2001-09-15 Thread Kunal Jhunjhunwala
ROTECTED]>; <[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 here, and

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? http://www.snopes2.com/inboxer/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 ph

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

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 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

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 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-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-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 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 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 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 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 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: [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-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 with jpeg-support

2001-01-14 Thread Rasmus Lerdorf
Your GD library probably wasn't compiled with jpeg support. -Rasmus On Sun, 14 Jan 2001, Joakim Bomelin wrote: > 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

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 a

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

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> apxs

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

Re: [PHP] Compiling PHP with Sablot support

2002-08-27 Thread Stas Maximov
Hi, There should be a new entry like "XSLT enabled" under "XML enabled" in your PHPinfo in case of successful set-up. I'm not very familiar with the Unix build, but just to be sure can you check if you uncommented the xslt extension in your php.ini file (if any)? HTH, Stas - Original Message

Re: [PHP] Compiling PHP with Sablot support

2002-08-27 Thread Dan Hardiker
> There should be a new entry like "XSLT enabled" under "XML enabled" in > your PHPinfo in case of successful set-up. Thats what Im looking for, but cant find it... however the configure line still says its in there. > I'm not very familiar with the Unix build, but just to be sure can you > chec

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' '--enable-magic-quot

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: > >./con

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-

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

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: 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 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

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 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
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 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-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

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.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 w

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 --prefix=/path/to/

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 --

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

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

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 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] 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 --

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

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

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

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