php-install Digest 17 Sep 2002 20:29:57 -0000 Issue 1029

Topics (messages 8480 through 8491):

PHP Install
        8480 by: Ajit Muduli
        8482 by: Peter Houchin

Php in cgi-mod & per-site binary
        8481 by: Haj

Step-by-step explanation for cobalt?
        8483 by: Uwe Birkenhain

Re: make fails on OS X
        8484 by: Joel Rodrigues
        8485 by: Joel Rodrigues

Re: error: loading extensions / php_xslt.dll on win32
        8486 by: Marco Siegl

install problem
        8487 by: Judhas

Segmentation fault
        8488 by: Jens Rosenthal

Problem configuring php with gd on Red Hat 7
        8489 by: David Dawnay
        8490 by: Rasmus Lerdorf

$_ENV superglobal contains compile-time snapshot
        8491 by: Alexi Margo

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 ---

OS:Windows 2000
WS:IIS5
PHP:4


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 4/17/2002
--- End Message ---
--- Begin Message ---

yeah & what do u need help with? that don't tell us anything .... try
looking at the manual
> -----Original Message-----
> From: Ajit Muduli [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 16 September 2002 10:13 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] PHP Install
>
>
>
> OS:Windows 2000
> WS:IIS5
> PHP:4
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.350 / Virus Database: 196 - Release Date: 4/17/2002
>

--- End Message ---
--- Begin Message ---
Hello php-install,

  I use a E-smith distribution (base on redHat 7.3)

  I want to compil PHP in Cgi mod so head virtual host on my
  hosting server can have is own build of php.

  Compilation with success:

[root]# /usr/local/lib/bin/php-config --version
4.2.3


Here what I have

<VirtualHost 0.0.0.0:80>
    ServerName mySite.com
    ServerAlias mySite.com

    User haj                      ## virtual host administrator
    Group site1

    DocumentRoot         /home/e-smith/files/ibays/vhost1/html
    ScriptAlias /cgi-bin /home/e-smith/files/ibays/vhost1/cgi-bin
    Alias       /files   /home/e-smith/files/ibays/vhost1/files

    ScriptAlias /php-bin/ /etc/httpd/conf/vhosts/mySite.com/php-bin/
    Action php-script /php-bin/php
    AddHandler php-script .php .php3 .phtml

[...]

I have copied my php binarie from /usr/local/lib/bin/php to
/etc/httpd/conf/vhosts/mySite.com/php-bin/php

/etc/httpd/conf/vhosts/mySite.com/php-bin/php have permissions
set to: haj.site1 0700


Should work Isn't it ??
Why do I get:

  Forbidden
  You don't have permission to access /php-bin/php/info.php on this server.

when accessing http://mysite.com/info.php ?



-- 
Regards,
 Haj
 [EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
Hi,
I use a cobalt RAQ4 at my provider. The PHP-Version there is rather old, I
would like to upgrade it - but I'm not at all experienced with linux.
Therefore I would love to have a step-by-step explanation how to upgrade
PHP.

Any hints?

Thank's a lot,
Uwe


--- End Message ---
--- Begin Message ---
On Monday, September 16, 2002, at 09:27 , Lou Picciano wrote:

> Hello all...
>
> Hope I can help with this...
>
> Try the current snapshots of php - v4.3 - at snaps.php.net.  I 
> haven't tried
> the compile on Jaguar myself yet, but perhaps can help with 
> this effort on
> OS X in a few days.  I can say that v 4.3 has fixed numerous issues on
> Solaris SPARC and others.
>
> Meanwhile, if the comment below is correct, perhaps the 'dev' 
> version will
> get us where we want to be...
>
> Lou

Thanks Lou, I'll give it a shot soon. I wonder how stable the 
dev version is. Also, I'm not going to be using Jaguar (Mac OS X 
v10.2) any time soon. So, it's 10.1.5 for the present.

- Joel


