Menu

help-urgent !

Help
blaz
2002-04-18
2002-04-21
  • blaz

    blaz - 2002-04-18

    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

     
    • Karsten Richter

      Karsten Richter - 2002-04-21

      you obviously do not have libmcrypt installed properly. microcode requires this library
      for encryption.

      Regards

      Karsten Richter

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.