Okay, I got it working. What I did is outlined below, whether or not this is the best route I can't say for sure. But it does fix the problem.
This is to enable PCRE Unicode support on MediaTemple's (dv) servers, which will then allow you to install Habari. STEP 1 Go to this article and complete the first three steps: http://kb.mediatemple.net/questions/1564/Installing+the+YUM+package+manager+on+a+%28dv%29+Dedicated-Virtual+3.5+Server A few things to note: - You need to have the Developer Tools package installed and you need to have your root user enabled. The article states this at the beginning, but just in case. - I didn't add the Plesk repository provided by Atomic Turtle. I'm not going to lie, I don't even know what that means. I'm familiar with Plesk, Atomic Turtle I am not. - I tried to yum install the package name but I didn't really know the accurate package name and Google led me to other things so I gave up on this portion of the article. STEP 2 After YUM is installed you'll want to visit Step 10 on this article: http://devblog.jasonhuck.com/2009/01/08/installing-lasso-on-centos-5/ You'll follow Step 10 in the article line-by-line with the exception of the following: 1. The directory /usr/src/redhat already exists. So ignore the first command ([prompt]# mkdir /usr/src/redhat) 2. Instead of the command on line 3: [prompt]# wget http://mirrors.kernel.org/centos/5.2/os/SRPMS/pcre-6.6-2.el5_1.7.src.rpm Type this: ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/pcre-6.6-2.el5_1.7.src.rpm The original URL is now 404. The new URL I found from this article: http://freshmeat.net/articles/red-hat-updated-pcre-packages-resolve-several-security-issues ** One thing to note, and this is for designers like me, when you're in the VIM editor and you hit the "i" key, it will place the cursor at the top of the file which may or may not be outside of your current viewing area. Just scroll up a bit in the Terminal if that's the case. Also, if you need to reference VIM commands here's one I use: http://www.tuxfiles.org/linuxhelp/vimcheat.html ** 3. In the last set of commands, ignore this one: [prompt]# mv /usr/ local/lib/libpcre*.* /usr/local/lib/pcre-old It didn't do anything for me. So I ignored it and everything still seemed to work fine. STEP 3 Now everything should be good. I restarted my server via MediaTemple's web interface. You should probably do that too. After this process everything has been working smoothly. And it seems as though I didn't permanently damage anything, which is always a concern when I launch Terminal. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
