pyload-freebsd icon indicating copy to clipboard operation
pyload-freebsd copied to clipboard

Pb with Install

Open Squale76 opened this issue 10 years ago • 3 comments

Hi, I try to install PyLoad but I've a problem with tesseract install :

cd /usr/ports/graphics/tesseract/work/tesseract-ocr && install -o root -g wheel -m 444 AUTHORS ChangeLog README ReleaseNotes /usr/ports/graphics/tesseract/work/stage/usr/local/share/doc/tesseract cd /usr/ports/graphics/tesseract/work/tesseract-ocr/doc && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} ; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} ;' -- html /usr/ports/graphics/tesseract/work/stage/usr/local/share/doc/tesseract find: html: No such file or directory find: html: No such file or directory *** [post-install] Error code 1

Stop in /usr/ports/graphics/tesseract. *** [install] Error code 1

Stop in /usr/ports/graphics/tesseract. *** [run-depends] Error code 1

Stop in /usr/ports/www/pyload. *** [install] Error code 1

Have you a solution to this problem. Thanks to your help.

Squale76 avatar May 17 '14 12:05 Squale76

@Squale76 - you don't really need tesseract and tesseract-data because most of the captchas are unsolved by OCR ... you can skip this and Pyload will run fine for you ;)

bmalum avatar Sep 24 '14 08:09 bmalum

How do I skip it?

1337sup3rh4x0r avatar Dec 16 '15 20:12 1337sup3rh4x0r

well - i'm not up2date with the Port Status, but you can clone the source from the pyload Repo and run qith python pyLoadCore.py - then pyload will tell you whats missing and install those dependencies by hand. Works fine for me - only install whats really necessary 😉

bmalum avatar Dec 17 '15 10:12 bmalum