Subject | Re: [firebird-php] Re: PHP 5.3 compilation VC6 |
---|---|
Author | Umberto Masotti |
Post date | 2009-06-06T15:57:34Z |
Lester Caine ha scritto:
include user environment vars path to Firebird's lib and include
subdirs. I don't believe that copying files is the right thing to do
anyway: if you try to compile for against different fbclient version,
your risk is to forget where is which.
BTW php-interbase.dll would be in .\Release_Ts subdir as other compiled
and linked objects.
Did you build from terminal session or loading project file from IDE?
Ciao.
MImmo.
> OK - the reason it looks strange is because it does not work ;)Strange. I configured --with-interbase=shared only and added in lib and
> I've modified it on the copy here so that --with-interbase=xxx:shared
> actually finds the include and lib directories in my Firebird install
> ... then configure reports that ext\interbase [shared] is enabled ...
>
> But as yet I've not been able to make it :( It says 'ext\interbase' up
> to date but I can't see anything created for it. I don't know if it's
> failing for the same reason that the configure was failing - with
> missing parts to the path - but even copying the files to the
> ...\php5\ext\interbase\include and \lib_ms directories does not help :(
>
include user environment vars path to Firebird's lib and include
subdirs. I don't believe that copying files is the right thing to do
anyway: if you try to compile for against different fbclient version,
your risk is to forget where is which.
BTW php-interbase.dll would be in .\Release_Ts subdir as other compiled
and linked objects.
Did you build from terminal session or loading project file from IDE?
Ciao.
MImmo.