Error:
Invalid command 'AuthMySQLPwEncryption', perhaps mis-spelled or defined by a module not included in the server configuration
AuthMysqlPwEncryption and AuthMysqlSaltField are shown as "invalid command" in the log files and i get an error 500. If i remove those files the auth form pops up (but i cant login, because if the missing AuthMysqlPwEncryption).
Hope there is a solution :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Found the solution by myself. Suse comes with a preinstalled RPM package (somehow old version or different projec, didn't figure out)
After deinstalling and moving the module file from /usr/local/modules to /usr/lib64/apache2-prefork (may be different on your system) apache recognized the new version of the module.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I searched the whold documentation and forum and didn't find a solution to my problem.
I just compiled mod_auth_mysql without errors
- compilation parameter: "apxs -c -L/usr/lib/mysql -I/usr/include/mysql -lmysqlclient -lm -lz mod_auth_mysql.c"
- mysql version: 4.1.11 (x86_64)
- Apache/2.0.54
Error:
Invalid command 'AuthMySQLPwEncryption', perhaps mis-spelled or defined by a module not included in the server configuration
AuthMysqlPwEncryption and AuthMysqlSaltField are shown as "invalid command" in the log files and i get an error 500. If i remove those files the auth form pops up (but i cant login, because if the missing AuthMysqlPwEncryption).
Hope there is a solution :)
Found the solution by myself. Suse comes with a preinstalled RPM package (somehow old version or different projec, didn't figure out)
After deinstalling and moving the module file from /usr/local/modules to /usr/lib64/apache2-prefork (may be different on your system) apache recognized the new version of the module.