In file included from ext/boost/libs/thread/src/pthread/thread.cpp:28:
ext/boost/libs/thread/src/pthread/./timeconv.inl:48:13: warning: unused function 'to_time' [-Wunused-function]
inline void to_time(int milliseconds, timespec& ts)
^
ext/boost/libs/thread/src/pthread/./timeconv.inl:86:13: warning: unused function 'to_duration' [-Wunused-function]
inline void to_duration(boost::xtime xt, int& milliseconds)
^
ext/boost/libs/thread/src/pthread/./timeconv.inl:108:13: warning: unused function 'to_microduration' [-Wunused-function]
inline void to_microduration(boost::xtime xt, int& microseconds)
If you do the second bullet point (gem source --add) then when you run
'gem install' it is not necessary to specify --source. 'gem source
--add' only has to be run once.
The instructions for upgrading are exactly the same as for installation.
On Mon, Oct 14, 2013 at 6:40 PM, LightBe Corp <iktu...@mac.com> wrote:
> I believe a few weeks back it was announced that Passenger no longer needed
> to be compiled. I did not read much about that since I was not having
> problems with Passenger. However this morning my routes in my Rails 3.2.13
> application started acting weird where sometimes the links appear properly
> but the page displayed is wrong. I assume I may have done something in
> Passenger to cause this on my production server. I have decided to upgrade
> from 4.0.10 to the latest version just to keep up with changes and possibly
> security patches. When I checked the instructions in my Enterprise customer
> area I saw that they were a bit different than I remember when I installed
> 4.0.10.
>
> I am using Passenger on a Mac Mini Server running OS X Server (Mountain
> Lion). I am using RVM where I have one gemset for Ruby 1.9.3 and another
> one for Ruby 2.0.0. I installed Passenger in both gemsets. The LoadModule
> statements point to my 1.9.3 gemset.
>
> I want to confirm the steps I need to take to upgrade Passenger to the
> latest version (4.0.20):
>
> gem uninstall passenger-enterprise-server-4.0.10 (each gemset)
> gem source --add
> (each gemset)
> gem install --source