Re: [PHP] seg fault with snmp

2001-12-15 Thread kancha
i had also compiled php as cgi without the --with-apxs parameter. then i executed php and core was dumped. the out is as follows. [root@ispms html]# gdb /usr/local/bin/php /var/www/html/core GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT) Copyright 2001 Free Software Foundation, Inc. GDB is free

Re: [PHP] seg fault with snmp

2001-12-15 Thread Brian Clark
* kancha ([EMAIL PROTECTED]) [Dec 15. 2001 02:59]: > I did not get a core dump. I got following in my apache error log file [...] > On Saturday 15 December 2001 13:01, Brian Clark wrote: > > (Be sure to take note of all the little comments on that page) No time to read "all the little comment

Re: [PHP] seg fault with snmp

2001-12-14 Thread kancha
I did not get a core dump. I got following in my apache error log file [Sat Dec 15 13:35:19 2001] [notice] child pid 15278 exit signal Segmentation fault (11) [Sat Dec 15 13:35:19 2001] [notice] child pid 15277 exit signal Segmentation fault (11) [Sat Dec 15 13:35:19 2001] [notice] child pid 15

Re: [PHP] seg fault with snmp

2001-12-14 Thread Brian Clark
* Kancha . ([EMAIL PROTECTED]) [Dec 15. 2001 01:46]: > i had compiled php with following configure > parameters. > > ./configure --with-apxs=/usr/sbin/apxs > --enable-calendar --with-pgsql --with-snmp > --enable-ucd-snmp-hack --enable-wddx --enable-sysvsem > --with-sysvshm --enable-inline-optim

Re: [PHP] seg fault with snmp

2001-12-14 Thread Yasuo Ohgaki
Kancha . wrote: > i had compiled php with following configure > parameters. > > ./configure --with-apxs=/usr/sbin/apxs > --enable-calendar --with-pgsql --with-snmp > --enable-ucd-snmp-hack --enable-wddx --enable-sysvsem > --with-sysvshm --enable-inline-optimization > --enable-ftp --with-gd --en

Re: [PHP] seg fault with snmp

2001-12-14 Thread Kancha .
i had compiled php with following configure parameters. ./configure --with-apxs=/usr/sbin/apxs --enable-calendar --with-pgsql --with-snmp --enable-ucd-snmp-hack --enable-wddx --enable-sysvsem --with-sysvshm --enable-inline-optimization --enable-ftp --with-gd --enable-gd-native-ttf --with-openssl

Re: [PHP] seg fault with snmp

2001-12-14 Thread Rasmus Lerdorf
Backtrace? Works just fine for me on a RH-7.2 box. On Fri, 14 Dec 2001, Kancha . wrote: > I get segmentation fault when i try to execute > snmpwalk or any other snmp related functions. I'm > running php 4.1.0 on RH linux 7.2 with ucd-snmp that > comes along with the linux distribution. I compil