简体   繁体   中英

installing PAR::Packer Module on Perl 5.16

I was trying to install a module named "PAR::Packer" on active Perl version 5.16 running on 64 bit Ubuntu machine . But the installation was exiting with some errors :

      this is the error :
      -----------------
      main.o: In function `main':
      main.c:(.text.startup+0x35): undefined reference to `pthread_atfork'
      collect2: error: ld returned 1 exit status
      make[1]: *** [par] Error 1
      make[1]: Leaving directory `/root/.cpan/build/PAR-Packer-1.017-dIGsgr/myldr'
      make: *** [subdirs] Error 2
      RSCHUPP/PAR-Packer-1.017.tar.gz
      /usr/bin/make -- NOT OK
     'YAML' not installed, will not store persistent state
      Running make test
      Can't test without successful make
      Running make install
      Make had returned bad status, install seems impossible
      Failed during this command:
      RSCHUPP/PAR-Packer-1.017.tar.gz              : make NO
      ----------------

I also tried with PPM to install this module . PPM installation was successful , but I was not able to run the "pp" command .

Any help would be appreciated .

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629670

seems to be a bug in debian 64 bit. Changed where they locate the libs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM