Re: Compiling PHP

2007-12-17 Thread Cassiano Bertol Leal
Cassiano Bertol Leal wrote: Hi, I'm trying to compile PHP 5.2.4 from lenny sources with support for oracle and some other stuff. For this, I am using dpkg-buildpkg. Right now, the problem I have is that the compilation ends in: (...) I am using an up-to-date lenny system in an i386 platfo

Compiling PHP

2007-12-17 Thread Cassiano Bertol Leal
Hi, I'm trying to compile PHP 5.2.4 from lenny sources with support for oracle and some other stuff. For this, I am using dpkg-buildpkg. Right now, the problem I have is that the compilation ends in: (...) Generating files configure: creating ./config.status creating main/internal_functions.c

Vs: Re: compiling php with oci8 support

2006-03-31 Thread Joni Lahtinen
>It is difficult to tell without more details. Have you considered >following my HOWTO? Coincidentally, I use a customization of PHP as the >example. > >http://familiasanchez.net/~roberto/howtos/debcustomize > >-Roberto > >-- >Roberto C. Sanchez >http://familiasanchez.net/~roberto > Im reading

Re: compiling php with oci8 support

2006-03-31 Thread Roberto C. Sanchez
Joni Lahtinen wrote: > Debian sarge > > I have oracle XE installed (works with java jdbc) > > I downloaded php4 source. > > #./configure "--with-oci8=$ORACLE_HOME" > all went right > #make > all ok > #make install > all ok > #../apache2 restart > > then php: > > $c = OCILogon('hr', 'hr_passwo

compiling php with oci8 support

2006-03-31 Thread Joni Lahtinen
Debian sarge I have oracle XE installed (works with java jdbc) I downloaded php4 source. #./configure "--with-oci8=$ORACLE_HOME" all went right #make all ok #make install all ok #../apache2 restart then php: error from php-site: Fatal error: Call to undefined function: ocilogon() in /var/w

Re: Compiling PHP with postgres support?

2004-02-18 Thread Brian Brazil
On Wed, Feb 18, 2004 at 12:36:55PM -0500, Danny O'Brien wrote: > According to research, it seems as though we failed to compile PHP with > postgres support at install time. We used Debian packages to install > PHP and don't recall whether compiling with postgres was an option. As you seem to be

Compiling PHP with postgres support?

2004-02-18 Thread Danny O'Brien
We've been getting the following error when testing our PHP pages that make calls to our postgres database: Fatal error: Call to undefined function: pg_pconnect() in /var/www/.php on line 14 According to research, it seems as though we failed to compile PHP with postgres support at install time.

Re: Compiling PHP 4.0.2

2000-10-04 Thread John Travis
On Wed, 04 Oct 2000, Matt \\"ObeseWhale\\" Grinshpun wrote: > I get the following running ./configure... Anyone know a fix? > > checking for flex... no > checking for lex... no > ./configure: flex: command not found > cchecking for flex... lex > checking for yywrap in -ll... no > checking lex outp

Re: Compiling php to slink

1999-07-20 Thread Stephen Pitts
On Tue, Jul 20, 1999 at 03:30:21PM +0100, Mario Jorge Nunes Filipe wrote: > Hi > > I'm trying to compile the latest php in a slink system. During > compilation i get the following errors: > > > -- cd apache && cc -shared -fPIC -DCOMPILE_DL=1 -I.. -I. > -I/usr/include/apache-1.3 -I/usr/include/c

Compiling php to slink

1999-07-20 Thread Mario Jorge Nunes Filipe
Hi I'm trying to compile the latest php in a slink system. During compilation i get the following errors: -- cd apache && cc -shared -fPIC -DCOMPILE_DL=1 -I.. -I. -I/usr/include/apache-1.3 -I/usr/include/c-client -o imap.so ../functions/imap.c /usr/lib/c-client.a -lc cd apache && cc -shared -fP