[HELP] Compilar servidor linux en ubuntu 14.04

Hago estos pasos y esto sucede

http://puu.sh/9mV8f/657f7723ff.png

La alternativa 1 me la salto ya que no se como ejecutarla y voy a la alternativa 2 y sucede esto.

Comando ejecutado : make

making all in tools…
make[1]: Entering directory /root/openssl-1.0.0/tools' make[1]: Nothing to be done for all’.
make[1]: Leaving directory `/root/openssl-1.0.0/tools’
root@vpsxxxxx:~/openssl-1.0.0# ^C
root@vpsxxxxx:~/openssl-1.0.0#

Hasta ahora todo bien

Ahora vamos a ejecutar : sudo make install
Y va el error

cms.pod around line 457: Expected text after =item, not a number
cms.pod around line 461: Expected text after =item, not a number
cms.pod around line 465: Expected text after =item, not a number
cms.pod around line 470: Expected text after =item, not a number
cms.pod around line 474: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make: *** [install_docs] Error 255
root@vpsxxxxx:~/openssl-1.0.0#

¿Se podría saber el por qué?

Muchas gracias de antemano.

De casualidad:

sudo apt-get install libace-dev

Y luego:

wget http://download.dre.vanderbilt.edu/previous_versions/ACE-6.0.3.tar.gz
tar xvzf ACE-6.0.3.tar.gz
cd ACE_wrappers/
mkdir build
cd build

../configure --disable-ssl
make
sudo make install

Si tu respuesta es no, que versión de Perl esta usando?

perl -v

Saludos.

-Mortos.

Para ubuntu 14.04 no es necesario instalar ni ACE ni OpenSSL