--- End Message ---
--- Begin Message ---
On Monday, September 16, 2002, at 05:38 , Stewart Dean wrote:

> did you get a response on this?
>
> Joel Rodrigues wrote:
>> OK, I just saw this :
>> <http://www.php.net/release_4_2_0.php>
>> "PHP 4.2.0 still lacks certain key features on Mac OS X and 
>> Darwin, and isn't officially supported by the PHP Group on 
>> these platforms."
>> and "PHP 4.3.0, due to be released in August, 2002, will be 
>> the first PHP release to officially support Mac OS X."
>> So, when's 4.3.0 scheduled for now ?
>> - Joel
>
> -- ====
> Stewart Dean, Unix System Admin, Henderson Computer Resources
> Center of Bard College, Annandale-on-Hudson, New York  12504
> [EMAIL PROTECTED]  voice: 845-758-7475, fax: 845-758-7035

As N.S. Engelmacher says, nobody seems to care. Well, at least 
Lou Picciano pointed out the 4.3 dev version. But, come on, some 
of the PHP powers that be must be reading this. OS X v10.1 has 
been out for a year (just about) now.

At <http://sourceforge.net/forum/forum.php?forum_id=113664> is 
the press release of 25th September 2001 when Apple MacOS X 
(v10.1) and PowerMac G4 servers became available on the 
SourceForge.net Compile Farm.


"Mac OS X and SourceForge.net
Open source developers with projects on SourceForge.net have 
access to Mac OS X through SourceForge's compile farm. Project 
administrators can compile and test their projects on Apple's 
UNIX-based operating system."
<http://developer.apple.com/>

And shouldn't the OS X caveat 
<http://www.php.net/release_4_2_0.php> be mentioned on the 
php.net home page, download page, and (at the very least) on the 
install help page for OS X, 
<http://www.php.net/manual/en/install.macosx.php>.

So, maybe it's neglect, lack of interest, or perhaps something 
more sinister is afoot ? OS X *is* the most ubiquitous Unix 
around.

- Joel


--- End Message ---
--- Begin Message ---
hi horst,
i think your're problem is that you'll need to get the new libexpat.dll
provided from james clark.

visit http://sourceforge.net/projects/expat/ to get the latest expat v1.95.5
(which includes the new libexpat.dll - the older version was called:
"expat.dll", provided with expat v1.95.2)

you probably have a newer php4ts.dll / php_xslt.dll (came up with new php
4.2.3) on your machine telling dependancy checker to call for libexpat.dll,
so don't worry.

good luck!

additionaly, i didn't found an official installation procedure yet, because
i think, the php.net core team supports php on linux with more power, than
php on win32 systems. due to this, the documentation process for php on
linux is always two steps ahead.


greetzalot,
- marco

<mail>[EMAIL PROTECTED]</mail>
<url>http://www.remslakecity.de</url>

----- Original Message -----
From: "HL" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 2:12 PM
Subject: Re: error: loading extensions / php_xslt.dll on win32


> I get this 'module not found'-errors all the time and could not find a
> solution up to now.
> i tried everything this group recommends, but the problem gets weirder and
> weirder.
> I even tried DependencyMaker and it says a libexpat.dll is missing. This
dll
> is not included to the php-4.2.3-distribution. (somebody suggested
expat.dll
> will do - NOT on my machine)
>
> > i found a rersolution to the php_xslt.dll extension installting problem
>
> you're lucky!
>
> > in your php.ini, you have to write: extension_dir = c:/php/extensions
>
> would be d:/php/extensions on my machine. does NOT solve the problem.
>
> > copy the 4 following .dll's to your windows/system32 directory
> > - php/php4ts.dll
> > - php/extensions/php_xslt.dll
> > - php/dlls/expat.dll
> > - php/dlls/sablot.dll
>
> all done. does NOT solve the problem.
>
> I am using IIS 5 on WIN2000/SP3 . But this is definitely not a
> server-related problem i think.
> To me it seems very much as a bug in the php-module-implementation or in
the
> php_xslt.dll itself.
>
> Btw: is there somehing like an official installation procedure?
>
> any help would be very appreciated.
> [EMAIL PROTECTED]
>
>
>
>
>

