Re: New ec2 image missing mod_WebObjects.so?
Re: New ec2 image missing mod_WebObjects.so?
- Subject: Re: New ec2 image missing mod_WebObjects.so?
- From: Simon <email@hidden>
- Date: Thu, 05 May 2011 23:47:50 +0100
you should fix that in your own scripts, because your timezone is
different to mine :-)
we have a subscript that we call as part of our user-data scripts that
configures stuff like that on the linux box (we also use this script
to install other software dependencies, ssl certificates etc)
simon
On 5 May 2011 23:25, Jesse Tayler <email@hidden> wrote:
> I was just going to say, the linux also comes in LA timezone, but I see different zones used so we might add a line like
>
> ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime
>
>
>
> On May 5, 2011, at 6:10 PM, Simon wrote:
>
>> 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@hidden> 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@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>>
>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>>
>>>
>>
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden