rohc install on ubuntu 9.1

Asked by nninan

Hi there,
       I am very new to linux and had the following error message while trying to install rohc on ubuntu 9.1
./autogen.sh: 8: Syntax error: "(" unexpected
Followed the instructions on this link without any luck
http://<email address hidden>/msg00004.html
 Now i get the following error
Building 'aclocal.m4'...eval: 1: aclocal: not found
[: 6: missing ]
done
Building 'config.h.in'...eval: 1: autoheader: not found
[: 6: missing ]
done
Building 'configure'...eval: 1: autoconf: not found
[: 6: missing ]
done
Building 'ltmain.sh'...eval: 1: libtoolize: not found
[: 6: missing ]
done
Building 'Makefile templates'...eval: 1: automake: not found
[: 6: missing ]
done

Run './configure ; make'

Question information

Language:
English Edit question
Status:
Answered
For:
rohc Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
David Moreau (cmoidavid) said :
#1

Hi,

Some required packages are missing on your Ubuntu: autoconf, automake, libtool

Please execute the folowing command to install them :
sudo apt-get install autoconf automake libtool

David

Revision history for this message
Didier Barvaux (didier-barvaux) said :
#2

Hi,

FAQ 635 was updated to specify the system requirements:
https://answers.launchpad.net/rohc/+faq/635

Bug 526469 was created to make the autogen.sh script check for the presence of several tools it uses:
https://bugs.launchpad.net/rohc/trunk/+bug/526469

Didier Barvaux
Viveris Technologies
http://www.tech.viveris.com/opensource/

Can you help with this problem?

Provide an answer of your own, or ask nninan for more information if necessary.

To post a message you must log in.