Re: [PHP] Recompiling PHP with mssql

2007-08-23 Thread Dan Shirah
You shouldn't need to recompile PHP. Just go into your PHP.ini file and uncomment the line: ;extension=php_mssql.dll After that you can go to the [MSSQL] section of the .ini file and change the rest of the settings however you want them. IE. Allow persistent connections, timeouts etc. Then,

[PHP] Recompiling PHP with mssql

2007-08-22 Thread Liz Kim
Hi, I am trying to install Microsoft SQL server functions to PHP 4.3.9 on redhat. When PHP was first installed, it was not configured to include the MSSQL functions. I would like to only add these functions and not touch what is already there... How do I proceed? Any help would be greatly

Re: [PHP] Recompiling PHP with mssql

2007-08-22 Thread Chris
Liz Kim wrote: Hi, I am trying to install Microsoft SQL server functions to PHP 4.3.9 on redhat. When PHP was first installed, it was not configured to include the MSSQL functions. I would like to only add these functions and not touch what is already there... There could be a php-mssql

Re: [PHP] recompiling php

2006-02-27 Thread Jochem Maas
blackwater dev wrote: I am trying to recompile php 5 with freetds so am using this : which specific version? try another [pristine] src tarball. ./configure '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/root/mysql-standard-4.1.9-pc-linux-gnu-i686'

Re: [PHP] recompiling php

2006-02-27 Thread Chris
Jochem Maas wrote: blackwater dev wrote: I am trying to recompile php 5 with freetds so am using this : which specific version? try another [pristine] src tarball. ./configure '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/root/mysql-standard-4.1.9-pc-linux-gnu-i686'

Re: [PHP] recompiling php

2006-02-27 Thread John Nichel
Chris wrote: Jochem Maas wrote: blackwater dev wrote: I am trying to recompile php 5 with freetds so am using this : which specific version? try another [pristine] src tarball. ./configure '--with-apxs2=/usr/local/apache2/bin/apxs'

Re: [PHP] recompiling php

2006-02-27 Thread Curt Zirzow
On Sun, Feb 26, 2006 at 04:23:22PM -0500, blackwater dev wrote: I am trying to recompile php 5 with freetds so am using this : ./configure '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/root/mysql-standard-4.1.9-pc-linux-gnu-i686' '--with-mssql=/usr/local/freetds' Things seem

[PHP] recompiling php

2006-02-26 Thread blackwater dev
I am trying to recompile php 5 with freetds so am using this : ./configure '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/root/mysql-standard-4.1.9-pc-linux-gnu-i686' '--with-mssql=/usr/local/freetds' Things seem ok so I do make and at the end of make I get this error:

Re: [PHP] recompiling php

2005-07-08 Thread Mikhail Makarov
Çäðàâñòâóéòå, blackwater. Âû ïèñàëè 6 èþëÿ 2005 ã., 18:57:17: I have a linux box which I use periodically. I built php 5.0.3 on it and it runs fine. I just came across a situation where I need to compile in the zlib extension so I got into my php folder and did ./configure with my options,

[PHP] recompiling php

2005-07-06 Thread blackwater dev
I have a linux box which I use periodically. I built php 5.0.3 on it and it runs fine. I just came across a situation where I need to compile in the zlib extension so I got into my php folder and did ./configure with my options, then make and make install. I then restarted Apache but when I look

Re: [PHP] recompiling php

2005-07-06 Thread John Nichel
blackwater dev wrote: I have a linux box which I use periodically. I built php 5.0.3 on it and it runs fine. I just came across a situation where I need to compile in the zlib extension so I got into my php folder and did ./configure with my options, then make and make install. I then

Re: [PHP] recompiling php

2005-07-06 Thread Brian V Bonini
On Wed, 6 Jul 2005, blackwater dev wrote: I have a linux box which I use periodically. I built php 5.0.3 on it and it runs fine. I just came across a situation where I need to compile in the zlib extension so I got into my php folder and did ./configure with my options, then make and make

Re: [PHP] recompiling php

