Installing linux CMMI app on z/OS #662
Unanswered
NicoTheCode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there
I am currently trying to install a linux CMMI (configure, make, make install) app on z/OS. Specifically, I am talking about mod_wsgi for apache web server, which is included in z/OS and can be installed very easily.
If I try to install mod_wsgi as described in Quick installation guide I am able to run configure with minor problems (Apache version not detected). But trying to make the app I always get "Makefile:1: *** missing separator. Stop.". (I use makeport)
I suppose it is a codepage problem but do you have any idea what the problem could be? How do you manage moving files to z/OS and unpack them?
Beta Was this translation helpful? Give feedback.
All reactions