i just fixed the public script (wo-install.sh) to include installing make. it's in the webobjects bucket on s3 now.
simon On 5 May 2011 20:19, Johan Carlberg <[email protected]> wrote: > That happens when I set up a micro instance, but not with a small instance. > For some reason, the micro instances are missing the make command. Because > of that, the WebObjects module for Apache won't be built, and the web server > won't start. > Ideally, this should be handled in the wo-install.sh script (it already > installs gcc). But you can easily fix this by adding a row in the > helloworld-userdata.sh script that you've downloaded. > At the top, just before "# Install WebObjects deployment environment" add: > yum -y install make > Then create a new instance, and everything should install fine. > Regards, > Johan > 5 maj 2011 kl. 16.01 skrev Jesse Tayler: > > I'm setting up a new instance on EC2 which I'd done before some time ago and > maybe I've confused scripts or userdata? > > http://wiki.objectstyle.org/confluence/display/WO/Deploying+on+Amazon+EC2 > > I got an instance made and noticed I couldn't connect to apache but I can > see WOMonitor running in the terminal, and the helloword user account is > there etc. > > [ec2-user@ip-10-114-102-56 ~]$ sudo apachectl start > httpd: Syntax error on line 222 of /etc/httpd/conf/httpd.conf: Syntax error > on line 7 of /etc/httpd/conf.d/webobjects.conf: Cannot load > /etc/httpd/modules/mod_WebObjects.so into server: > /etc/httpd/modules/mod_WebObjects.so: cannot open shared object file: No > such file or directory > > > sure enough, mod_WebObjects.so is not there -- I can't figure out what might > have got missed - is there a configuration error in the scripts right now? I > noticed they have been updated slightly but I don't see anything related. > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/johan%40oops.se > > This email sent to [email protected] > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk > > This email sent to [email protected] > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
