checking for apxs2... no
checking for apxs... /opt/sbin/apxs
apxs:Error: /home/slug/optware/syno-i686/staging/opt/bin/apr-1-config not found!.
apxs:Error: /home/slug/optware/syno-i686/staging/opt/bin/apr-1-config not found!.
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/var/services/homes/daviesc/MODWSGI/mod_wsgi-develop':
configure: error: C compiler cannot create executables
See `config.log' for more details
find / -name apr-1-config
find / -name apu-1-config
returns null.
I'm currently working on getting the C Compiler happening but Graham has suggested using the Docker service.
Regards
Chris
#!/bin/bashPORT=${PORT:-8080}ARGS=""ARGS="$ARGS --log-to-terminal"ARGS="$ARGS --port $PORT"ARGS="$ARGS --document-root htdocs"ARGS="$ARGS --url-alias /media media"exec python manage.py runmodwsgi $ARGS
--
You received this message because you are subscribed to the Google Groups "modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modwsgi+u...@googlegroups.com.
To post to this group, send email to mod...@googlegroups.com.
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.
On 7 Feb 2018, at 5:34 am, cdavies...@gmail.com wrote:Hi Graham.Ok a (maybe) interesting update for you.I did have a play with Docker but didn't get very far. I ran into issues with passing port 80 traffic from sinology through to docker to be processed. However.....
I did have lots of success using the Virtual Machine app to create a Ubuntu Virtual machine that runs alongside DSM on its own volume and uses the second LAN port provided.So basically I needed to rebuild the raid array into two volumes using the BTFS file system. One has been allocated to Synolgy/DSM and all its applications. The second volume has been given to a virtual machine. I have been able to specify the RAM allocated etc. I have installed Ubuntu and am able to SSH in via my machine using the second LAN port.