The missing PDF modul installation

I tried install the PDF module, using this method:

# su - lpar2rrd
$ cd /home/lpar2rrd/lpar2rrd
$ tar xvfz lib-linux.tar.gz
But I get this:
[lpar2rrd@xorux lpar2rrd]$ tar xvfz lib-linux.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[lpar2rrd@xorux lpar2rrd]$
                

Comments

  • Hi, 

    now I see, it's not gzipped, it has bad extension...
    try this instead:
    tar xvf lib-linux.tar.gz


Sign In or Register to comment.