2005-07-06 Thread blackwater dev
I install it with this: --with-apxs=/path/to/apxs So what is the order? I cd'd into my php directory and did: ./configure with my options make make install Then I went into my apache folder and did ./configure with options make make install Then rebooted and started apache but when I look at

[PHP] recompiling php

2004-12-10 Thread blackwater dev
I am a linux newbie and I have php 4.3.8 and Apache 2 installed that ws installed with the Fedora 2 install. I am getting errors that php wasn't compiled with mysql support so now I am trying to do that but get this error when I try to compile: Sorry, I cannot run apxs. Possible reasons follow:

Re: [PHP] recompiling php

2004-12-10 Thread Raditha Dissanayake
John Nichel wrote: blackwater dev wrote: Thanks John, I tried the rpm and it throws errors that it can't find the php package required by: php-mysql php-imap php-idap php-mbstring. Thanks! RPM and other binary informations suck. Remove them and install from source code. -- Raditha Dissanayake.

Re: [PHP] recompiling php

2004-12-10 Thread John Nichel
blackwater dev wrote: I am a linux newbie and I have php 4.3.8 and Apache 2 installed that ws installed with the Fedora 2 install. I am getting errors that php wasn't compiled with mysql support so now I am trying to do that but get this error when I try to compile: Sorry, I cannot run apxs.

Re: [PHP] recompiling php

2004-12-10 Thread John Nichel
blackwater dev wrote: Thanks John, I tried the rpm and it throws errors that it can't find the php package required by: php-mysql php-imap php-idap php-mbstring. Thanks! Please reply to the list. What is causing errors? When you try to install the php-mysql rpm? If you installed php via rpm, you

Re: [PHP] recompiling php

2004-12-10 Thread Khan
blackwater dev wrote: I am a linux newbie and I have php 4.3.8 and Apache 2 installed that ws installed with the Fedora 2 install. I am getting errors that php wasn't compiled with mysql support so now I am trying to do that but get this error when I try to compile: Sorry, I cannot run apxs.

[PHP] recompiling php

2004-01-18 Thread John
ive a problem with php and mysql, and was told to re-compile php. is this easy?? i got a box with rhl 9 pre-loaded, with php and mysql installed, but no apache. so i just downloaded the apache binary. php was installed with rpm i think. to recompile, do ive to uninstall php firs t(u can guess im

Re: [PHP] Recompiling PHP with MySQL

2001-05-22 Thread Chris Lee
Jason, Sorry for newbie question, how I compile MySQL from SRPM? I know how to compile from source tar bar but not form SRPM. Simple step to show how would be nice. Thanks in advance. Regards, Chris Lee On 21 May 2001 16:43:48 -0700, [EMAIL PROTECTED] (Jason Murray) wrote: All were

Re: [PHP] Recompiling PHP with MySQL

2001-05-22 Thread Pavel Jartsev
Chris Lee wrote: Jason, Sorry for newbie question, how I compile MySQL from SRPM? I know how to compile from source tar bar but not form SRPM. Simple step to show how would be nice. rpm --rebuild some.src.rpm And compiled binaries will be under /usr/src/RPM/RPMS/. (Talking about

[PHP] Recompiling PHP with MySQL

2001-05-21 Thread Carmen Gene
Hi all, Can anyone please tell me how to recompile Apache/1.3.19 (Unix) (Red-Hat/Linux) mod_ssl/2.8.1 OpenSSL/0.9.6 PHP/4.0.4pl1 mod_perl/1.24_01 on Red Hat Linux 7.1 to work with MySQL? All were installed using Red Hat RPMs. (Is this where I screwed up from the start?) Anyway, MySQL ( ver

RE: [PHP] Recompiling PHP with MySQL

2001-05-21 Thread Jason Murray
All were installed using Red Hat RPMs. (Is this where I screwed up from the start?) Not neccessarily. You might be able to find a PHP RPM with MySQL enabled, or download the source RPM (SRPM), edit the specfile and turn on the options you need (you can then rebuild the RPM so you can