This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Apache mod_ssl fork problem


Andrew,

On Mon, Jul 07, 2003 at 02:33:07PM +0100, andrew brian clegg wrote:
> On Mon, 7 Jul 2003, Jason Tishler wrote:
> > On Mon, Jul 07, 2003 at 11:11:13AM +0100, andrew brian clegg wrote:
> > > Thanks, I'll try it tonight when I get home. Just out of curiosity
> > > -- I rebased everything in /bin as well as /lib/apache, and
> > > cygssl.dll is in /bin -- what does rebaseall do differently that
> > > will make it work for cases where rebase didn't?
> > 
> > See the rebase README:
> > 
> >     http://www.tishler.net/jason/software/rebase/rebase-2.2.README
> 
> That doesn't really answer my question -- the point being that
> cygssl.dll is in /bin and I rebased /bin/*.dll without getting any
> warnings about dlls being in use.

OK, I will try again...

To quote from the above README:

    The rebaseall utility is a convenient way for users that suffer
    from the Cygwin rebase problem to rebase their entire system (i.e.,
                                                   ^^^^^^
    all of their DLLs).  
    ^^^^^^^^^^^^^^^^^

Additionally, we have the following (on one of my systems):

    $ zcat /etc/setup/*.gz | fgrep .dll | fgrep -v usr/bin | wc -l
        342

Hence, just rebasing /bin/*.dll would miss some DLLs.  In particular,
the following Apache related ones:

    $ zcat /etc/setup/*.gz | fgrep .dll | fgrep apache
    /usr/lib/apache/libproxy.dll
    /usr/lib/apache/mod_access.dll
    ...
    /usr/lib/apache/new/libssl.dll

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]