[GH-ISSUE #65] make: *** No rule to make target ` '. Stop. #180

Closed
opened 2026-03-13 16:47:01 +03:00 by kerem · 6 comments
Owner

Originally created by @NgHuuAn on GitHub (Sep 30, 2021).
Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/65

Got error make: *** No rule to make target ` '. Stop. when complie libmaxminddb

OS: CentOS 7.9.2009, 3.10.0-1160.42.2.el7.x86_64

config.status: creating src/libmaxminddb.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating bin/Makefile
config.status: creating t/Makefile
config.status: creating config.h
config.status: creating include/maxminddb_config.h
config.status: executing libtool commands
config.status: executing depfiles commands
make: *** No rule to make target ` '.  Stop.
Originally created by @NgHuuAn on GitHub (Sep 30, 2021). Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/65 Got error make: *** No rule to make target ` '. Stop. when complie libmaxminddb OS: CentOS 7.9.2009, 3.10.0-1160.42.2.el7.x86_64 ``` config.status: creating src/libmaxminddb.pc config.status: creating Makefile config.status: creating src/Makefile config.status: creating bin/Makefile config.status: creating t/Makefile config.status: creating config.h config.status: creating include/maxminddb_config.h config.status: executing libtool commands config.status: executing depfiles commands make: *** No rule to make target ` '. Stop. ```
kerem 2026-03-13 16:47:01 +03:00
Author
Owner

@ADD-SP commented on GitHub (Sep 30, 2021):

Which command caused the error?

<!-- gh-comment-id:931437207 --> @ADD-SP commented on GitHub (Sep 30, 2021): Which command caused the error?
Author
Owner

@ADD-SP commented on GitHub (Sep 30, 2021):

cd /usr/local/src 
wget https://github.com/maxmind/libmaxminddb/releases/download/1.6.0/libmaxminddb-1.6.0.tar.gz -O libmaxminddb.tar.gz 
mkdir libmaxminddb 
tar -zxf "libmaxminddb.tar.gz" -C libmaxminddb --strip-components=1 
cd libmaxminddb 
./configure --prefix=/usr/local/libmaxminddb 
make -j $(nproc) 
make install

The above command has been tested to be correct.

<!-- gh-comment-id:931440045 --> @ADD-SP commented on GitHub (Sep 30, 2021): ```shell cd /usr/local/src wget https://github.com/maxmind/libmaxminddb/releases/download/1.6.0/libmaxminddb-1.6.0.tar.gz -O libmaxminddb.tar.gz mkdir libmaxminddb tar -zxf "libmaxminddb.tar.gz" -C libmaxminddb --strip-components=1 cd libmaxminddb ./configure --prefix=/usr/local/libmaxminddb make -j $(nproc) make install ``` The above command has been tested to be correct.
Author
Owner

@NgHuuAn commented on GitHub (Sep 30, 2021):

Hi,

Thats was strange, we just paste command recommend when compile nginx. We
will test your command again.

Thanks

Vào Th 5, 30 thg 9, 2021 lúc 22:42 ADD-SP @.***> đã
viết:

cd /usr/local/src
wget https://github.com/maxmind/libmaxminddb/releases/download/1.6.0/libmaxminddb-1.6.0.tar.gz -O libmaxminddb.tar.gz
mkdir libmaxminddb
tar -zxf "libmaxminddb.tar.gz" -C libmaxminddb --strip-components=1 cd libmaxminddb
./configure --prefix=/usr/local/libmaxminddb
make -j $(nproc)
make install

The above command has been tested to be correct.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/ADD-SP/ngx_waf/issues/65#issuecomment-931440045, or
unsubscribe
https://github.com/notifications/unsubscribe-auth/AHS63I5FYJKEMPIOXLUNGP3UESAN7ANCNFSM5FCT4QTA
.
Triage notifications on the go with GitHub Mobile for iOS
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
or Android
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

<!-- gh-comment-id:931441769 --> @NgHuuAn commented on GitHub (Sep 30, 2021): Hi, Thats was strange, we just paste command recommend when compile nginx. We will test your command again. Thanks Vào Th 5, 30 thg 9, 2021 lúc 22:42 ADD-SP ***@***.***> đã viết: > cd /usr/local/src > wget https://github.com/maxmind/libmaxminddb/releases/download/1.6.0/libmaxminddb-1.6.0.tar.gz -O libmaxminddb.tar.gz > mkdir libmaxminddb > tar -zxf "libmaxminddb.tar.gz" -C libmaxminddb --strip-components=1 cd libmaxminddb > ./configure --prefix=/usr/local/libmaxminddb > make -j $(nproc) > make install > > The above command has been tested to be correct. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/ADD-SP/ngx_waf/issues/65#issuecomment-931440045>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AHS63I5FYJKEMPIOXLUNGP3UESAN7ANCNFSM5FCT4QTA> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > >
Author
Owner

@ADD-SP commented on GitHub (Sep 30, 2021):

Hi, Thats was strange, we just paste command recommend when compile nginx. We will test your command again. Thanks Vào Th 5, 30 thg 9, 2021 lúc 22:42 ADD-SP @.***> đã viết:

cd /usr/local/src wget https://github.com/maxmind/libmaxminddb/releases/download/1.6.0/libmaxminddb-1.6.0.tar.gz -O libmaxminddb.tar.gz mkdir libmaxminddb tar -zxf "libmaxminddb.tar.gz" -C libmaxminddb --strip-components=1 cd libmaxminddb ./configure --prefix=/usr/local/libmaxminddb make -j $(nproc) make install The above command has been tested to be correct. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#65 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHS63I5FYJKEMPIOXLUNGP3UESAN7ANCNFSM5FCT4QTA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

github.com/ADD-SP/ngx_waf@7a70da66a4/config (L78)

I'm guessing that the reason the recommended command fails is that there is an extra backslash at the end here.

<!-- gh-comment-id:931451638 --> @ADD-SP commented on GitHub (Sep 30, 2021): > > Hi, Thats was strange, we just paste command recommend when compile nginx. We will test your command again. Thanks Vào Th 5, 30 thg 9, 2021 lúc 22:42 ADD-SP ***@***.***> đã viết: > […](#) > cd /usr/local/src wget https://github.com/maxmind/libmaxminddb/releases/download/1.6.0/libmaxminddb-1.6.0.tar.gz -O libmaxminddb.tar.gz mkdir libmaxminddb tar -zxf "libmaxminddb.tar.gz" -C libmaxminddb --strip-components=1 cd libmaxminddb ./configure --prefix=/usr/local/libmaxminddb make -j $(nproc) make install The above command has been tested to be correct. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <[#65 (comment)](https://github.com/ADD-SP/ngx_waf/issues/65#issuecomment-931440045)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHS63I5FYJKEMPIOXLUNGP3UESAN7ANCNFSM5FCT4QTA> . Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. https://github.com/ADD-SP/ngx_waf/blob/7a70da66a47467d17118a1eae3a7a0dc1bac7490/config#L78 I'm guessing that the reason the recommended command fails is that there is an extra backslash at the end here.
Author
Owner

@ADD-SP commented on GitHub (Oct 8, 2021):

This issue has been inactive for 7 days, and if there is no activity for 15 days this issue will be closed.

<!-- gh-comment-id:938252040 --> @ADD-SP commented on GitHub (Oct 8, 2021): This issue has been inactive for 7 days, and if there is no activity for 15 days this issue will be closed.
Author
Owner

@ADD-SP commented on GitHub (Oct 16, 2021):

This issue is closed due to inactivity for more than 15 days. You can reopen it.

<!-- gh-comment-id:944827589 --> @ADD-SP commented on GitHub (Oct 16, 2021): This issue is closed due to inactivity for more than 15 days. You can reopen it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ngx_waf#180
No description provided.