You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since version 2.4.10 of mod_auth_openidc module, we have the following error when compiling sources with Redhat 7.9:
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status:` error: cannot find input file: `Makefile.in'
I noticed that you changed some things in 2.4.10: Packaging
complete usage of autoconf / automake; see # 674
To correct the problem, we added the parameter AM_PROG_CC_C_O in the configure.ac file.
last remark:
if you can update the INSTALL file because I got the following error:
configure: error:
Could not find apxs. Please specify the path to apxs
using the --with-apxs=/full/path/to/apxs option.
The executable may also be named 'apxs2'.
indeed, the --with-apxs2 parameter has been replaced by --with-apxs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
since version 2.4.10 of mod_auth_openidc module, we have the following error when compiling sources with Redhat 7.9:
I noticed that you changed some things in 2.4.10:
Packaging
To correct the problem, we added the parameter AM_PROG_CC_C_O in the configure.ac file.
last remark:
if you can update the INSTALL file because I got the following error:
configure: error:
Could not find apxs. Please specify the path to apxs
using the --with-apxs=/full/path/to/apxs option.
The executable may also be named 'apxs2'.
indeed, the --with-apxs2 parameter has been replaced by --with-apxs
Best regards,
Meheni
Beta Was this translation helpful? Give feedback.
All reactions