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 e

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 av

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: php-mcryp

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 be

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 Coop

Re: php-mcrypt and php-sysvsem

2012-02-27 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clark, This page explains how to remove the dependency on mcrypt: https://cwiki.apache.org/confluence/display/VCL/Patch+to+remove+mcrypt+dependency - From testing I just did on a RHEL 6.2 system, it looks like the php-process package provides sysvs

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 (which

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 cont

failed mysql connection

2012-02-27 Thread Clark Cooper
Still trying to get VCL setup/configured and moving past the php-mcrypt issue, I also receive the following message within my testsetup.php output: Testing mysql connection ... Error: fsockopen(): unable to connect to localhost:3306 (Permission denied) Could not connect to port 3306 on localhost

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