You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we'd like to use your package on FreeBSD but have run into some trouble.
We do have the binary on our server already but unfortunately your install script (lib/install.js) doesn't check for that. Instead it tries to install the binary again but can't because the path for libjpeg doesn't work with this command: ".cmd('./configure --prefix="${bin.dest()}" --bindir="${bin.dest()}"')"
Is it possible to either check if the binary is already installed on the server and actually use that or maybe add the binary for FreeBSD?
Best regards,
Tia
The text was updated successfully, but these errors were encountered:
Jashi
changed the title
FreeBSD
FreeBSD installation fails
Dec 7, 2017
Hi,
we'd like to use your package on FreeBSD but have run into some trouble.
We do have the binary on our server already but unfortunately your install script (lib/install.js) doesn't check for that. Instead it tries to install the binary again but can't because the path for libjpeg doesn't work with this command:
".cmd('./configure --prefix="${bin.dest()}" --bindir="${bin.dest()}"')"
Is it possible to either check if the binary is already installed on the server and actually use that or maybe add the binary for FreeBSD?
Best regards,
Tia
The text was updated successfully, but these errors were encountered: