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
When trying to update HHVM package (Ubuntu) a build error occur telling that file squangle/mysql_client/SSLOptionsProviderBase.h was not found when make starts build ext/mysql. But the file is there. I already try to add libSquangle as dependency hphp/runtime/ext/mysql/conifg.cmake but won't work. Also I try to do a non parallel build without success.
This error doesn't occur when you do a manual build it via cmake . && make -j16
HHVM Version
HHVM 3.18.2 (LTS)
Standalone code, or other way to reproduce the problem
hhvm-3.18.2/hphp/runtime/ext/mysql/mysql_common.h:31:58: fatal error: squangle/mysql_client/SSLOptionsProviderBase.h: No such file or directory
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
When trying to update HHVM package (Ubuntu) a build error occur telling that file
squangle/mysql_client/SSLOptionsProviderBase.h
was not found when make starts buildext/mysql
. But the file is there. I already try to add libSquangle as dependencyhphp/runtime/ext/mysql/conifg.cmake
but won't work. Also I try to do a non parallel build without success.This error doesn't occur when you do a manual build it via
cmake . && make -j16
HHVM Version
HHVM 3.18.2 (LTS)
Standalone code, or other way to reproduce the problem
Steps to reproduce:
Expected result
Build success.
Actual result
The text was updated successfully, but these errors were encountered: