Subject | Re: [ib-support] interbase.so |
---|---|
Author | Jose Romero |
Post date | 2003-02-19T11:43:38Z |
If you want to make an interbase.so. Create the source tree and try
this:
1. ./configure --with-apxs --with-interbase=shared,/opt/interbase
2. cd ext/interbase
3. make clean ; make
The output interbase.so would put on modules/ directory.
--- Milan Babuskov <milanb@...> escribió: > Art Fore wrote:
Jose S. Romero
Advanced Systems - Soluciones Informáticas
Paraná - Entre Ríos - Argentina
Ahora podés usar Yahoo! Messenger desde tu celular. Aprendé cómo hacerlo en Yahoo! Móvil: http://ar.mobile.yahoo.com/sms.html
this:
1. ./configure --with-apxs --with-interbase=shared,/opt/interbase
2. cd ext/interbase
3. make clean ; make
The output interbase.so would put on modules/ directory.
--- Milan Babuskov <milanb@...> escribió: > Art Fore wrote:
> > This is a very elusive file. Have not found where to download it.=====
> > Problem is, I compile php with the --with-interbase=/opt/interbase,
> it
> > compiles fine, installs fine in /usr/local/php. Well, Suse installs
> php
> > in /usr/share/lib/php, so Apacha does not recognize it and come up
> that
> > it has to be compiled or interbase.so loaded with php.ini. Seems to
> be
> > three options here where I have not found any solutions for.
> >
> > 1. Some how get the Suse to add the option to the rpm somehow.
>
> Don't know about this one.
>
> > 2. Some how, change the installation of the new compiled php path
> to
> > overwrite the Suse intallation.
>
> You can overwrite files, or remove files and make symlink to new
> installation. Or, you can recompile Apache...
>
> > 3. Find interbase.so and put it in the proper place and laod it
> with php.ini
>
> Easiest to do. You can make interbase.so from PHP sources. I have
> found
> two ways of doing this, both work. Here's what I use:
>
> a) go to ext/interbase directory in PHP source tree. Run:
> phpize
> ./configure
> make
> make install
>
> And you should have interbase.so in modules directory (IIRC)
>
> HTH
>
> --
>
> Milan Babuskov
> http://fbexport.sourceforge.net
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
Jose S. Romero
Advanced Systems - Soluciones Informáticas
Paraná - Entre Ríos - Argentina
Ahora podés usar Yahoo! Messenger desde tu celular. Aprendé cómo hacerlo en Yahoo! Móvil: http://ar.mobile.yahoo.com/sms.html