[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] PEAR and mcrypt support for PHP on RaQ4
- Subject: RE: [cobalt-developers] PEAR and mcrypt support for PHP on RaQ4
- From: "Gavin Nelmes-Crocker" <cobalt@xxxxxxxxxxxxxxxx>
- Date: Tue Apr 16 11:26:45 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> I'm attempting to configure our RaQ4 for communication with OpenSRS.
>
> opensrs-php from sourceforge needs PEAR and mcrypt. Has anyone
> successfully
> integrated OpenSRS-PHP onto a RaQ4?
Okay - well a quick play on the mcrypt stuff and you need to do the
following. rpmfind.net is your friend here.
Install in the following order - may not be the latest versions but stable
and in easy rpm format. Don't worry if they show on rpmfind as PLD
distribution that's what I used and no problems on my development server :-)
rpm -i libltdl-1.4.2-9.i386.rpm
rpm -i libmcrypt-2.4.22-1.i386.rpm
rpm -i mhash-0.8.13-1.i386.rpm
rpm -i mcrypt-2.5.12-1.i386.rpm
Now you have mcrypt installed. I've started to look at play with getting
Pear on as well - do a search for pear php and you will see the same threads
I'm looking at there's been some people this month who got it working. I
haven't yet but we'll see.
Regards
Gavin