PS3Xploit / PS3xploit-resigner

A Tool To Resign PS2/PS3/PSX/PSP Content For Use With PS3 etHANol 4.82/4.84
GNU General Public License v3.0
186 stars 73 forks source link

resign_linux.sh doesn't work on Arch Linux #37

Closed malloc0x3cc closed 5 years ago

malloc0x3cc commented 5 years ago

In Arch Linux and distributions based on it, the section meant to check for python-dev leads to an error because python-dev is included in the python archlinux package

Fix proposition: #36

mareasperez commented 5 years ago

In Arch Linux and distributions based on it, the section meant to check for python-dev leads to an error because python-dev is included in the python archlinux package

Fix proposition: #36

working on Zorin os (Ubuntu Based). the problem was: crypt.c:22:10: fatal error: Python.h: No existe el archivo o el directorio

include

      ^~~~~~~~~~

fix is:

sudo apt-get install python-dev