pyload-freebsd
pyload-freebsd copied to clipboard
Pb with Install
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 - 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 ;)
How do I skip it?
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 😉