[PHP-INSTALL] Trouble Applying Seiler's Closure patch to 5.3

2008-06-13 Thread Weston C
Hi, I'm trying to install PHP 5.3 (June 13th release) with Christian Seiler's closure patch listed here: http://www.christian-seiler.de/temp/closures-php-5-3.patch The patch goes smoothly through zend.c, zend_API.c, zend_compile.c, zend_compile.h, zend_execute.c, and zend_execute_API.c. But whe

[PHP-INSTALL] Trouble Building RPM's on SuSE 10.0

2007-06-21 Thread Peter A. Barry
Hello, I need to create the php5-5.2.2 RPM's for SuSE 10.0 to install on several production systems. However, when I run the makerpm script, it appears that the build completes, but the creation of the RPM's fails with the following output: Build complete. Don't forget to run 'make test'. + mv

[PHP-INSTALL] Trouble getting information

2007-02-13 Thread Vince Bravdica
I have searched but find no answer to my questions, so here they are. Windows XP Pro with Apache 2.2.3 PHP 5 I go through the procedure of installing the Apache, then the Perl, then MySQL. The add : LoadModule php5_module "C:\PHP\php5apache2_2.dll ScriptAlias /php/ "c:/php/" AddType applicati

[PHP-INSTALL] Trouble getting information

2007-02-08 Thread Vince Bravdica
I have searched but find no answer to my questions, so here they are. Windows XP Pro with Apache 2.2.3 PHP 5 I go through the procedure of installing the Apache, then the Perl, then MySQL. The add : LoadModule php5_module "C:\PHP\php5apache2_2.dll ScriptAlias /php/ "c:/php/" AddType applicati

Re: [PHP-INSTALL] Trouble with PHP 5

2007-01-21 Thread Tamer Higazi
Installation Steps for PHP as apache2 module (not CGI): 1. Download Apache2 and install it anywhere 2. Download PHP 5.2.0 and unzip it in C:\php 3. you have to tell apache2 where to load the module! The module for apche 2.0: php5apache2.dll or apache 2.2: LoadModule php5_module "c:/php/php5apache

[PHP-INSTALL] Trouble with PHP 5

2007-01-21 Thread Vince Bravdica
I cannot seem to get PHP to function with Apache server. I have uninstalled it a few times and keep getting the same issues. When I do a LoadModule, I cannot restart Apache. When I #(rem) it out, I can, but then no PHP. Any Ideas? OS Windows XP Pro 1.6mhz 540 Ram 160MB HD Vince Bravdica Preside

[PHP-INSTALL] Trouble when building PHP with Postgres

2006-10-04 Thread Jon Earle
Hi folks, System is RedHat 7.2 with kernel 2.4.9-34, glibc 2.2.4. Trying to build PHP 4.4.4 with Postgres 8.1.4 and am having some issues. As I will need to build this on a fairly wide variety of platforms, I am reducing my build and maintenance complexity by only wanting to use the Postgres cli

Re: [PHP-INSTALL] trouble compiling PHP5 with MySQL 5.

2006-05-03 Thread Dan McCullough
Yes that did the trick :) On 5/3/06, Dan McCullough <[EMAIL PROTECTED]> wrote: I think I have figured it out. I'm compiling now and waiting to see. What I did was I downloaded the binaries to start off, after sending this email I realized that the binaries dont have the shared libraries, and so

Re: [PHP-INSTALL] trouble compiling PHP5 with MySQL 5.

2006-05-03 Thread Dan McCullough
I think I have figured it out. I'm compiling now and waiting to see. What I did was I downloaded the binaries to start off, after sending this email I realized that the binaries dont have the shared libraries, and so that might be the issue. I got the source from mysql and compiled and ran make

[PHP-INSTALL] trouble compiling PHP5 with MySQL 5.

2006-05-03 Thread Dan McCullough
checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no That is what I get when I compile pointing to the MySQL di

[PHP-INSTALL] Trouble installing on an Intel Mac

2006-04-09 Thread Jeff Fitzmyers
Hi, I have source version 5.1.2. I run: "./configure --with-pgsql=/ usr/local" and everything looks okay. Then I try "make" and get: ... _lo_tell _lo_unlink _lo_write collect2: ld returned 1 exit status make: *** [sapi/cgi/php] Error 1 What can I do to get this to work? I have MacBook Pro with

