Re: [PHP-INST] How to compile PHP with IMAP option?

2001-08-08 Thread nilesh Dharaiya
In order to compile php with imap you have to download University of Washington Imap C-client library compile and install in. And then compile php with-imap=/path/to/imap-Cclient directory --- Christopher Cheng <[EMAIL PROTECTED]> wrote: > I am new to using PHP with IMAP? > As I recompile PHP, I

[PHP-INST] PHP Installation problem

2001-08-08 Thread Indianic Infotech Limited
I am trying to install PHP 4.0.5 on previous version of php 4.01 on cobalt raq 4server. we are getting following error __ Making all in mysql make[2]: Entering directory `/home/src/php-4.0.5/ext/mysql' Making all in libmysql make[3]: Entering directory `/home/src/php-

php-install Digest 8 Aug 2001 23:32:52 -0000 Issue 403

2001-08-08 Thread php-install-digest-help
php-install Digest 8 Aug 2001 23:32:52 - Issue 403 Topics (messages 3899 through 3907): Apache 1.3.20 + php 4.0.6 + openssl 0.9.6b : segfault 3899 by: Prune Sol7 PHP4.0.6 Apache1.3.20 PGSQL7.1.1 doesn't compile 3900 by: Alexander Tait Brotman Why does imap not work as dl??

[PHP-INST] Re: installation on windows

2001-08-08 Thread nb
Pickup PHP404.exe from http://php.weblogs.com/easywindows (about 3MB, but worth it) This installs everything to the right places - in about 2 minutes. I've used it for PWS on 98, and IIS 4 on NT. There are notes on that site about the minor server configuration required. cheers nb <[EMAIL PROT

[PHP-INST] installation from source on a redhat 7.1 rpm of apache

2001-08-08 Thread Terry Davis
I need a php version with a ton of compile options but I really like the apache that is setup by default on redhat. I would like to build php on top of that. I am having trouble doing this. Anyone have any advice for this? -- Terry Davis Systems Administrator BirdDog Solutions, Inc. (402) 82

[PHP-INST] I not instaling PHP on Cobatl server

2001-08-08 Thread Mehmet COKCEVIK
Hello, I not instaling PHP 4 on cobatl server pls step by step to tell instalitions. Thank you Server : Cobalt RAQ3 OS: Cobalt 5.0

Re: [PHP-INST] Why does imap not work as dl???

2001-08-08 Thread Jani Taskinen
Get the latest CVS snapshot from http://snaps.php.net/ I fixed this just few days ago. --Jani On Wed, 8 Aug 2001, Peter Holm wrote: >Hi, > >I am trying to compile the imap-module as a dl, but if I want to start >apache I get this error: > >PHP Warning: Unable to load dynamic library >'/usr/l

Re: [PHP-INST] PHP and Solaris 8 / iPlanet

2001-08-08 Thread Alfred Lerch
Hi Dale, > recommended web sites probably includes http://benoit.noss.free.fr/php/install-php4.html ? Have you checked the LD_LIBRARY variable ? Would you have some more information ? regards alfred Dale Wright wrote: > > After installing PHP on Solaris 8 with iPlanet 4, the web server will

RE: [PHP-INST] Why does imap not work as dl???

