Re: [OT] gdb and httpd (mod_perl, PHP)

2001-01-25 Thread Doug MacEachern
make install ... I know that PHP is not compiled in yet... I wanted to try executing "httpd -X" step by step first - just to see if it works. What am I doing wrong? Doesn't PERL_DEBUG=1 add the debugging symbols? yes, but 'make install' probably stripped them. just re-run make,

[OT] gdb and httpd (mod_perl, PHP)

2001-01-24 Thread Alexander Farber (EED)
Hi, I have a bit offtopic question: we have a problem enabling the PHP safe mode under Solaris 2.6 even though it works under Linux. This must be something very simple: everything works fine, but the uid for files is always 1 under Solaris... I tried looking into the source code, but haven't

Re: [OT] gdb and httpd (mod_perl, PHP)

2001-01-24 Thread Alexander Farber (EED)
Sorry! It was a FAQ from http://perl.apache.org/guide/debug.html#gdb_says_there_are_no_debugging_ However I couldn't find IFLAGS_PROGRAM = -m 755 -s or just " -s" anywhere in ~/src/apache_1.3.14/Makefile.tmpl so I had to edit the Makefile. (Stas, don't you want to correct The Guide