Re: Running LilyPond on Amazon Linux 2

2020-01-14 Thread Peter Anglea
I know I’m not the first to run LilyPond in a Lambda function. For instance, LilyBin (http://lilybin.com ) has been using Lambda and S3 for a while to power their website. I took some cues from their site (which is open source on Github), but ultimately went my own route

Re: Running LilyPond on Amazon Linux 2

2020-01-14 Thread Saul Tobin
I'm curious to know about your use case/workflow for running Lilypond in AWS Lambda. Seems interesting. Saul On Tue, Jan 14, 2020, 6:34 AM Peter Anglea wrote: > I think I got it fixed… recording this here for anyone else who stumbles > upon the same issue as I did. > > I downloaded an RPM

Re: Running LilyPond on Amazon Linux 2

2020-01-14 Thread Peter Anglea
I think I got it fixed… recording this here for anyone else who stumbles upon the same issue as I did. I downloaded an RPM containing libcrypt.so.1, extracted the file, and put it inside LilyPond’s /usr/lib/ directory. I made sure to include the LilyPond directory as part of the include path

Running LilyPond on Amazon Linux 2

2020-01-11 Thread Peter Anglea
I’ve been running LilyPond on AWS Lambda for some time now, but recently have been forced to upgrade my runtime from Node 8.x to Node 12.x due to Node 8.x becoming deprecated. However, in my testing, LilyPond does not work in either the Node 10.x or Node 12.x runtimes. I get the following