2001-08-08 Thread Mark Roedel
> -Original Message- > From: Peter Holm [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 9:11 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Why does imap not work as dl??? > > > I am trying to compile the imap-module as a dl, but if I want to start > apache I get this err

[PHP-INST] Why does imap not work as dl???

2001-08-08 Thread Peter Holm
Hi, I am trying to compile the imap-module as a dl, but if I want to start apache I get this error: PHP Warning: Unable to load dynamic library '/usr/local/lib/php/20001222/imap.so' - /usr/local/lib/php/20001222/imap.so: undefined symbol: mxdriver in Unknown on line 0 config looks like this:

[PHP-INST] Sol7 PHP4.0.6 Apache1.3.20 PGSQL7.1.1 doesn't compile

2001-08-08 Thread Alexander Tait Brotman
Hello Could someone tell me why PHP4 wont compile on my Sol7 machine? PHP3 works fine and so does Apache by itself. Below is my debug.log and any help would be greatly appreciated. If you need more info please let me know. Thanks. Solaris7 Apache1.3.20 PostgreSQL 7.1.1 PHP4.0.6 (4.

[PHP-INST] Apache 1.3.20 + php 4.0.6 + openssl 0.9.6b : segfault

2001-08-08 Thread Prune
Hi, I'm having a strange problem with all this... php (as DSO) and apache (+SSL support via mod_ssl module (not DSO)) compile fine. Once installed, everything ok too. The problem arise when I define ErrorLog directives in virtualhosts of httpd.conf. If I define only one Errorlog it goes ok. I

php-install Digest 8 Aug 2001 09:59:26 -0000 Issue 402

2001-08-08 Thread php-install-digest-help
php-install Digest 8 Aug 2001 09:59:26 - Issue 402 Topics (messages 3888 through 3898): Re: php.ini is not there after installation !! 3888 by: Siamak Amirghodsi 3889 by: B. van Ouwerkerk cvs make problem ? 3890 by: David Chang Apache 1.3.12 /windows 2k/ PHP

Re: [PHP-INST] Call to undefined function: debugger_on()

2001-08-08 Thread Thies C. Arntzen
On Wed, Aug 08, 2001 at 09:58:59AM +, Patrice Garbe wrote: > Hello ! > > I compiled PHP 4.0.6 with the --enable-debug option but the > function debugger_on() is not defined ! > Is there another option to set ? this function has be deprecated in 4.0 - but there are some debuggers out

[PHP-INST] Installation problem

2001-08-08 Thread Arkoudeas Dimosthenis \( Arkonet \)
Im trying to compile PHP 4.0.6 to a Slackware linux machine with support for mssql (via freetds) and sapdb I send you the debug.log CONFIGURE: './configure' '--with-apxs=/usr/sbin/apxs' '--with-ftp' '--enable-versioning' '--enable-tracking-vars=yes' '--enable-url-includes' '--enable-sysvs

[PHP-INST] LINUX-Curi.s behav. of php4 with gd

2001-08-08 Thread Oliver Heinisch
Hi folks, I made a brand new server with apache 1.3.20 , php4 4.0.6 and all graphics stuff. T1-1.1.1, jpegsrc.v6b, freetype 2.0.4, libpng-1.0.11, zlib-1.1.3 so far so good. everything worked fine while compiling the whole bunch and no errormessages appeared. But when I tried ImagePNG(), php tells

Re: [PHP-INST] Apache 1.3.12 /windows 2k/ PHP

2001-08-08 Thread Phil Driscoll
On Wednesday 08 August 2001 03:21, John Calhoun wrote: > I downloaeded and installed the smaller (1.4MB) version of PHP cause the > bigger one has no clear install method. So how do I configure the apache > 1.3.12 and PHP under windows 2k to get it to work? Read install.txt, then do what it says.

[PHP-INST] installation on windows

2001-08-08 Thread legal
Dear Friends, I am new to PHP (but familiar with ASP,JSP) and would like to have some guidance notes from you. I am using windows 98 OS on my PC with PWS installed on it. I want to install PHP that runs on windows using PWS. For this I have done the following: 1. Downloaded php for windows from

[PHP-INST] Call to undefined function: debugger_on()

2001-08-08 Thread Patrice Garbe
Hello ! I compiled PHP 4.0.6 with the --enable-debug option but the function debugger_on() is not defined ! Is there another option to set ? >From phpinfo() : - Configure command : ./configure [...] '--enable-debug' - ZEND_DEBUG : enabled I set these in php.ini : debugger.port = 1400 debugger.e