Prechádzať zdrojové kódy

Fixed the path for libphpcpp by running ldd on the generated .so file

Miti Mazmudar 4 rokov pred
rodič
commit
f3b76f39f1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      httpd.manifest.template

+ 1 - 1
httpd.manifest.template

@@ -71,7 +71,7 @@ sgx.allowed_files.phptimeop=file:obj/htdocs/mitigator_phptime.txt
 #Extension and its dependencies (that are not already included above)
 sgx.trusted_files.phpini=file:obj/lib/php.ini
 sgx.trusted_files.mainextension=file:obj/modules/localattestation_decryption.so
-sgx.trusted_files.libphpcpp=file:/usr/lib/libphpcpp.so
+sgx.trusted_files.libphpcpp=file:/usr/lib/libphpcpp.so.2.1
 sgx.trusted_files.libprotobuf=file:/usr/lib/x86_64-linux-gnu/libprotobuf.so.9
 sgx.trusted_files.libuuid=file:/lib/x86_64-linux-gnu/libuuid.so.1
 sgx.trusted_files.libcrypto = file:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0