Re: Try to make work FrontBase with php


Subject: Re: Try to make work FrontBase with php
From: Ken Schweigert (ken@byte-productions.com)
Date: Fri Dec 01 2000 - 10:07:56 MST


Are you trying to do this PHP4 ? If so, I think the documentation is assuming
you are builing PHP4 from source. Here's what I did:

After installing FrontBase, I downloaded php-4.0.3pl1.tar.gz and uncompressed
it into /usr/src/ . You don't have to put it there, it's just where I put
source files.
    # mv php-4.0.3pl1.tar.gz /usr/src/
    # tar -zxvf php-4.0.3pl1.tar.gz

I then moved fbsql-php-4.0.0.tar.gz into the php directory and uncompressed it.

    # mv fbsql-php-4.0.0.tar.gz /usr/src/php-4.0.3pl1/
    # cd php-4.0.3pl1
    # tar -zxvf fbsql-php-4.0.0.tar.gz

Then just do your configuring of PHP with configure.
    # ./configure --with-fbsql --with-apxs

This will build it with FrontBase support.

Hope this helps.

--
-Ken Schweigert, Aspiring Network Administrator
Byte Productions, LLC
http://www.byte-productions.com
1.231.946.2983 ext. 206

Luis Martínez wrote:

> Hi all: > > I´m newby to all this stuff. > I have PHP working, and FrontBase is working too, but I cannot find the PHP > directory to install the FrontBase file inside it. I know where php3.ini is, > but I cannot ./configure FrontBase. > > Any ideas how can I find the php directory? > Is the /etc/httpd directory, where php3.ini is located, the right one? > Any help will be much appreciated. > > thanks,



This archive was generated by hypermail 2a24 : Fri Dec 01 2000 - 10:02:30 MST