scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.09k stars 513 forks source link

it wasn't installed on azure vm ubuntu with manual way #698

Closed JayStevency closed 4 years ago

JayStevency commented 6 years ago

Hi , I tried to install splash on azure vm ubuntu using manual way on docs. but this shell script was not succeed because install_official_qt couldn't install on server.

libfontconfig1-dev is already the newest version (2.11.94-0ubuntu1.1).
libgbm1 is already the newest version (17.0.7-0ubuntu0.16.04.2).
libgl1-mesa-dev is already the newest version (17.0.7-0ubuntu0.16.04.2).
libgstreamer-plugins-base1.0-dev is already the newest version (1.8.3-1ubuntu0.2).
libgstreamer-plugins-good1.0-dev is already the newest version (1.8.3-1ubuntu0.4).
libgstreamer1.0-dev is already the newest version (1.8.3-1~ubuntu0.1).
libicu-dev is already the newest version (55.1-7ubuntu0.3).
libxml2-dev is already the newest version (2.9.3+dfsg1-1ubuntu0.3).
libxslt1-dev is already the newest version (1.1.28-2.1ubuntu0.1).
mesa-common-dev is already the newest version (17.0.7-0ubuntu0.16.04.2).
gstreamer1.0-libav is already the newest version (1.8.3-1ubuntu0.2).
xvfb is already the newest version (2:1.18.4-0ubuntu0.7).
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
Executing command: install_official_qt
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   355    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  984M  100  984M    0     0  12.0M      0  0:01:21  0:01:21 --:--:-- 1383k
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Script file does not exist.
bin  doc  examples  include  lib  libexec  mkspecs  phrasebooks  plugins  qml  resources  translations
cat: /opt/qt59/components.xml: No such file or directory
Command failed (exitcode: 1), exiting...

plz . let me know how can i do? thanks

enimiste commented 6 years ago

Did you find any solution ? I'm also on the same issue. My env : Ubuntu 16.04 provisioned with laravel forge thanks

JayStevency commented 6 years ago

No, I couldn't find any solution. So I just had installed docker on my ubuntu server. Sorry, I'm not sure that if it doesn't solve your problem.

enimiste commented 6 years ago

Thanks. I used the docker command with --restart option. Before i'm using systemd to manage the docker run .... Of splash but it creates each time after a restart a new container ; so my server disk get full space.

Le mar. 26 déc. 2017 05:19, JaySetevency notifications@github.com a écrit :

No, I couldn't find any solution. So I just had installed docker on my ubuntu server. Sorry, I'm not sure that if it doesn't solve your problem.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scrapinghub/splash/issues/698#issuecomment-353919249, or mute the thread https://github.com/notifications/unsubscribe-auth/ACZi3So3diQVmCVfvoD2QUCxUJcUuUO2ks5tEIHEgaJpZM4QedUM .

kmike commented 6 years ago

Could https://github.com/scrapinghub/splash/pull/713 be a reason?