This is the mail archive of the cygwin 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: Installation of Apache2 out of the box cannot find some shared library


Put this in your profile before you run configure

# GCC Options
export LDFLAGS=-no-undefined

Its the libtool causing issues during compile time. 

Luck!






----- Original Message ----
From: Marco Atzeri <marco_atzeri@yahoo.it>
To: cygwin@cygwin.com
Sent: Tue, July 13, 2010 11:21:49 AM
Subject: Re: Installation of Apache2 out of the box cannot find some shared 
library

--- Mar 13/7/10, David Rothenberger  ha scritto:

> On 7/13/2010 3:24 AM, Jørgen
> Steensgaard wrote:
> > This is the reaction when I try to start apache:
> > 
> >   $/usr/sbin/apachectl2 start
> >   /usr/sbin/httpd2.exe: error while
> loading shared libraries: ?: cannot open  
> >   shared object file: No such file or
> directory
> 
> Try "strace /usr/sbin/httpd2 -k start". It might tell you
> what library
> is missing.

also cygcheck /usr/sbin/httpd2.exe

ldd can not currently identify missing 2nd level dll

> -- 
> David Rothenberger  ----  
> 

Marco





--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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