From owner-freebsd-hackers Sat Dec 11 23: 8:56 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from onyx.extra.dp.ua (ltty12.dnepr.net.ua [195.248.169.28]) by hub.freebsd.org (Postfix) with ESMTP id D540914D5B; Sat, 11 Dec 1999 23:08:47 -0800 (PST) (envelope-from green@onyx.extra.dp.ua) Received: (from green@localhost) by onyx.extra.dp.ua (8.9.3/8.9.3/BSD) id JAA02806; Sun, 12 Dec 1999 09:08:43 +0200 (EET) Date: Sun, 12 Dec 1999 09:08:43 +0200 From: Alexey Prohorenko To: freebsd-questions@FreeBSD.org, freebsd-hackers@FreeBSD.org Subject: Problem with FreeBSD/Apache! Message-ID: <19991212090843.A2778@la.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have some problem with Apache. I have few Apache modules (written by me), they are working with mySQL databases and based on Apache C API. They works perfectly well at my FreeBSD 2.2.8-STABLE with Apache 1.3.9 and mySQL 3.22.25. When I upgrade my system to FreeBSD 3.3-STABLE (Apache 1.3.9/mySQL 3.22.25) I found that my modules DOES NOT work on it! httpd fails with error 11 (so no core dump created). Some modules works, but I big part -- not. They are using ap_internal_redirect () fucntion, so I checked everything -- may be I did some wrong pathnames? No. Then, I though that this is because I am using gcc/ld and do not use apxs. After using apxs no changes appeared -- still httpd fails! So, I decide to test one of my modules step-by-step. And I found that when I am calling for little function like this: void dummy (void) { } it fails!!! Why? I do not understand. May be you will help me with this problem? At this moment, I think that Apache (or FreeBSD) has problems with ELF binaries. May be Apache couldn't work with ELF binaries correctly? I do not know the reason. Thank you. Looking forward your answer. -- green@la.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message