[EMAIL PROTECTED] Coredump on AIX when AcceptMutex is set to sysvsem

2006-03-03 Thread Lekha Menon
Hi,   When i set AcceptMutex to sysvsem on AIX 5.3, apache 2.0.55 core dumps on start up.   However, when i checked the same on another AIX 5.3 m/c, it worked fine.   is this system specific?       Thanks & Regards,Lekha Menonhttp://www.patni.com World-Wide Partnerships. World-Class Solutions

Re: [EMAIL PROTECTED] How to compile with Gprof

2006-02-07 Thread Lekha Menon
able-gprof. - Original Message - From: Lekha Menon To: users@httpd.apache.org Sent: Tuesday, February 07, 2006 7:09 PM Subject: [EMAIL PROTECTED] How to compile with Gprof Hi,   I want to compile Apache with Gprof enabled. How can i do that?  

[EMAIL PROTECTED] How to compile with Gprof

2006-02-07 Thread Lekha Menon
Hi,   I want to compile Apache with Gprof enabled. How can i do that?   Pls help!   Thanks & Regards,Lekha Menonhttp://www.patni.com World-Wide Partnerships. World-Class Solutions. _ This e-mail message may contain propriet

[EMAIL PROTECTED] apr_uid_current() - what does it mean on Windows??

2006-02-03 Thread Lekha Menon
Hi,   When i use apr_uid_name_get(apr_uid_t *userid, apr_gid_t *groupid, apr_pool_t *p); on WIndows, it sets the userid & groupid to invalid values - i.e if i pass the gid set by apr_uid_name_get to apr_gid_name_get() on WINDOWS, it returns APR_EINVAL.   Why is it so? does the apr_uid_name_g

[EMAIL PROTECTED] Can i have relative path for apr_file_open in UNIX as done on WINDOWS?

2006-02-02 Thread Lekha Menon
Hi,   I have written a module which calls apr_file_open in which i have used a relative path e.g apr_file_open(&thefile, "logs/abc.log",APR_READ,APR_OS_DEFAULT, x_pool);   This seems to be working on Windows platform where it considers \logs\abc.log But it does not get this relative path

[EMAIL PROTECTED] Warnings during configure command execution for Apache 2.0.53 Installation

2006-01-27 Thread Lekha Menon
Hi All,   While trying to install Apache 2.0.53, i get the following warnings -   configure: WARNING: db43/db.h: present but cannot   be compiledconfigure: WARNING: db43/db.h: check for   missing prerequisite headers?configure: WARNING: db43/db.h: see the Autoconf   documentationconfi

[EMAIL PROTECTED] AIX 5.3 - Apache 2.0.55 Starts & Stops very slowly

2006-01-24 Thread Lekha Menon
Hi,   I have installed Apache 2.0.55 on AIX 5.3 OS. Starting & Stopping apache on this OS takes a long time. I had set the Loglevel to DEBUG, the apache start & stop operations did not give any error in error_log file.   I installed Apache 2.0.55 on AIX 5.1 OS. It works fine.   On AIX 5.3, A

[EMAIL PROTECTED] Compiling a new module in Apache 2.0.55

2006-01-19 Thread Lekha Menon
Hi,   I had created an apache module & have built on Windows.   Now, i need to port the same on to Linux.   On windows, building the source code was simple  - by making changes in the Makefile.win files.   What are the basic steps to compile a new module on Linux? I have seen 2 files relate

[EMAIL PROTECTED] Installation Error of Apache 2.0.55 related to Berkeley DB

2006-01-19 Thread Lekha Menon
h_dbm". But it says that the feature is incorrect -"configure: error: invalid feature name: module=auth_dbm". Can anyone please help out? Thanks & Regards, Lekha Menon http://www.patni.com World-Wide Partnerships. World-Class Solutions.

Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
+49-178-8855-712 Fax: +49-178-998855-712 mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Unilog Avinci Klenzestr. 57b D-80469 München http://www.unilog-avinci.de <https://webmail.unilog.de/exchweb/bin/redir.asp?URL=http://www.unilog-avinc i.de> ____ Von

Re: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
; Thanks > > Mahesh S Kudva > > > -Original Message- > From: "Lekha Menon" <[EMAIL PROTECTED]> > To: > Date: Wed, 18 Jan 2006 14:17:22 +0530 > Subject: [EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3 > > > Hi, > &g

[EMAIL PROTECTED] Slow start of Apache 2.0.55 on AIX 5.3

2006-01-18 Thread Lekha Menon
Hi, I have installed Apache 2.0.55 on AIX 5.3 machine. For installation, i have used the command "configure --prefix=". Apache was installed properly without any errors. However on startup, i.e. execution of "apachectl start", it starts apache v slowly. Same for "apachectl stop". I have not mod