[PHP-INSTALL] configure: error: cyrus-imap version 2.0.8 or greater required

2003-11-02 Thread Michael J. Pelletier
Hello, When I try to compile with cyrus I get checking for cyrus imap support... yes configure: error: cyrus-imap version 2.0.8 or greater required The probem is I have cyrus-2.1.15 installed!!! No matter what I do I can not make the configure script realize that I have a version > 2.0.8! Can

Re: [PHP-INSTALL] PHP on clean OS X Panther install doesn't work

2003-11-02 Thread Ken Tozier
i'm not a mac guy so this may be done by the php install, ...but are the other two lines in httpd.conf. The loadModule and AddModule lines? LoadModule php4_modulelibexec/libphp4.so AddModule mod_php4.c hth, jeff Turns out I was confused. The Apache server is compiled to support PHP, b

Re: [PHP-INSTALL] PHP on clean OS X Panther install doesn't work

2003-11-02 Thread jeffrey_n_Dyke
i'm not a mac guy so this may be done by the php install, ...but are the other two lines in httpd.conf. The loadModule and AddModule lines? LoadModule php4_modulelibexec/libphp4.so AddModule mod_php4.c hth, jeff

[PHP-INSTALL] PHP on clean OS X Panther install doesn't work

2003-11-02 Thread Ken Tozier
I just did a clean install of OS X Panther, turned on personal web sharing, created a test file named "test.php" with the contents "" and placed copies in both my "Sites" and "WebServer/Documents" folder, launched a browser and tried to open the test file, no luck. All I'm getting is a page that

[PHP-INSTALL] DSO installation weirdness Apache 2.0.x and Solaris 8 32 bits

2003-11-02 Thread Luc I. Suryo
Hello, hope there is someone can help me with this... Env: apache 2.0.48 php 4.3.3 Sun C 32 bits compilation Compilation does not show any error however once the module is loaded into apache the server core dumps.. now the weird things is that if I compile all the above in 64 bits it w

[PHP-INSTALL] Re: Problems configuring for Win XP, Apache 1.3.23, php-4.3.3

2003-11-02 Thread Shadow
Did you edit php.ini? Shadow

[PHP-INSTALL] additional fonts for GD/Freetype

2003-11-02 Thread jeffrey_n_Dyke
this very well may be a dumb question, but i'm getting nowhere. i have freetype installed successfully on my RH8 box and php recompiled with --with-freetype. I'm now able to use the TTF functions with GD, but i only have a handful of fonts on my system, is there a place to download more. my RH in

[PHP-INSTALL] PHP 4.3.3, use system regex with apache2

2003-11-02 Thread Ed Martin
hi everyone, not sure if this is the right e-mail, but here goes i'm trying to build php so it uses the system regex library and not the the bundled one, and i have apache 2 and am using slackware 9.0 so far i have tried this configure command, but it doesn't work ./configure --with-apxs2=/usr/

[PHP-INSTALL] php, sbox and virt. hosts

2003-11-02 Thread Charles Williams
hey all, I was wondering if anyone here has used sbox before and if so I have some questions. 1. how does it compare to suexec? 2. does it function with apache 2.x.xx? 3. I was comtemplating setting it up but I'm not sure how to best go about it. Our system is a virt hosting system and have th

[PHP-INSTALL] GD with TTF - compiled, no errors but no text (PHP 4.3.3)

2003-11-02 Thread Morten Fangel
Hi I have compiled PHP (4.3.3) with the following ./configure --- './configure' '--with-mysql' '--with-apxs=/usr/local/apache/bin/apxs' '--with-gd' '--with-zlib-dir' '--enable-gd-native-ttf' '--with-ttf' --- which gives the following GD-entry in the

[PHP-INSTALL] PHP5 beta2 configure script

2003-11-02 Thread Julian Pawlowski
Hi everybody! I just tried out to compile PHP beta 2 the way I do it with PHP4 too: ---snip--- ./configure \ --prefix=/usr/local/php/5.0.0b2 \ --enable-inline-optimization \ --enable-debug=no \ --enable-safe-mode=no \ \ --enable-force-cgi-redirect \ --enable-discard-path=no \ --enable-fastcgi \