Hi Chris and Santosh, Thank you for your reply. Do I need to build mcrypt also? I have installed libmcrypt in /usr/local/lib (without any errors) using ./configure --disable-posix-threads make make install
I have also recompiled php without any errors: ./configure --with-mcrypt=/usr/local/lib make make install but my phpinfo page doesn't mention mcrypt at all! when I try to build mcrypt ./configure --with-libmcrypt-prefix=/usr/local/lib I get the following message: ----------------------------------------------- *** Could not run libmcrypt test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding LIBMCRYPT or finding the wrong *** version of LIBMCRYPT. If it is not finding LIBMCRYPT, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH ------------------------------------------------- Thank you Amin On Tue, Mar 3, 2009 at 4:18 AM, Santosh Panda <[email protected]>wrote: > > Hi Amin, > You also need > > php-mcrypt.i386 - 5.2.6-2.fc8 > > in addition to > libmcrypt.i386 - 2.5.8-6.fc8 > > cheers, > Santosh > > On Mar 3, 11:58 am, Chris Chabot <[email protected]> wrote: > > (this isn't a solaris specific solution mind you, but works on any *nix > > machine) > > Download the library fromhttp:// > mcrypt.sourceforge.net/:http://sourceforge.net/project/showfiles.php?group_id=87941andbuild > 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 -~----------~----~----~----~------~----~------~--~---
