Re: installing ruby library ports for ruby 1.8 instead of 1.6

2003-12-02 Thread culley harrelson
to /etc/make.conf and this doesn't help either. Can someone point me in the right direction? I removed *everything* using ruby and reinstalled using 1.8. Works fine. culley ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listi

installing ruby library ports for ruby 1.8 instead of 1.6

2003-12-02 Thread culley harrelson
I am trying to get my ruby lirbary ports to install for 1.8 instead of 1.6. When I try this: portinstall -m RUBY_VER=1.8 ruby-rmail It is still isntalling it in the 1.6 directory. I have also added: RUBY_VER=1.8 RUBY_DEFAULT_VER=1.8 to /etc/make.conf and this doesn't help either. Can someone

Re: apache13 to apache13-modssl port migration

2003-09-10 Thread culley harrelson
You have complete backups, right? You probably should have a test server where you can test the software upgrade under non-production conditions... Yes of course. I am 1/2 way through a 4 month stint on the road and all I have is a laptop... ___ [

Re: apache13 to apache13-modssl port migration

2003-09-10 Thread culley harrelson
The transition is easy. 1) deinstall all your ports(modules) depended on apache13 2) install apache13-modssl. 3) recompile all ports(modules) You can use apache13-modssl just as a replacment to apache13. But apache13-modssl uses extrand API, so you have to recompile all apache modules with "apa

apache13 to apache13-modssl port migration

2003-09-09 Thread culley harrelson
I am currently running /usr/ports/www/apache13 and I want to switch to /usr/ports/www/apache13-modssl. Has anyone make this transition? I don't know what to expect and I don't have a freebsd test box right now. I am worried about the ports dependent on apache13-- what happens to them if I ju