Re: [suse-sles-e] recompiling php

From: Nick Smith (nick.smith79_at_gmail.com)
Date: Tue Jul 11 2006 - 20:29:53 CEST


Message-ID: <bba6100b0607111129r154b5adfnb9eb149e9ea78b43@mail.gmail.com>
Date: Tue, 11 Jul 2006 14:29:53 -0400
From: "Nick Smith" <nick.smith79@gmail.com>
Subject: Re: [suse-sles-e] recompiling php

On 7/11/06, Nick Smith <nick.smith79@gmail.com> wrote:
> On 7/10/06, Michael Galloway <mgx@ornl.gov> wrote:
> > i think you just need to install php-session rpm.
> >
> > -- michael
> >
>
> Ok, I got php4-session installed and restarted apache and when i do
> "php -i | grep session" i get this:
>
> php -i | grep session
> PHP Warning: Unknown(): Unable to load dynamic library
> '/usr/lib/php/extensions/session.so' - libmm.so.13: cannot open shared
> object file: No such file or directory in Unknown on line 0
>
> And Squirrelmail still wont load. I did a search for any files that
> contained libmm and didnt find any on the first 3 cds. Any ideas?
>
> Thanks
>

I have seemed to fix that problem, I found the package
mm-1.3.0-120.1.i586.rpm on CD2 and installed that, I know get this
when i run "php -i | grep session"

php -i | grep session
Configure Command => './configure' '--prefix=/usr'
'--datadir=/usr/share/php' '--mandir=/usr/share/man'
'--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include'
'--sysconfdir=/etc' '--with-_lib=lib' '--with-config-file-path=/etc'
'--with-exec-dir=/usr/lib/php/bin' '--disable-debug'
'--enable-inline-optimization' '--enable-memory-limit'
'--enable-magic-quotes' '--enable-safe-mode' '--enable-sigchild'
'--disable-ctype' '--disable-session' '--without-mysql'
'--disable-cli' '--without-pear' '--with-openssl'
'--enable-force-cgi-redirect' '--enable-discard-path' '--enable-cli'
'--with-pear' 'i586-suse-linux'
session
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => Off => Off
Exit 1

Even though those packages are installed it still says
'--disable-session' under configure. And now when i try to access the
sqirrelmail install instead of giving an error I get a blank page and
this in the error log:

[Tue Jul 11 14:21:19 2006] [notice] child pid 22331 exit signal
Segmentation fault (11)
[Tue Jul 11 14:21:19 2006] [notice] child pid 22332 exit signal
Segmentation fault (11)
[Tue Jul 11 14:21:22 2006] [notice] child pid 22333 exit signal
Segmentation fault (11)
[Tue Jul 11 14:21:23 2006] [notice] child pid 22334 exit signal
Segmentation fault (11)
[Tue Jul 11 14:21:48 2006] [notice] child pid 22335 exit signal
Segmentation fault (11)

Every time i try to access the page it kills the pid. What is going
on here? Did i do something wrong?

Thanks for any and all help.

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: suse-sles-e-unsubscribe@suse.com
For additional commands, e-mail: suse-sles-e-help@suse.com



This archive was generated by hypermail 2.1.7 : Tue Jul 11 2006 - 20:30:04 CEST