| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <419596A3.DD18024E@dessent.net> |
| Date: | Fri, 12 Nov 2004 21:07:47 -0800 |
| From: | Brian Dessent <brian AT dessent DOT net> |
| Organization: | My own little world... |
| MIME-Version: | 1.0 |
| To: | cygwin <cygwin AT cygwin DOT com> |
| Subject: | Re: dlopen, Win32 error 126 |
| References: | <200411130509 DOT iAD59LlT021874 AT localhost DOT localdomain> |
| X-IsSubscribed: | yes |
| Reply-To: | cygwin AT cygwin DOT com |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id iAD54cHc011195 |
Äþ»Ô wrote: > > I start apache failure . > ################################################################################### > $ ./apachectl start > Syntax error on line 223 of /etc/apache/httpd.conf: > Cannot load /usr/lib/apache/mod_rewrite.dll into server: dlopen, Win32 error 126 > > ./apachectl start: httpd could not be started > #################################################################################33 > > Could anybody help me? First of all, you should be running Apache as a service and starting/stopping it with "net stop" and "net start" commands. Using apachectl runs it as the current user, which is normally not what you want. Make sure the mod_*.dll files exist and have both 'r' and 'x' permissions for whatever user account is running apache. Also rebaseall if you haven't already. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |