Please follow the steps below to install hss: 1) install the hss using the scripts/install_hss.sh 2) run autogen.sh 3) mkdir objs 4) cd objs; ../configure 5) make -j2 6) make 7) sudo apt-get install mysql-client-core-5.5 mysql-server-core-5.5 mysql-server-5.5 phpmyadmin set the password for mysql server open a browser and connet to the phpmyadmin: localhost/phpmyadmin create the oai_db table using database menu select the oai_db and import db/oai_db.sql select the users, and insert the data or mannully use the cmd: sudo mysql -u root -p update the oai_db tables for users,pgw, pdn, and mmeidentity create a new phpmyadmin user, and name it hssadmin, with admin password, grant all the global privilages on DATA as well as create, alter, and index for the structure mysql -u root -p and add the following cmd grant all privileges ON *.* TO 'hssadmin'@'%' WITH GRANT OPTION; flush privileges; 8) download and install php-myadmin or lampp from http://www.apachefriends.org/en/xampp-linux.html copy the file in /opt chmod 755 xampp-linux-1.8.2-0-installer.run ./xampp-linux-1.8.2-0-installer.run