php-install Digest 9 Jul 2003 16:33:13 -0000 Issue 1455

Topics (messages 11258 through 11262):

Installing php with image manipulation support
        11258 by: Dan North

Re: apache 2 supported ?
        11259 by: Daniel Wittenberg

Re: How php handles file endings
        11260 by: dooleys

Problem with require() function
        11261 by: fazla

is PHP broken for HPUX ?
        11262 by: Madhu

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi folks

I am trying to install php 5 (mind you I get the same problem with
4.3.2) with GD2 support for image manipulation. I am running Debian 3
with Apache2 and the GD2libs from debian. Whenever we try to call for
any image functions, we get a blank page returned. (in some cases the
html headers are there, but with <body></body>. Here is my configure
statement - can anyone take a look at it and see if I have missed
something? I get no errors during install.

Thanks in Advanced!!

trillian:~/php-5.0.0b1# ./configure
--with-apxs2=/usr/local/apache2/bin/apxs --with-magic-quotes
--enable-libgcc --with-zlib --with-zlib-dir=/usr/local/lib/ --with-bz2
--enable-calendar --enable-dio --with-dom --enable-ftp --with-gd
--with-xpm --with-ttf --with-freetype --enable-gd-native-ttf
--with-gettext --with-mysql=/usr/local/mysql
--with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib
--enable-debug

Dan North
NorthernStorm.ca




--- End Message ---
--- Begin Message ---
Thanks, that's the info I was looking for.  I just needed to know if I
could trust it yet on a high-volume webmail (imp) server, and this tells
me no.  Too bad - I'm anxious to start using Apache 2 for the
performance benefits.

Thanks,
Dan

On Tue, 2003-07-08 at 13:22, Stephen wrote:
> A number of people are using php 4.3 and Apache 2 successfully, but to my
> knowledge it is still in the "beta" testing stages. Basically, it works
> fairly well, but there may be unknown security risks. Use at your own risk.
> 
> Stephen
> 
> ----- Original Message ----- 
> From: "Daniel Wittenberg" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, July 08, 2003 4:10 PM
> Subject: [PHP-INST] apache 2 supported ?
> 
> 
> > I saw on the website long ago that php wasn't recommended for production
> > environments due to the threading in 2.0.  The emails I found in the
> > archive suggested this would be fixed in 4.3.0, since we're almost at
> > 4.3.3 is php safe yet to use with 2.0.46 yet ?
> >
> > Thanks!
> > Dan
> >
> > -- 
> > ===========================
> > Daniel Wittenberg
> > Senior Unix Admin
> > University of Iowa - ITS
> >
> >
> > -- 
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
-- 
Daniel Wittenberg <[EMAIL PROTECTED]>
The University of Iowa


--- End Message ---
--- Begin Message --- Chris Hewitt schrieb:

dooleys wrote:

Hi i've 2 apache servers with php thhe one is linux the other win2k
on the linux machine i have a file called article.php
and i can access it with localhost/article/4985 and i get the site so i can handle everything that is after article with my php script, when i try to do the same on win2k i get an 404 file not found, how can i configure that i can acces the article.php file under win2k as win2kserveradress/article/4985 on the win2k machine is there any apache /php configuration failure ?


Its the DirectoryIndex parameter under mod_dir.c in httpd.conf. Its an apache not php thing.

Regards

Chris

i checked but it's not the directory index,
what i mean is when i have a script called article.php i can call it as article/Parameters under linux, but i can't do so under windows.



--- End Message ---
--- Begin Message ---
I get this message:

Warning: main(lib/user_data.php) [function.main]: failed to create stream:
Permission denied in /home/civitas/Documents/www/civitas/index.php on line
39

Fatal error: main() [function.main]: Failed opening required
'lib/user_data.php' (include_path='.:/usr/share/php') in
/home/civitas/Documents/www/civitas/index.php on line 39

The path is correct because the same php script works on my windows php
installation.

Is there something I need to configure in php.ini?

I use PHP Version 4.3.1, Apache/1.3.27  and SuSE Linux 8.2




--- End Message ---
--- Begin Message ---
I was never able to compile PHP sucessfully as a DSO module with Apache
(version 1 or 2). I have posted this same question 3 days back. No real
feedback.

I have done this more than 100 times in Solaris and Linux? So what is the
main difference. Has some one successfully compiled PHP with
option --with-apxs ?
with HP supplied Apache apps. Or do you think that I should go ahead and
start compiling from Apache source?
OS version: HP 11.11 64 bit
Mysql 4.0.13 32bit
 gcc 3.2.3 32 bit

command used
./configure --with-apxs=/opt/apache/bin/apxs --with-mysql=/usr/local/mysql

With different gcc the error changes drastically. Now I don't know if this
is even a gcc issues?

So my question, has any one sucessfully compiled latest PHP with pretty
latest Mysql for HP UX 11.11
(Unfortunately my management doesn't want to go with Linux , reasons
strange)


Madhu



--- End Message ---

Reply via email to