Does the Lighttpd CML variant compile? I’m getting an error message that the lua.pc file can’t be found, and I can’t find any information about this file…
checking for lua… Package lua was not found in the pkg-config search path. Perhaps you should add the directory containing `lua.pc’ to the PKG_CONFIG_PATH environment variable No package ‘lua’ found
configure: error: Library requirements (lua) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
I can’t get the darwinports version of lighttpd to install. It keeps failing after being unable to install pcre (I have tried with and without various switches to no avail, but can install other ports with no problem):
3 Comments
Does the Lighttpd CML variant compile? I’m getting an error message that the lua.pc file can’t be found, and I can’t find any information about this file…
checking for lua… Package lua was not found in the pkg-config search path. Perhaps you should add the directory containing `lua.pc’ to the PKG_CONFIG_PATH environment variable No package ‘lua’ found
configure: error: Library requirements (lua) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
No, the CML variant doesn’t compile and I didn’t mean to commit the version containing that.. I’m still working on figuring out the issue with lua.
Sorry about that.
I can’t get the darwinports version of lighttpd to install. It keeps failing after being unable to install pcre (I have tried with and without various switches to no avail, but can install other ports with no problem):
atlantis:~ temp$ sudo port -f -b install lighttpd
—> Fetching pcre
—> Attempting to fetch pcre-6.4.tar.bz2 from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
—> Attempting to fetch pcre-6.4.tar.bz2 from http://distfiles-od.opendarwin.org/
—> Attempting to fetch pcre-6.4.tar.bz2 from http://distfiles-msn.opendarwin.org/
—> Attempting to fetch pcre-6.4.tar.bz2 from http://distfiles-bay13.opendarwin.org/
Error: Target com.apple.fetch returned: fetch failed
Error: The following dependencies failed to build: pcre
Error: Status 1 encountered during processing.
Post a Comment