well in compiled microcode.so include it as extension in php.ini. When i run phpinfo() i see moudule description,copyr,...
i wrote microbay.php <? echo "microbay" ?> and encript it with: ecnoder microbay.php microbay1.php 20
so i wrote test.php <? databay_microcode_include("microbay1.php"); ?>
in exporer i got error but if i run my script in console i get error:
[root@outlands public_html]# php test.php 20php: relocation error: /usr/lib/php/extensions/microcode.so: undefined symbol: mcrypt_module_open [root@outlands public_html]#
TNX all
you obviously do not have libmcrypt installed properly. microcode requires this library for encryption.
Regards
Karsten Richter
Log in to post a comment.
well in compiled microcode.so include it as extension in php.ini. When i run phpinfo() i see moudule description,copyr,...
i wrote microbay.php
<?
echo "microbay"
?>
and encript it with:
ecnoder microbay.php microbay1.php 20
so i wrote test.php
<?
databay_microcode_include("microbay1.php");
?>
in exporer i got error but if i run my script in console i get error:
[root@outlands public_html]# php test.php
20php: relocation error: /usr/lib/php/extensions/microcode.so: undefined symbol: mcrypt_module_open
[root@outlands public_html]#
TNX all
you obviously do not have libmcrypt installed properly. microcode requires this library
for encryption.
Regards
Karsten Richter