[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-18 Thread Rob
> Seema Alevoor wrote: > > > > No, you need the shared library "apr_ldap-1.so" . > > Looks like the required package didn't get > installed ! > > Check if "SUNWapu13-ldap" has been installed. > > $ pkginfo SUNWapu13-ldap > > But looking at > http://src.opensolaris.org/source/xref/sfw/usr/

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-16 Thread Jyri Virkki
Seema Alevoor wrote: > > No, you need the shared library "apr_ldap-1.so" . > Looks like the required package didn't get installed ! > Check if "SUNWapu13-ldap" has been installed. > $ pkginfo SUNWapu13-ldap But looking at http://src.opensolaris.org/source/xref/sfw/usr/src/pkgdefs/SUNWapch

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-04 Thread Seema Alevoor
On 12/04/08 04:07, Rob wrote: >> No, you need the shared library "apr_ldap-1.so" . >> Looks like the required package didn't get installed >> ! >> Check if "SUNWapu13-ldap" has been installed. >> $ pkginfo SUNWapu13-ldap >> ma. > > # pkg install SUNWapu13-ldap > > Problem Fixed! Good t

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-03 Thread Seema Alevoor
No, you need the shared library "apr_ldap-1.so" . Looks like the required package didn't get installed ! Check if "SUNWapu13-ldap" has been installed. $ pkginfo SUNWapu13-ldap -- Seema. Rob wrote: > sorry, actually, it looks like apr_ldap-1.a is missing: > > ls -al /usr/apr-util/1.3/li

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-03 Thread Seema Alevoor
Does the file exist in /usr/apr-util/1.3/lib/apr-util-1/ directory ? Can you also check if apache is loading (using pldd )the new apr and aprutil libraries in /usr/apr/1.3/lib and /usr/apr-util/1.3/lib directories ? Thanks, Seema. Rob wrote: >> Hi Rob, >> >> Can you please check if apr-ldap-1.so

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-03 Thread Rob
> No, you need the shared library "apr_ldap-1.so" . > Looks like the required package didn't get installed > ! > Check if "SUNWapu13-ldap" has been installed. > $ pkginfo SUNWapu13-ldap > ma. # pkg install SUNWapu13-ldap Problem Fixed! Seems like the dependencies for the Indiana 2008.11

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-03 Thread Seema Alevoor
Hi Rob, Can you please check if apr-ldap-1.so is getting loaded ? Run pldd on the httpd process and search for ldap. $ pldd | grep ldap Thanks, Seema. On 12/03/08 01:59, Rob wrote: >> Hi Rob, >> >> I tried to reproduce the crash at my end (on b100) >> and was able to do so for ldaps:// .

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-03 Thread Rob
sorry, actually, it looks like apr_ldap-1.a is missing: ls -al /usr/apr-util/1.3/lib/apr-util-1/ total 67 drwxr-xr-x 2 root bin 6 2008-11-25 12:35 . drwxr-xr-x 5 root bin10 2008-11-25 12:35 .. -r-xr-xr-x 1 root bin 16392 2008-11-25 12:35 apr_dbd_mysql.a -r-xr-xr-x 1 root bin 17888 2008-11-

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-03 Thread Rob
> Does the file exist in > /usr/apr-util/1.3/lib/apr-util-1/ directory ? > Can you also check if apache is loading (using pldd > )the new apr and > aprutil libraries in /usr/apr/1.3/lib and > /usr/apr-util/1.3/lib > directories ? > > Thanks, > Seema. Yes, the file does exist: # ls -al /usr/apr-

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-03 Thread Rob
> Hi Rob, > > Can you please check if apr-ldap-1.so is getting > loaded ? > Run pldd on the httpd process and search for ldap. > $ pldd | grep ldap > anks, > Seema. I don't thinik that apr-ldap-1.so is getting loaded (see results below) ps -ef |grep httpd backuppc 18006 17962 0 19:36:28

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-02 Thread Seema Alevoor
Hi Rob, I tried to reproduce the crash at my end (on b100) and was able to do so for ldaps:// . But the stack trace looks different. With ldap:// , things work fine. I don't know the root cause yet. There have been many changes between b91 and b101 including apache version upgrade. I will raise

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-02 Thread Rob
> Hi Rob, > > I tried to reproduce the crash at my end (on b100) > and was able to do so for ldaps:// . But the stack > trace looks different. > With ldap:// , things work fine. > > I don't know the root cause yet. There have been many > changes between b91 and b101 including apache version > upg

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-01 Thread Jeff Trawick
Jyri Virkki wrote: > Rob wrote: > >> I recently updated a server from snv91 to snv101b, and now when ever >> i use mod_authnz_ldap to authenticate sites, apache segfaults. >> >> I'm not really sure how to gather more debugging information, the >> apache logs say this: >> >> [Mon Dec 01 16:49:47

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-01 Thread Rob
Hi All, thanks for the fast response. I hope that some of this is helpful? The core dump happens right after i type in my valid ldap login/password. Here's my core dump: pstack core.httpd.17252.u12625 core 'core.httpd.17252.u12625' of 17252:/usr/apache2/2.2/bin/httpd -k start fe032b

[webstack-discuss] mod_authnz_ldap causing apache22 to segfault in snv101b

2008-12-01 Thread Jyri Virkki
Rob wrote: > > I recently updated a server from snv91 to snv101b, and now when ever > i use mod_authnz_ldap to authenticate sites, apache segfaults. > > I'm not really sure how to gather more debugging information, the > apache logs say this: > > [Mon Dec 01 16:49:47 2008] [notice] child pid 1636