| Summary: | www/mod_auth_mysql_another: when compiled against a newer mariadb library will break | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | dan | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> | ||||
| Status: | Closed Overcome By Events | ||||||
| Severity: | Affects Many People | CC: | brnrd, joneum, w.schwarzenfeld | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
dan
2017-12-03 03:24:39 UTC
Created attachment 188754 [details]
svn-diff-mod_auth_mysql_another
Try this patch. Should work.
with patch get the following: Performing sanity check on apache24 configuration: httpd: Syntax error on line 162 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/mod_auth_mysql.so into server: /usr/local/libexec/apache24/mod_auth_mysql.so: Undefined symbol "my_make_scrambled_password" (In reply to w.schwarzenfeld from comment #1) sorry, but without patch strings /usr/local/libexec/apache24/mod_auth_mysql.so |grep scram make_scrambled_password with patch strings /usr/local/libexec/apache24/mod_auth_mysql.so |grep scram my_make_scrambled_password That means it should work also without patch. And works on my system without patch. Oh sorry, overlooked mariadb. is the problem still? Believe still broken against mariadb libraries, I had to manually copy mysql old library to /lib or /usr/lib directory from port work directory to make it work. |