TPP:Installing on Ubuntu 8.10

alert.jpg

For TPP versions 4.8 and later please see the README and INSTALL_LINUX files found in source code distribution for instructions on how to build TPP for the Linux platform.


TPP 4.1.1 @ Ubuntu 8.10 (intrepid)

Recently, my desktop OS is reinstalled with Ubuntu 8.10. This is the log which I made during re-installing TPP. Although I don't use TPP web interface, I will post apache2 setting(without compile) here soon. Of course, if you know, feel free to append it. -- Tkwon 15:27, 26 December 2008 (PST)

Requirement

$ dpkg -l libboost* | grep ii | gawk '{print $2"\t"$3}'
libboost-date-time-dev  1.34.1-11ubuntu1
libboost-date-time1.34.1        1.34.1-11ubuntu1
libboost-dev    1.34.1-11ubuntu1
libboost-doc    1.34.1-11ubuntu1
libboost-filesystem-dev 1.34.1-11ubuntu1
libboost-filesystem1.34.1       1.34.1-11ubuntu1
libboost-graph-dev      1.34.1-11ubuntu1
libboost-graph1.34.1    1.34.1-11ubuntu1
libboost-iostreams-dev  1.34.1-11ubuntu1
libboost-iostreams1.34.1        1.34.1-11ubuntu1
libboost-program-options-dev    1.34.1-11ubuntu1
libboost-program-options1.34.1  1.34.1-11ubuntu1
libboost-python-dev     1.34.1-11ubuntu1
libboost-python1.34.1   1.34.1-11ubuntu1
libboost-regex-dev      1.34.1-11ubuntu1
libboost-regex1.34.1    1.34.1-11ubuntu1
libboost-serialization-dev      1.34.1-11ubuntu1
libboost-serialization1.34.1    1.34.1-11ubuntu1
libboost-signals-dev    1.34.1-11ubuntu1
libboost-signals1.34.1  1.34.1-11ubuntu1
libboost-test-dev       1.34.1-11ubuntu1
libboost-test1.34.1     1.34.1-11ubuntu1        
libboost-thread-dev     1.34.1-11ubuntu1
libboost-thread1.34.1   1.34.1-11ubuntu1
libboost-wave-dev       1.34.1-11ubuntu1
libboost-wave1.34.1     1.34.1-11ubuntu1
$ ls -l /usr/bin/g++
lrwxrwxrwx 1 root root 7 2008-06-13 23:08 /usr/bin/g++ -> g++-4.3
$ sudo rm /usr/bin/g++
$ sudo ln -s /usr/bin/g++-4.2 /usr/bin/g++
$ ls -l /usr/bin/g++
lrwxrwxrwx 1 root root 7 2008-06-13 23:08 /usr/bin/g++ -> g++-4.2

Procedure

TPP_ROOT=/usr/local/tpp41/
TPP_WEB=/tpp41/
PERL_LIB_CORE= /usr/lib/perl/5.10/CORE/
PERL_LIB=/usr/lib/libperl.a 
 $ make install 
$ sudo mkdir /usr/local/tpp41/
$ sudo chown -R <your id> /usr/local/tpp41/
$ make install 

See also