> -----Original Message----- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Young, Mike > Sent: Tuesday, August 28, 2007 10:36 AM > To: [email protected] > Subject: Compiling/Installing "regular" software on Linux-390 > > > Hello Linux-390 Group, > > I am trying to determine if "regular" software can be > installed or compiled on Linux-390. I'm thinking along the > lines of Apache, PHP, PERL. I see that MySQL will run on > Linux-390, so I'm not so concerned about that. > > Thanks, > Mike.
You should be able to do the usually ./configure && make && sudo make install to install any normal Linux package. The only restriction would be if the package includes modules with embedded assembler code which does not have s390x embedded assembler. The packages you specifically mentioned are supported by the distributor (Redhat, Novell, etc.) -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