[PHP-INSTALL] Trouble compiling php-5.1.1

2006-01-01 Thread Joe Jerome
Hi, I have been trying to compile php-5.1.1 using a modified script that I used successfully to compile 5.0.4 (included as an attachment). When I run it, I get a configuration error as follows: configure: error: libjpeg.(a|so) not found. If I remove the '--with-gd' from the script, it comp

RE: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-07 Thread Bell, William IT
riginal Message- From: Luc I. Suryo [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 7:18 PM To: Bell, William IT Cc: Luc I. Suryo; Andy Fiddaman; php-install@lists.php.net Subject: Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install Hi Bill, > Hey Andy, &g

Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Luc I. Suryo
Hi Bill, > Hey Andy, > I tried again, and it took the 'crle' commands to make it work. The > 'configure' ran successfully this time; no ATTENTION message. Woohoo! > :) > > I kicked off the 'make' and we'll see where that ends up tomorrow > morning (takes a while to run). I've already seen a c

RE: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Bell, William IT
ll, William IT Sent: Tuesday, December 06, 2005 5:58 AM To: 'Luc I. Suryo' Cc: Andy Fiddaman; php-install@lists.php.net Subject: RE: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install Hey Andy, I tried again, and it took the 'crle' commands to mak

RE: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Bell, William IT
I. Suryo [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 5:27 PM To: Bell, William IT Cc: Andy Fiddaman Subject: Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install kinda of a lame solution BUT how about this recompile everyting with Sun's CC

RE: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Andy Fiddaman
On Tue, 6 Dec 2005, Bell, William IT wrote: ; Thanks Andy, I appreciate the help. I gave it a shot, but unfortunately ; it didn't work. I get the same error in the debug.log output. ; ; Thanks for trying. Please let me know if you think of anything else I ; can try. ; ; Regards, ; -Bill Ok,

RE: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Bell, William IT
EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 4:13 PM To: Bell, William IT Cc: php-install@lists.php.net Subject: Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install On Tue, 6 Dec 2005, Bell, William IT wrote: ; Hi, ; I'm trying to run the PHP 5.1.1 '

Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Andy Fiddaman
On Tue, 6 Dec 2005, Bell, William IT wrote: ; Hi, ; I'm trying to run the PHP 5.1.1 'configure' on a SPARC box, and I keep ; getting the following error at the end of the run: ; ++ ; | *** ATTENTION *** ; |.

[PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Bell, William IT
Title: Trouble running configure on Solaris 9, Apache, MySQL install Hi, I’m trying to run the PHP 5.1.1 ‘configure’ on a SPARC box, and I keep getting the following error at the end of the run: ++ |  

Re: [PHP-INSTALL] Trouble with Formatting Paragraphs

2005-04-20 Thread Ryan Grange
[EMAIL PROTECTED] wrote: I'm having trouble formatting paragraphs within PHP. I have a story that was inserted using an online web form. For each new paragraph created, I want PHP to display those broken paragraphs on a web page instead of it coming up with one tag and a bunch of tags. I'm tryi

Re: [PHP-INSTALL] Trouble with Formatting Paragraphs

2005-04-20 Thread Ryan Grange
[EMAIL PROTECTED] wrote: I'm having trouble formatting paragraphs within PHP. I have a story that was inserted using an online web form. For each new paragraph created, I want PHP to display those broken paragraphs on a web page instead of it coming up with one tag and a bunch of tags. I'm tryi

[PHP-INSTALL] Trouble with Formatting Paragraphs

2005-04-19 Thread [EMAIL PROTECTED]
I'm having trouble formatting paragraphs within PHP. I have a story that was inserted using an online web form. For each new paragraph created, I want PHP to display those broken paragraphs on a web page instead of it coming up with one tag and a bunch of tags. I'm trying to use CSS to indent

[PHP-INSTALL] Trouble

2005-03-24 Thread Poly Optics
Im trying to build/update apache with WHM, whenever i do i get this:   configure php-4.3.10...(--with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-calendar --enable-ftp --with-mcrypt --enable-magic-quotes --with-mysql --enable-discard-path --with-pear --enable-sockets

[PHP-INSTALL] Trouble building PHP5 with local build of libxml2

2004-09-30 Thread satar
I'm having problems building PHP5 with the enable-soap option. Since my webhost will not update libxml2 to the correct version for php5, i have to build my own version of it before building php5. So, i built libxml2-2.6.12, installed it to a local directory, and configured the php option --with-l

[PHP-INSTALL] trouble installing php 4.3.7 on Solaris 9

2004-07-12 Thread George W. Miller
Hello, I am having difficulty installing php 4.3.7 on a Sun box running Solaris 9. Thanks for any help you might provide. George My command line is: ./configure \ --with-pgsql \ --enable-libgcc \ --with-imap=../imap-2004 \ --with-gettext \ --with-mcrypt=/usr/local/libmcrypt \ --with-openssl \ --ena

Re: [PHP-INSTALL] Trouble with install with apache

2004-03-30 Thread Kolie
AIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How did you install Apache2 and what options did you configure PHP with? > > Neil > > -Original Message- > From: Kolie > To: [EMAIL PROTECTED] > Sent: 30/03/2004 08:09 > Subject: [PHP-INSTALL] Trouble with ins

Re: [PHP-INSTALL] Trouble with install with apache

2004-03-30 Thread Chris Hewitt
Neil Fryer wrote: How did you install Apache2 and what options did you configure PHP with? Neil -Original Message- From: Kolie To: [EMAIL PROTECTED] Sent: 30/03/2004 08:09 Subject: [PHP-INSTALL] Trouble with install with apache Im using fedora core 1, apache 2, and php 4.3.5. When I

RE: [PHP-INSTALL] Trouble with install with apache

2004-03-30 Thread Neil Fryer
How did you install Apache2 and what options did you configure PHP with? Neil -Original Message- From: Kolie To: [EMAIL PROTECTED] Sent: 30/03/2004 08:09 Subject: [PHP-INSTALL] Trouble with install with apache Im using fedora core 1, apache 2, and php 4.3.5. When I load up my page to

[PHP-INSTALL] Trouble with install with apache

2004-03-30 Thread Kolie
Im using fedora core 1, apache 2, and php 4.3.5. When I load up my page to view index.php, it comes up with the source of the php, its like it didnt parsee the page... what going on here, what should i do to fix this?

[PHP-INSTALL] Trouble finding gettext on SuSE AMD64

2004-03-23 Thread Richard Mixon (qwest)
Hello, I am a relative PHP/Linux newbie and am trying to get PHP 4.3.3 to work on SuSE Linux Enterprise Server for AMD64 (AMD's Opteron chip). But it seems that SuSE's enterprise servers are quite a bit back-level in many cases (in the nameof stability I think). I am able to build PHP fine, unt

[PHP-INSTALL] Trouble Installing PHP with pfpro on Mac OS X

2003-09-26 Thread BCP
Thanks for taking the time to read this. Has anyone installed PHP on Mac OS X Server with support for Verisign's PayFlow Pro (--with-pfpro)? I am currently trying to do so and it doesn't seem feasible. Verisign says they only support the use of their Pure Java SDK (http://kb.verisign.com/esuppor

Re: [PHP-INST] Mac OSX PHP Install Trouble

2003-02-21 Thread Russell Harding
Hey There, If you're using php with apache and mysql (which near as I can tell is what you're doing) you don't need dev-tools, as php is shipped with MacOS X. Simply uncomment the "AddModule" and "LoadModule" lines for php4 in /etc/httpd/httpd.conf Also, uncomment the "AddType" lines for php4

Re: [PHP-INST] Mac OSX PHP Install Trouble

2003-02-21 Thread Steve Cayford
Did you install the developer tools from Apple? You'll need them to compile php. -Steve On Friday, February 21, 2003, at 03:41 AM, EOS Technologies wrote: while installing the latest version of php on my mac i cam across the following problem: [Jezebel:/apps/php-4.3.0] root# ./configure --wit

[PHP-INST] Mac OSX PHP Install Trouble

2003-02-21 Thread EOS Technologies
while installing the latest version of php on my mac i cam across the following problem: [Jezebel:/apps/php-4.3.0] root# ./configure --with-mysql --with-apxs loading cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no checking for working sed... sed ch