| 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://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
| To: | cygwin AT cygwin DOT com |
| X-Injected-Via-Gmane: | http://gmane.org/ |
| Path: | not-for-mail |
| From: | "Javier" <fjpp AT softhome DOT net> |
| Subject: | Re: Apache doesn't run anymore with 1.3.14 |
| Date: | Wed, 30 Oct 2002 15:28:34 +0100 |
| Lines: | 60 |
| Message-ID: | <apoq8j$6pn$1@main.gmane.org> |
| References: | <apkjh7$2vb$1 AT main DOT gmane DOT org> <015201c27f17$ba113360$0a1c440a AT BRAMSCHE> |
| NNTP-Posting-Host: | 213-4-19-147.uc.nombres.ttd.es |
| X-Trace: | main.gmane.org 1035988051 6967 213.4.19.147 (30 Oct 2002 14:27:31 GMT) |
| X-Complaints-To: | usenet AT main DOT gmane DOT org |
| NNTP-Posting-Date: | Wed, 30 Oct 2002 14:27:31 +0000 (UTC) |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 6.00.2800.1106 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
"Ralf Habacker" <Ralf DOT Habacker AT freenet DOT de> escribió en el mensaje
news:015201c27f17$ba113360$0a1c440a AT BRAMSCHE...
>
> Search in this mailing list for 'rebase'.
>
> BTW: After you have found the related informations, you are welcome
to write a
> man page.
Well, I'd be more than glad, _if_ I understood the topic ;)
In any case, searching for "rebase" found this post,
http://sources.redhat.com/ml/cygwin/2002-09/msg00826.html
that gave me a hint where to look!
I did a
less /etc/postinstall/apache-php.sh.done
<<
#!/bin/sh
module=php4
module_dll=libphp4.dll
prefix=/usr
confdir=/etc
libdir=${prefix}/lib/apache
rebase_dlls="${libdir}/${module_dll} ${prefix}/bin/cygbz21.0.dll
${prefix}/bin/cygcrypto.dll ${prefix}/bin/cygintl-1.dll
${prefix}/bin/pq.dll ${prefix}/bin/cygxml2-2.dll
${prefix}/bin/cygz.dll"
cd ${libdir}/new
${prefix}/sbin/apxs -i -a -n ${module} ${module_dll}
${libdir}/new/rebase -d -b 0x68000000 -o 0x10000 ${rebase_dlls}
rm -f ${libdir}/new/${module_dll}
>>
I saw that the "trouble" dll was in the "rebase" section, so taking
the plunge, I did:
/etc/postinstall/apache-php.sh.done
And after some output, I did
public_html> /usr/sbin/apachectl start
/usr/sbin/apachectl start: httpd started
So that was it!! :)
Thanks a lot for the pointers and tips; I wouldn't have been able to
solve it
Javier
--
----
An unbreakable toy is useful for breaking other toys.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |