Subject Re: [ib-support] interbase.so [Correct]
Author Milan Babuskov
Jose Romero wrote:
> The correct step for to obtain interbase.so is:
>
> 1) make clean
> 2) configure --with-apxs --with-interbase=shared,/opt/interbase
> 3) cd ext/interbase
> 4) make
> 5) cd ../../modules
>
> list this directory and view
> -rw-r--r-- 1 root root 153208 feb 19 09:00 interbase.a
> -rw-r--r-- 1 root root 745 feb 19 09:01 interbase.la
> -rwxr-xr-x 1 root root 164873 feb 19 09:01 interbase.so

I have tried this too, and it works. But interbase.so has different size
(this way it's about 160kB, and when I made it with phpize it was about
40kB). Can you explain what is the diference between the method you
described and the one I used (with phpize) ???

TIA

Milan.