(this isn't a solaris specific solution mind you, but works on any *nix machine) Download the library from http://mcrypt.sourceforge.net/ : http://sourceforge.net/project/showfiles.php?group_id=87941 and build it on your server (as root):
# tar xvfz libmcrypt-2.5.8.tar.gz # cd libmcrypt-2.5.8 # ./configure /usr/local # make && make install then you should have libmcrypt installed, and you can enable the php mcrypt module. I'm sure there's pre-build packages for OpenSolaris too though, so a quick search on google.com might also give you the answer how to do the OpenSolaris specific package install of it. -- Chris On Tue, Mar 3, 2009 at 9:27 AM, Amin <[email protected]> wrote: > > Hi Santosh, > I'm also trying to setup Shinding on Opensolaris 2008.11 Apache. I > haven't been able to enable the mcrypt extension yet and was wondering > if you could tell me how you enabled the extension on your machine. > In order to enable mcrypt I have installed the libmcrypt library but > when I go to configure mcrypt I get a message saying libmcrypt was not > found! I have tried a variety options when configuring but nothing > seems to help. > > Thank you > Amin > > On Feb 19, 1:47 am, Santosh Panda <[email protected]> wrote: > > Hi, > > I am seeting upShindigon a Solaris Apache. I have all the required > > extensions enabled json, simplexml, mcrypt and curl. > > > > I get an error : Unknown features: views,dynamic- > > height,setprefs,analytics while running -->http:// > > container.twitblogs.com/gadgets/ifr?url=http://www.labpixies.com/ > > campaigns/todo/todo.xml > > > > Any idea on what I might be missing? > > > > Thanks, > > Santosh > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" group. 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/opensocial-container?hl=en -~----------~----~----~----~------~----~------~--~---
