Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Synology ipkg package #34

Closed
hkalman opened this issue Sep 15, 2019 · 4 comments
Closed

Synology ipkg package #34

hkalman opened this issue Sep 15, 2019 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@hkalman
Copy link

hkalman commented Sep 15, 2019

Hello,

I would like to ask you to create ipkg packages for Synology Diskstations too when you create a new release.

Thanks

@ashkulz
Copy link
Member

ashkulz commented Jan 21, 2020

@hkalman I'm not sure how to prepare them, are they supported by fpm?

@ashkulz ashkulz added the help wanted Extra attention is needed label Jan 21, 2020
@ludimassa
Copy link

no synology don't have fpm by default

It is very important also for my project install it on synology!

An alternative way is install docker on synology but I don't like this solutions

@icaroscherma
Copy link

icaroscherma commented Mar 11, 2020

I don't think this is going to be an easy thing to do natively.
Synology DSM 6.2.x (latest stable today) uses Linux kernel 4.4.59 and uses a proprietary package system, it doesn't use apt, pacman.
By having the x86-64 compiled package it's missing libXrender1 (and maybe other libraries).
I think the best approach would be to use Docker.

Some other links with people having the same issue (for recent Synology DSM):

@ashkulz
Copy link
Member

ashkulz commented Jun 2, 2020

If there is an image available on DockerHub which allows you to install all the libraries, you can try to port it similarly to the support for other OS/architectures. Otherwise, I think @icaroscherma's suggestion to just use docker makes the most sense 😄

@ashkulz ashkulz closed this as completed Jun 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Development

No branches or pull requests

4 participants