Installing PHP5 on Red hat 9


Recommended Posts

hey All

OK im new to linux and Red Hat 9.....could somebody guide me through the process of upgrading my PHP 4.2.2 to PHP 5.0.0 on Apache (well Im guessing its apache - "httpd" is the deamon)....with mySQL (Ive got mySQL installed already).

Thank You.

Choc

Link to comment
https://www.neowin.net/forum/topic/200640-installing-php5-on-red-hat-9/
Share on other sites

First, is there a specific reason you are using RedHat 9? It is a little od to use as a starting point, but if this is an established server, then it might make sense for you to keep it.

http://www.php.net/downloads.php has what you need, I think. It isn't in RPM form, so I think you will have to compile it for you system. If you have a package manager installed like yum or apt (apt4rpm), you may be able to use those to install PHP5 the easy way.

I also did a quick look in http://rpmfind.net to see what PHP they had offered in RPM format, but they only had versions 3 and 4 available.

markjensen: Red Hat 9 is the latest version of Linux Ive got Mandrake 9.1, thats the main reason Ive got Red hat....

  Quote
http://www.php.net/downloads.php has what you need, I think. It isn't in RPM form, so I think you will have to compile it for you system. If you have a package manager installed like yum or apt (apt4rpm), you may be able to use those to install PHP5 the easy way.

Thats what i need to do, compile it for my system, can anybody help me do this?

ChocIST

Edited by ChocIST

Do you have the compiler installed?

Do a gcc -v, and it should spit out some information, ending with the version number installed. If this isn't recognized, we will need to set up your PC for compiling programs, first. (they can be added from your CD, using "Add/Remove Packages" and selecting "Developmet Packages" or something like that)

Once you download, and un-tar your PHP5 package, there should be a README or something like that to tell you what to do. ;)

In short, you usually do a ./configure, then a make, then a make install to install a package manually. But, follow the directions in the readme, it should be plenty descriptive, and tell you what you need to do for this particular package. (Y)

  ChocIST said:
Ive done a "./configure, then a make, then a make install " but PHP version hasent upgraded....yes I have the gcc thing installed..(version 3.2.2)

Is this what the instructions told you to do?

Also, if something "doens't work", it is very important to let people know what was attempted, and the exact error(s) that were generated. (Y)

I untarred it then, ran:

"

$ ./configure --with-mysql --with-apxs

$ make

$ make install

"

like the INSTALL tells you too, I didnt get any errors but if you then type:

<?php

phpinfo();

?>

into a php file and ran that from http://localhost and it reads "PHP 4.2.2"....

ChocIST

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Tariffs have nothing to do with this pricing. It was always intended to be slightly more expensive then the S25+
    • Hello, The static link still downloads 10.3.2040.0 from May 22, 2025. The 10.3.2412.0 version can be downloaded directly from emclient.com/dist/v10.3.2412/setup.msi. Regards, Aryeh Goretsky
    • Hello, Yes, and yes. More specifically, there are lots of features in Windows that I do not use--I cannot recall the last time I needed to run EUDCEDIT.EXE or ODBCAD32.EXE on a computer I own, but I'm sure that for some people they are useful, and for a smaller set of people they might even be indispensable. I don't begrudge Microsoft for including them as part of the standard Windows installation nor the people who need such tools; sometimes it is convenient to have some little utility or feature readily available. One thing I do begrudge is Microsoft's over-reliance on its own telemetry, and perhaps surpisingly on the flip side, customers who disable it. Collecting telemetry is generally a good thing, if it is done for good reasons and does not include any customer PII. However, how you interpret that telemetry is even more important, as that can lead to all sorts of disastrous decisions. On the customer side of things, telemetry is your "vote:" it's how you tell companies what features you use in the program, and lets them prioritize things appropriately. One glaring example is Windows 8, which shipped with the full-screen Start Screen because Microsoft's telemetry told them the average Windows user pressed the Windows key to bring up the Start Menu less than once a day. I have often wondered how many "power users" of previous versions of Windows (XP, Vista, and 7) that relied on the Start Menu disabled the telemetry that would have told Microsoft a difference story about its usage. More recently, I came across a young lady who had a problem with a third-party sync program on her computer running Windows 7. An update for the utility removed Windows 7 compatibility, and broke her backup process. Now, support for Windows 7 ended over 5 years ago in 2020, but there are ISVs who still support their software on it, but decisions about stuff like that are made, in part, by knowing what percentage of your customer base is on what operating system version. When I asked about that, she mentioned she had specifically disabled the telemetry from the sync program to its developers, which was optional to begin with. What made things even worse was that this was an open source utility, and its authors had a very clear, well-designed and scoped policy on the telemetry they collected, the pains they went through to avoid collecting any PII, and even other ancillary risks involving information disclosure (like just using of the software) because of the network connection made for the checks. Yet, she took herself out of telling the project maintainers "Hey, I use your software and I'm running Windows 7" by disabling the telemetry checks, which could have let them know they needed to continue supporting it. In a sense, sending telemetry is just like voting: Individually, you may not think it matters much, but it is often the basis for very important decisions. Regards, Aryeh Goretsky
    • Hello, My thoughts on this are mixed. Microsoft has hosted malicious code in the Microsoft Update Catalog where third party device drivers are stored; I wrote about one such incident about fifteen years ago, so if there are any other old malicious drivers floating around in the catalog, this will be a good step towards preventing any infestations from reoccurring. Another thing, which surprisingly is not mentioned in Microsoft's announcement, is that this helps protect against BYOVD (Bring Your Own Vulnerable Driver) attacks, where malware either comes with or downloads an older device drivers with vulnerabilities in it that can be exploited to gain access to kernel memory. Removing all those old device drivers from the Windows Update Catalog, potentially with all sorts of undisclosed vulnerabilities in them, means an attacker can no longer leisurely count on being able to download them from Microsoft's servers--something that may go unnoticed or ignored by security analysts. This makes the adversary attack a little more noisy, since they have to either include the device driver with the rest of their initial payload or download it from a third-party site at some point prior to beginning their BYOVD attack. On the other hand, it means that people who are looking for a specific version of an older device driver for whatever legitimate reasons, like compatibility, performance or stability, may end up going to dodgy third-party sites in search of older drivers, which increases the risk of exposure to everything from nuisance advertisements and unwanted software to actual malicious code. As for me, I have keeping copies of all the device drivers, firmware updates, etc. I have downloaded over the years, some dating back to DOS and Windows 3.x era, not just for hardware I won, but popular things like unified chipset and video card drivers, just in case I ever needed it. It might seem silly to collect such a thing, but the hardware drivers, firmware updates, and documentation are just about 2 TB in size. From my perspective, it is an inexpensive form of insurance, especially given that disk space is always getting cheaper over time. Regards, Aryeh Goretsky
    • @Raze Bold it boy. (I admit, we all did it from time to time..)
  • Recent Achievements

    • Contributor
      GravityDead went up a rank
      Contributor
    • Week One Done
      BlakeBringer earned a badge
      Week One Done
    • Week One Done
      Helen Shafer earned a badge
      Week One Done
    • First Post
      emptyother earned a badge
      First Post
    • Week One Done
      Crunchy6 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      660
    2. 2
      ATLien_0
      266
    3. 3
      Michael Scrip
      235
    4. 4
      Steven P.
      164
    5. 5
      +FloatingFatMan
      149
  • Tell a friend

    Love Neowin? Tell a friend!