[FIXED] Installation of External packages on ubuntu 14.04 LTS version [message #17011] |
Tue, 15 July 2014 06:42 |
|
Dear All,
I have installed ubuntu 14.04 LTS(Latest ubuntu version) on my 64 bit machine. Now I went for PANDAROOT installation. As a first step, I have downloaded the external packages from the below svn link:-
svn co https://subversion.gsi.de/fairroot/fairsoft/release/apr13
When I am going to configure the external package by the cammand ./configure.sh. its shows missing package like as-
Please enter a choice from the above menu: 2
Checking for GNU Make:
dpkg-architecture found in PATH
Checking dpkg-architecture
patch found in PATH
wget found in PATH
Subversion client found in PATH
Checking for
libX11 ...
/usr/lib/x86_64-linux-gnu
Checking for
libXpm ...
/usr/lib/x86_64-linux-gnu
Checking for
libXmu ...
/usr/lib/x86_64-linux-gnu
Checking for
X11/Xlib.h ...
/usr/include
Checking for
X11/Xft/Xft.h ...
/usr/include
Checking for
X11/extensions/shape.h ...
/usr/include
Checking for
libXft ...
/usr/lib/x86_64-linux-gnu
Checking for
libXext ...
/usr/lib/x86_64-linux-gnu
Checking for
GL/gl.h ...
no
Checking for
libGL,
or
libMesaGL ...
no
Checking for
libGLU,
or
libMesaGLU ...
no
Missing packages .............OpenGL is not installed in this system
unfortunately, I could not find this package in my machine.
Is it the problem with new ubuntu release ?
How to install this missing packages ?
Thanking you.
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
[Updated on: Wed, 10 September 2014 12:46] by Moderator Report message to a moderator
|
|
|
|
|
Re: Installation of External packages on ubuntu 14.04 LTS version [message #17014 is a reply to message #17013] |
Tue, 15 July 2014 10:08 |
|
Thanks Stefano and Florian.
Now its works but with root building problem. the error is looks as:-
*** Building libAfterImage ...
make[1]: Entering directory `/home/ajay/apr13/tools/root/graf2d/asimage/src/libAfterImage'
gcc -m64 -O3 -DNO_DEBUG_OUTPUT -fPIC -I/usr/include/freetype2 -c asfont.c -o asfont.o
asfont.c:67:33: fatal error: freetype/freetype.h: No such file or directory
# include <freetype/freetype.h>
^
compilation terminated.
make[1]: *** [asfont.o] Error 1
make[1]: Leaving directory `/home/ajay/apr13/tools/root/graf2d/asimage/src/libAfterImage'
make: *** [graf2d/asimage/src/libAfterImage/libAfterImage.a] Error 2
**** Checking libraries in /home/ajay/fairsoft/lib ****
*** ERROR: root could not be created.
*** End installation of external packages with Errors***
Please suggest to resolve this problem.
Thanks
AJAY KUMAR
Research scholar
Indian Institute of Technology Indore,Indore
Madhya Pradesh
India
|
|
|
|
|
|