php-mcrypt and php-sysvsem

2012-02-27 Thread Clark Cooper
I'm attempting to install/configure VCL on a RHEL61 z/Linux system and having difficulty with the requirements for php-mcrypt and php-sysvsem as these packages do not appear to be available for my release. The testpsetup.php script identifies the following problems: Testing for required php

Re: php-mcrypt and php-sysvsem

2012-02-27 Thread Scott M. Sorrentino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 27, 2012 at 06:55:15PM +, Clark Cooper wrote: I'm attempting to install/configure VCL on a RHEL61 z/Linux system and having difficulty with the requirements for php-mcrypt and php-sysvsem as these packages do not appear to be

RE: php-mcrypt and php-sysvsem

2012-02-27 Thread Clark Cooper
I figured that might be the case. I'll give that an attempt should it appear to be my only option. Thank you, Clark -Original Message- From: Scott M. Sorrentino [mailto:sms...@cornell.edu] Sent: Monday, February 27, 2012 2:34 PM To: vcl-user@incubator.apache.org Subject: Re:

Re: php-mcrypt and php-sysvsem

2012-02-27 Thread James O'Dell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I highly suggest using the 'epel' repository. (http://fedoraproject.org/wiki/EPEL). It will allow you to handle updates to the extention, and the extention's depenencies. 'php-mcrypt' is available there. As for 'sysvsem' it looks to me it has to

Re: php-mcrypt and php-sysvsem

2012-02-27 Thread Dmitri Chebotarov
Scott, You can also remove mcrypt dependency via this patch, if your environment permits: https://cwiki.apache.org/VCL/patch-to-remove-mcrypt-dependency.html Thanks. On Feb 27, 2012, at 14:33 , Scott M. Sorrentino wrote: Hash: SHA1 On Mon, Feb 27, 2012 at 06:55:15PM +, Clark Cooper

RE: php-mcrypt and php-sysvsem

2012-02-27 Thread Clark Cooper
Yes, I had already attempted that patch, but testsetup.php continues to report the missing modules. I have installed though: [root@rhel61 phpseclib]# pwd /var/www/html/vcl/.ht-inc/phpseclib [root@rhel61 phpseclib]# [root@rhel61 phpseclib]# ls Crypt docbook.css intro.html math.html

Linux servers with VLAN ID

2012-02-27 Thread Dmitri Chebotarov
Hi All, In case if I need to use VLANs on external interface on Linux servers, what would be the good way to handle eth1.xx interfaces? I'm adding xCAT support for VCL and xCAT servers have external interface with VLAD id. The VCL script in rc.local checks for eth1, but not for eth1.xxx

Re: php-mcrypt and php-sysvsem

2012-02-27 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clark, After following the directions on that page, you can ignore the error message about mcrypt from testsetup.php. Josh On Monday, February 27, 2012 8:15:07 PM Clark Cooper wrote: Yes, I had already attempted that patch, but testsetup.php

Problem with sem_get() in utils.php

2012-02-27 Thread Gary Trail
All: Using RHEL 6.2, we are working through the cookbook install on: https://cwiki.apache.org/confluence/display/VCL/VCL+2.2.1+Installation We have completed the database install and are now working on the web front-end. we have installed the mcrypt dependency removal patch. Clicking on

Re: failed mysql connection

2012-02-27 Thread Dmitri Chebotarov
Clark Are you able to connect to mysql from command line on rhel61 host, 'mysql -u vcluser -p' ? Can you also try with GRAND ALL ON vcl.* TO 'vcluser'@localhost? On Feb 27, 2012, at 16:36 , Clark Cooper wrote: Still trying to get VCL setup/configured and moving past the php-mcrypt issue, I