Project

General

Profile

[Solved] Not able to install lighttpd on macos mojava 10.14.16 from the sourcecode

Added by punitinani2@gmail.com almost 4 years ago

Hello Everyone,

I recently try to compile the source code by the folllowing commands with extra parameters

./autogen.sh
./configure --disable-dependency-tracking --disable-silent-rules --without-openssl --with-ldap --with-zlib --with-bzip2
make
make install

The compilation process was successful but when I run make and make install I got the output

Making all in doc
Making all in config
Making all in conf.d
make[4]: Nothing to be done for `all'.
Making all in vhosts.d
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in scripts
make[3]: Nothing to be done for `all'.
Making all in systemd
make[3]: Nothing to be done for `all'.
Making all in outdated
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in tests
Making all in docroot
Making all in 123
make[4]: Nothing to be done for `all'.
Making all in www
Making all in expire
make[5]: Nothing to be done for `all'.
Making all in go
make[5]: Nothing to be done for `all'.
Making all in indexfile
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.

Here no target for my os and no dist folder or no mention for binaries target.

Note:- I have install all the required dependencies using MacPorts and brew.
Also I have install and try direct from the distribution using brew install lighttpd and removed after.

Do I missing something or my way to compile and installing from source is wrong ?
Please suggest me or correct my method on where I am mistaken.

Any help will be appreciated .

I have been trying this since last 3 days.

Thanks in advance.


Replies (2)

RE: Not able to install lighttpd on macos mojava 10.14.16 from the sourcecode - Added by gstrauss almost 4 years ago

The compilation process was successful

I think you mean "configure process" and I do not think it was successful.
I believe you have overlooked any error message which occurred prior to make
Your make output does not show make attempting to build anything in the src/ directory.

I don't know from where you copied your commands, but please try building lighttpd more simply.

./autogen.sh
./configure --without-openssl
make

RE: Not able to install lighttpd on macos mojava 10.14.16 from the sourcecode - Added by punitinani2@gmail.com almost 4 years ago

Yes I resolved my issue and I have integrate my website (on djanog ) with custom mods to fast enough.

Thanks

    (1-2/2)