php-install Digest 24 Feb 2003 03:01:38 -0000 Issue 1261
Topics (messages 10160 through 10164):
Re: Segmentation Fault during Apache Graceful Restart
10160 by: Alan W. Rateliff, II
10164 by: Bat Fung
Re: problems with imagettftext()
10161 by: Frank Schlicht
10162 by: Jonas Geiregat
OS X, LDAP and php 4.3
10163 by: user.domain.invalid
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 ---
----- Original Message -----
From: "Bat Fung" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 22, 2003 4:47 AM
Subject: [PHP-INST] Segmentation Fault during Apache Graceful Restart
> Hii,
>
> I have installed PHP 4.3.1 on Apache 2.0.44 as DSO on Linux (RedHat 8.0).
> Everything works fine except that when I try to do a graceful restart or a
> normal restart for the Apache (via apachectl), PHP module gets a
> segmentation fault. If I first stop Apache and start again (also via
> apachectl), PHP is fine and has no segementation anymore.
>
> Anyone gets some clues what could go wrong?
I was experiencing the same issue in Solaris 8 (both Sparc and Intel) during
graceful restarts, as well as just at random. I figured out that if I
disabled MM as the session handler, my segfaults came to a halt.
I compiled Apache 1.3.27 with PHP 4.3.0 with mm 1.2.2. I was actually
getting both segfaults and bus errors.
Are you using MM for your session handler?
--
Alan W. Rateliff, II : RATELIFF.NET
Independent Technology Consultant : [EMAIL PROTECTED]
(Office) 850/350-0260 : (Mobile) 850/559-0100
-------------------------------------------------------------
[System Administration][IT Consulting][Computer Sales/Repair]
--- End Message ---
--- Begin Message ---
I do get segmentation at random too.
I am very new to PHP though I have been using Apache for a while, so not
sure what MM is!
I configure the PHP installation using:
./configure --with-apxs2 --disable-cgi --disable-cli --with-config-file-path
=/etc/httpd/conf/php --with-mysql=/usr
Not sure if MM would be included in that configuration. Could you shed some
lights on it please?
I am using Worker as the MPM in Apache.
Cheers,
"Alan W. Rateliff" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> ----- Original Message -----
> From: "Bat Fung" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, February 22, 2003 4:47 AM
> Subject: [PHP-INST] Segmentation Fault during Apache Graceful Restart
>
>
> > Hii,
> >
> > I have installed PHP 4.3.1 on Apache 2.0.44 as DSO on Linux (RedHat
8.0).
> > Everything works fine except that when I try to do a graceful restart or
a
> > normal restart for the Apache (via apachectl), PHP module gets a
> > segmentation fault. If I first stop Apache and start again (also via
> > apachectl), PHP is fine and has no segementation anymore.
> >
> > Anyone gets some clues what could go wrong?
>
> I was experiencing the same issue in Solaris 8 (both Sparc and Intel)
during
> graceful restarts, as well as just at random. I figured out that if I
> disabled MM as the session handler, my segfaults came to a halt.
>
> I compiled Apache 1.3.27 with PHP 4.3.0 with mm 1.2.2. I was actually
> getting both segfaults and bus errors.
>
> Are you using MM for your session handler?
> --
> Alan W. Rateliff, II : RATELIFF.NET
> Independent Technology Consultant : [EMAIL PROTECTED]
> (Office) 850/350-0260 : (Mobile) 850/559-0100
> -------------------------------------------------------------
> [System Administration][IT Consulting][Computer Sales/Repair]
>
>
--- End Message ---
--- Begin Message ---
Hello,
> You need to compile php with gd and freetype support
> I also compiled gd with freetype support but not sure if that was needed
> check out http://kemu.ath.cx/info.php to see how I compiled php with gd
> and freetype support
the server seems to be offline. Can you remember the part with gd and
freetype?
Thanks
Frank
--- End Message ---
--- Begin Message ---
Frank Schlicht heeft geschreven:
Hello,
You need to compile php with gd and freetype support
I also compiled gd with freetype support but not sure if that was needed
check out http://kemu.ath.cx/info.php to see how I compiled php with gd
and freetype support
the server seems to be offline. Can you remember the part with gd and
freetype?
Thanks
Frank
Server needed some changes it's up again
--- End Message ---
--- Begin Message ---
I am trying to do a compile for 4.3 on OS X. I have had some success
with 4.2.x, but am getting an odd error now.
When I compile with:
./configure --with-apxs --with-ldap --with-zlib --with-gd --enable-ftp
--with-jpeg-dir=/sw --with-tiff-dir=/sw --with-pdflib=/sw
--with-png-dir=/sw --with-mysql --with-freetype-dir=/sw --enable-sockets
--enable-ftp --enable-track-vars --enable-trans-id
I get:
...
checking for IRCG support... no
checking for Java support... no
checking for LDAP support... yes
configure: error: Cannot find ldap libraries in /usr/lib.
Now the odd thing is, OS X Server 10.2.3 comes with OpenLDAP installed.
I am using it with my current PHP 4.2.x without any problems. Anyone
else have this problem?
Quinn
--- End Message ---