--- End Message ---
--- Begin Message ---
Hi guys,
Pls let me introduce my self.
My nick is judhas, and i am a new comer in php.

My server already running apache 2.0.40 under windows 2000 server platform.
After download php-4.2.3-Win32.zip, i decide to use sapi method to install php.
I follow the installation instruction in install.txt and put these line in my 
httpd.conf: 
     LoadModule php4_module D:/source/download/php/sapi/php4apache2.dll
     AddModule mod_php4.c
     AddType application/x-httpd-php .php
     AddType application/x-httpd-php-source .phps

But, after follow all steps my apache server can't start with pop up warning :
     The requested operation has failed!

then i added # mark in front of those lines in httpd.conf, and my apache server can 
start it's
service properly.
I don't know what is wrong or missed.
please help me guys.......


Judhas

--- End Message ---
--- Begin Message ---
Hi everyone.

I'm kind of stuck with my installation here. Perhaps anyone could help me.

If installed a brand new Debian(woody)-Server with all our developers need.
With php (4.2.2 and 4.2.3) as module for the apache (dso and compiled in)
the php works absolutely fine.
When I compile this configuration as an executable (yust leaving the
with-apache/with-apxs part from my do_configure-script) the configure
reports no errors.
make does what it should do as well.
But the php-executable resulting from this build is not working. Striting it
from the shell it provides a "Segmentation fault".
I couldn't find any help from the net, so I hope, that anyone can provide a
clue for the problem.

thanks,

Jens

--- End Message ---
--- Begin Message ---
I used the following command:
./configure --with-mysql
--with-apxs=/usr/local/apache/bin/apxs
--with-gd=/usr/local/lib
and got the following error:
configure: error: Unable to find libgd.(a|so) anywhere
under /usr/local/lib
libgd.a is most definately in this directory, but the
error is implacable! Can anyone give me any leads as
to where I might have gone wrong?


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--- End Message ---
--- Begin Message ---
Just use /usr/local

It needs to find the header file as well which is obviously not under
/usr/local/lib

On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay wrote:

> I used the following command:
> ./configure --with-mysql
> --with-apxs=/usr/local/apache/bin/apxs
> --with-gd=/usr/local/lib
> and got the following error:
> configure: error: Unable to find libgd.(a|so) anywhere
> under /usr/local/lib
> libgd.a is most definately in this directory, but the
> error is implacable! Can anyone give me any leads as
> to where I might have gone wrong?
>
>
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
Hello all,

I have tried to locate this issue in list archives and elsewhere, but
without any success; I do apologise if it has arisen before - perhaps
someone could point me to the cause/resolution?

Otherwise, it is most intriguing.. perhaps one of the development team
(or anyone able to RTFS) can shine some light..


I have recently upgraded the PHP/Apache installation on a box to
versions 4.2.2/1.3.26 respectively. Some unusual behaviour has been
observed, noticibly with regard to the envelope sender of emails
generated with mail().

The Apache process is running as user "www" and the mail was injected by
this user. However, the envelope sender was that of the user that
compiled PHP! Further investigation has shown that the entire $_ENV
superglobal variable contains a compile-time snapshot of the
environment, rather than a true run-time breakdown (as suggested should
be the case by the documentation). I suspect that this is incorrect
behaviour and the reason for the incorrect envelope sender.

I hope that someone is able to suggest a resolution, as this is a most
perculiar situation that has not been experienced on any of the other
similar systems under my administration. The OS is OpenBSD 2.9.

Many thanks in advance,
Alexi

-- 
Alexi Margo                                        <[EMAIL PROTECTED]>
--- End Message ---

Reply via email to