[PHP-INSTALL] Re: Statically linked CLI binary

2004-12-16 Thread Edin Kadribasic
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

[PHP-INSTALL] Re: Statically linked CLI binary

2004-12-16 Thread Edin Kadribasic
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

[PHP-INSTALL] Re: Failure to load php_openssl.dll

2004-07-26 Thread Edin Kadribasic
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 > |

[PHP-INSTALL] Re: 4.3.3 CGI Timout win32

2003-08-27 Thread Edin Kadribasic
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

[PHP-INST] Re: Unable to load dynamic library php_oci8.dll on Windows XP SPK1

2003-01-20 Thread Edin Kadribasic
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

[PHP-INST] Re: [PHP-DEV] PHP 4.2.1 build problems on Solaris (plus fix)

2002-05-17 Thread Edin Kadribasic
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