How to build in final 'make' step? #666
Unanswered
snowman-code
asked this question in
Q&A
Replies: 1 comment 2 replies
-
the hint is in the error message "/bin/sh: 1: /usr/lib/apache2/modules: Permission denied", so use "sudo" or similar |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I referred 'INSTALL' document in code files.
I installed all of related tools such as apache, openssl and so on.
After configuration, I ran 'make' command, but result was like this...
root@ubuntu18:/app/mod_auth/mod_auth_openidc-2.4.9.3# make
/usr/lib/apache2/modules -Wc,"-DNAMEVER=\"mod_auth_openidc-2.4.9.3\" -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/usr/local/include -DUSE_MEMCACHE " -Wl,"-lssl -lcrypto -lcurl -L/usr/local/lib -ljansson -L/usr/local/lib -lcjose -ljansson -lcrypto -lpcre " -Wc,-Wall -Wc,-g -c src/mod_auth_openidc.c src/cache/file.c src/cache/shm.c src/cache/common.c src/oauth.c src/proto.c src/config.c src/util.c src/authz.c src/session.c src/metadata.c src/jose.c src/parse.c src/pcre_subst.c src/cache/memcache.c /bin/sh: 1: /usr/lib/apache2/modules: Permission denied Makefile:68: recipe for target 'src/mod_auth_openidc.la' failed make: *** [src/mod_auth_openidc.la] Error 126
So, I tried another machine, but I got same error.
I not good at gcc.
I tried
Can I get some hint?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions