Skip to search.
multixtpm · MultiXTpm Application Server

Group Information

  • Members: 64
  • Category: Development
  • Founded: Aug 23, 2007
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
A How-to compile MultiXTpm in Ubuntu 8.04   Message List  
Reply Message #23 of 71 |
Hi all,

Here are my first help to the project. A How-to compile MultiXTpm in Ubuntu 8.04

 If you want to compile this project using Ubuntu, you can follow this steps:

 1) Create a MultiXTpm base directory:
    mkdir ~/MultiXTpm

 2) Download MultiXTpm in this directory:
    cd ~/MultiXTpm
    wget http://ufpr.dl.sourceforge.net/sourceforge/multixtpm/MultiXTpmAdminSetup-4.0.7b.zip
    /* You can found another mirror and download using your Browser here: http://sourceforge.net/project/showfiles.php?group_id=196021&package_id=231493&release_id=588318*/

 3) Install need packages
    apt-get install gsoap
    apt-get install libssl-dev
    apt-get install tmake
    apt-get install g++
    apt-get install libpam0g-dev

 4) Download GSOAP source and prepare to use it's header files:
    mkdir ~/MultiXTpm/gsoap
    cd ~/MultiXTpm/gsoap
    wget http://ufpr.dl.sourceforge.net/sourceforge/gsoap2/gsoap_2.7.10.tar.gz
    tar -xzvf gsoap_2.7.10.tar.gz

    /* Like step 2, you can found here another mirror: http://sourceforge.net/project/showfiles.php?group_id=52781*/

 5) Unzip MultiXTpm files
    cd ~/MultiXTpm
    unzip MultiXTpmAdminSetup-4.0.7b.zip
   
 6) Prepare the enviroment variables:
    cd ~/MultiXTpm
    cd MultiXTpmApplicationServer
    export MultiXTpm=`pwd`
    export PATH=$PATH:"${MultiXTpm}"/runtime
    export TMAKEPATH="/usr/share/tmake/linux-g++/"
    export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}":"${MultiXTpm}"/runtime
    export CPATH="~/MultiXTpm/gsoap/gsoap-2.7/gsoap:~/MultiXTpm/gsoap/gsoap-2.7/gsoap/extras"

 7) Build the project with LinuxBuildAll.sh
    cd $MultiXTpm
    chmod +x LinuxBuildAll.sh
    ./LinuxBuildAll.sh

 8) Runtime
    8.1) Make runtime if the directory dosen't exist!
      chmod +x MakeRuntime.sh
      ./MakeRuntime.sh

   8.2) If exist:
      cd runtime
      chmod +x MakeAll.sh
      ./MakeAll.sh

 9) Enjoy :)

 Best regards,

 Igor Custodio


Mon Jun 23, 2008 2:15 am

igorcustodio
Offline Offline
Send Email Send Email

Message #23 of 71 |
Expand Messages Author Sort by Date

Hi all, Here are my first help to the project. A How-to compile MultiXTpm in Ubuntu 8.04 If you want to compile this project using Ubuntu, you can follow this ...
Igor Custodio
igorcustodio Offline Send Email
Jun 23, 2008
2:15 am
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help