Re: [PHP] make libphp5.so

2009-02-28 Thread The Doctor
On Sat, Feb 28, 2009 at 09:27:41AM +0100, Per Jessen wrote: > The Doctor wrote: > > > I am running into problems compiling a shared module on > > BSD/OS 4.3.1 . > > > > You neglected to mention _which_ problems. > > [snip] > > I want to surpress static maode and fully concentrate only in the s

Re: [PHP] make libphp5.so

2009-02-28 Thread Per Jessen
The Doctor wrote: > I am running into problems compiling a shared module on > BSD/OS 4.3.1 . > You neglected to mention _which_ problems. [snip] > I want to surpress static maode and fully concentrate only in the so. disable-static, enabled-shared ? -- Per Jessen, Zürich (2.7°C) -- PHP

[PHP] make libphp5.so

2009-02-27 Thread The Doctor
I am running into problems compiling a shared module on BSD/OS 4.3.1 . My configuration is configure \ --prefix=/usr/contrib \ --localstatedir=/var \ --infodir=/usr/share/info \ --disable-static \ --enable-shared \ --enable-embed=shared \ --mandir=/usr/share/man \ --with-elf \ --with-x