Hi Bikramjeet, Yes, you do have to have a compatible version of mcrypt for your php version. If you have php 7.0 installed, try brew install php70-mcrypt to install the compatible version of the mcrypt library, then make sure to update your php.ini file.
Best, Jeff K. On Wed, May 4, 2016 at 11:45 PM, Bikramjeet Singh < [email protected]> wrote: > HI, > I added both these lines but do I have to install php5.x related ad my > version of php is 7.0.6, so I installed it related to that only, is this > the reason it's not detecting mcrypt? > > > > On 05-May-2016, at 8:15 AM, Jeffery Kinnison <[email protected]> > wrote: > > Hi Bikramjeet, > > Did you add the line extension=mcrypt.so to php.ini? If so, is > php5x-mcrypt installed in its own directory? In that case you may have to > give the absolute path to mcrypt.so, like extension=/path/to/mcrypt.so > > I had to do that when installing on OS X Yosemite because Homebrew > installs it outside of the php extensions directory. > > Best, > Jeff K. > > On Wed, May 4, 2016 at 9:36 PM, Suresh Marru <[email protected]> wrote: > >> What is the exact issue you are facing? We have PGA’s running on Yosemite >> without an issue. >> >> Did you try brew install php55-mcrypt >> >> Suresh >> >> > On May 4, 2016, at 3:17 PM, Bikramjeet Singh < >> [email protected]> wrote: >> > >> > No no I have Mac os Yosemite. Ok I will as on laravel mailing list and >> it was written that we may skip laravel but still I installed it too. >> > >> > On 05-May-2016, at 12:39 AM, Suresh Marru <[email protected]> wrote: >> > >> >> Did you try asking on laravel mailing lists? If it is windows, I will >> feel sorry for you. But may be Nipurn has way to get PGA working on Windows? >> >> >> >> Suresh >> >> >> >>> On May 4, 2016, at 12:30 PM, Bikramjeet Singh < >> [email protected]> wrote: >> >>> >> >>> Hi, >> >>> I've tried every method available to install mcrypt php extension and >> still in the last step of pga installation it gives run time error asking >> for crypt extension. >> >>> what to do? >> >>> Thanks >> >>> >> >>> On Tue, May 3, 2016 at 10:16 AM, Bikramjeet Singh < >> [email protected]> wrote: >> >>> Yes that's what I was looking for, thank you. >> >>> >> >>> >> >>> >> >>> On 03-May-2016, at 2:02 AM, Suresh Marru <[email protected]> wrote: >> >>> >> >>>> On May 2, 2016, at 3:46 PM, Bikramjeet Singh < >> [email protected]> wrote: >> >>>>> >> >>>>> Hi, >> >>>>> I was setting up PGA locally but could't find any working link to >> install the Pre requisites. Is there any place where I can find it? >> >>>>> P.S. I have Airavata working locally. >> >>>> >> >>>> This might help - >> http://airavata.readthedocs.io/en/latest/PGA-Installation/ >> >>>> >> >>>> Suresh >> >>>> >> >>>>> >> >>>>> Thanks >> >>>>> >> >>>>> On Thu, Apr 28, 2016 at 11:05 PM, Suresh Marru <[email protected]> >> wrote: >> >>>>> Hi Bikramjeet, >> >>>>> >> >>>>> I think a good start for you will be get familiar with PGA code as >> much possible, we will essentially need to mimic the functionality for >> single job submission and then add in the workflow capabilities. >> >>>>> >> >>>>> Also a good hands-on experience with SEAGrid gateway ( >> https://seagrid.org/ — this is essentially PGA with a skinned theme) and >> SEAGrid desktop application https://github.com/SciGaP/seagrid-rich-client >> will help. >> >>>>> >> >>>>> Suresh >> >>>>> >> >>>>> >> >>>>>> On Apr 28, 2016, at 1:32 PM, Bikramjeet Singh < >> [email protected]> wrote: >> >>>>>> >> >>>>>> Hi all, >> >>>>>> I will be working on developing XBaya which will be portable with >> latest airavata server as part of my GSoc project. Since, the development >> of UI will be from start any suggestions regarding a new layout or any >> changes in the design of user interface will be very helpful. >> >>>>>> >> >>>>>> Thanks >> >>>>> >> >>>>> >> >>>> >> >>> >> >> >> >> >
