Search the web
Sign In
New User? Sign Up
multixtpm · MultiXTpm Application Server
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
A How-to compile MultiXTpm in Ubuntu 8.04   Message List  
Reply | Forward Message #23 of 54 |
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
Online Now Online Now
Send Email Send Email

Forward
Message #23 of 54 |
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
Online Now Send Email
Jun 23, 2008
2:15 am
Advanced

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