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

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 packag

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

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' '--with-mysql=/root/mysql-standard-4.1.9-pc-linux-gnu-i6

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' '--with-ms

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' '--with-mssql=/usr/local/freetds

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 option

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

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

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

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 c

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

Re: [PHP] recompiling php

2004-01-18 Thread Brian V Bonini
On Sun, 2004-01-18 at 15:08, John wrote: > 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,

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 .src.rpm And compiled binaries will be under /usr/src/RPM/RPMS/. (Talking about M

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 instal

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 rein