This is the mail archive of the cygwin-apps@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: [ANN] apache_1.3.22 package available for setup inclusion


On Wed, Jan 09, 2002 at 04:17:54PM +0100, Stipe Tolj wrote:
> >   --prefix=/usr
> >   --sysconfdir=/etc
> >   --libexecdir='$(sbindir)'
> >   --localstatedir=/var
> >   --datadir='$(prefix)/share'
> > 
> > I'd agree to change the sysconfdir to sth. below /etc as /etc/httpd
> > but I don't see a reason to change libexecdir.
> 
> So you want to keep the *.dlls in /usr/libexec?

No.  See my other mail.  What I meant was, $libexecdir should be
== $sbindir == $(prefix)/sbin == /usr/sbin.

DLLs to

/usr/lib	if run time loaded with e.g. dlopen()
/usr/bin	if inherently linked in.

Basically I don't want /usr/libexec in the users path.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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