The general approach that works for me is:
./configure LDFLAGS=-static --disable-libxml --disable-cgi --disable-shared
make LDFLAGS=-all-static
(libxml is compiled in thread mode with pthreads and they don't seem to like
static linking on my system)
Edin
"Daniel L Bingham" <[EMAIL PROTECTED]> w
Hm, on the 2nd try it worked with xml and mysql too, so I guess everything
works fine :)
Edin
"Daniel L Bingham" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I am attempting to statically link a CLI binary for PHP (5.0.2). The
configure and make steps proceed without so much as a
1. php.ini should be in c:\windows
2. have you copied dlls\*.dll to c:\windows\system32?
Edin
"Angus Monro" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello all,
>
> I'm having difficulty getting off the ground with SSL in PHP. With my
> script
> |<%php
> |
There is an error in the 4.3.3 installer package. A new package is being
made. In the meanwhile you can use the installer, and then replace php.exe
with the one shipped in the zip package.
Edin
"Ben" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I just upgraded from 4.3.2 to 4.3.3
You need to have Oracle client on the machine where PHP is installed.
Edin
"Andre Matos" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I am receiving the mensage "Unable to load dynamic library
> "C:\ApacheGroup\PHP\extensions\php_oci8.dll"
>
> I am u
There is indeed a bug in autoconf 2.13, but autoconf 2.53 is even buggier.
It broke many things for people trying to install 4.2.0. The easy solution
for solaris users is to run:
CC=gcc ./configure ...
That should solve the problem.
Edin
- Original Message -
From: "Joerg Prante" <[EMAI