Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-03-2009, 09:13 AM
|
#1
|
LQ Newbie
Registered: Nov 2005
Posts: 5
Rep:
|
Need RPM package for PHP version 5.2.7 and up on redhat 5.1
I am looking to upgrade php from 5.2.5 to a more secure version like minimum 5.2.7 I am working on RedHat 5.1.
I have tried to look for RPM's on rpm.pbone.net and rpm.find.net and no luck.
I now a can donwload the source code from PHP but I am not sure if I can compile on linux redhat. I have compiled the source code for solaris
but not linux.
Does anyone now where I can get my hand on the RPM.
The Arch is i386, Redhat 5.1.
Thanks
|
|
|
11-03-2009, 10:47 AM
|
#2
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
A similar question was asked a short time ago, so I made
some build instructions ( for 5.3.0 ) here, post # 3
http://www.linuxquestions.org/questi...?highlight=php
It it very easy, just open the terminal and type 1) su
2 ) rpmbuild -bb /usr/src/redhat/SPECS/php.spec
... and wait .. to the packages are ready.
.....
And version 5.2.9 is here
http://download.fedora.redhat.com/pu...2.fc11.src.rpm
.....
Last edited by knudfl; 11-03-2009 at 10:55 AM.
|
|
|
11-03-2009, 12:11 PM
|
#3
|
LQ Newbie
Registered: Nov 2005
Posts: 5
Original Poster
Rep:
|
Thanks for the info
Quote:
Originally Posted by knudfl
|
Just a little question regarding 5.2.9, can I use the fedora rpm for EL 5.1 (RedHat)
Thanks
|
|
|
11-03-2009, 12:41 PM
|
#4
|
Senior Member
Registered: Jan 2006
Posts: 4,363
Rep:
|
RHEL5.X was based on FC6. There have been tons of changes between FC6 and F11. So while you might shoe horn it into your system it is likely not to function correctly. Rebuilding the RPM is the way to go.
|
|
|
11-03-2009, 03:14 PM
|
#5
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
As lazlow says : Yes. The package shown is not an RPM package.
It is an SRC.RPM , no rpm , just source code.
' src.rpm ' just tells : "ready to build with rpmbuild
to get rpm packages"
Unpacking src.rpm's to /usr/src/redhat/SOURCES/ :
# rpm -i <package>src.rpm
And I actually did build the packages ( 5.3.0 ) on EL 5.
And no : you cannot use a Fedora binary rpm package on EL5,
only the Fedora SRC.RPM's, thus tailoring EL 5 packages.
.....
Last edited by knudfl; 11-03-2009 at 04:10 PM.
|
|
|
11-04-2009, 08:06 AM
|
#6
|
LQ Newbie
Registered: Nov 2005
Posts: 5
Original Poster
Rep:
|
MySQL version needed when compiling with PHP 5.3
Quote:
Originally Posted by knudfl
As lazlow says : Yes. The package shown is not an RPM package.
It is an SRC.RPM , no rpm , just source code.
' src.rpm ' just tells : "ready to build with rpmbuild
to get rpm packages"
Unpacking src.rpm's to /usr/src/redhat/SOURCES/ :
# rpm -i <package>src.rpm
And I actually did build the packages ( 5.3.0 ) on EL 5.
And no : you cannot use a Fedora binary rpm package on EL5,
only the Fedora SRC.RPM's, thus tailoring EL 5 packages.
.....
|
Thanks for the feedback,
I was wondering what dependencies did you use with PHP 5.3 when it comes
to MySQL.
Thanks in advance.
|
|
|
11-04-2009, 09:27 AM
|
#7
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
Quote:
I was wondering what dependencies did you use with PHP 5.3
when it comes to MySQL.
|
' mysql-devel '
I just added it to the long dependency list in the reference thread, post # 3
http://www.linuxquestions.org/questi...?highlight=php
Code:
# yum install mysql-devel firebird-devel libicu-devel enchant-devel bzip2-devel curl-devel db4-devel gmp-devel httpd-devel pam-devel pcre-devel libc-client-devel cyrus-sasl-devel openldap-devel postgresql-devel unixODBC-devel libxml2-devel libxslt-devel libxml2-devel libXpm-devel libjpeg-devel libpng-devel freetype-devel t1lib-devel libmcrypt-devel mhash-devel libtidy-devel freetds-devel aspell-devel recode-devel
..... ..... Good luck .....
.....
P.S. : You can read the "Build Requires" in the file ' php.spec '.
.....
Last edited by knudfl; 11-04-2009 at 09:32 AM.
|
|
|
11-07-2009, 05:06 PM
|
#8
|
Moderator
Registered: May 2001
Posts: 29,415
|
Quote:
Originally Posted by knudfl
2 ) rpmbuild -bb /usr/src/redhat/SPECS/php.spec
|
Nobody needs to build these packages as root account user: use an unprivileged account instead.
|
|
1 members found this post helpful.
|
11-07-2009, 09:10 PM
|
#9
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647
|
I would just let yum update the rhel 5.1 to rhel 5.4 and be done with it .
|
|
|
11-08-2009, 05:48 AM
|
#10
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
@ unSpawn # 8 ... Sorry ...
.. I see that mentioned every week .. without a 'how to do it' ..
.. It's easy to describe : a 'one liner' file ' .rpmmacros' will create the
rpm's to e.g. /home/'name'/rpms/ , using 'rpmbuild' as ordinary user :
The line is : %_topdir /home/<username>/rpms
The commands to get it done :
Code:
mkdir -p --verbose $HOME/rpms/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
mkdir -p --verbose $HOME/rpms/RPMS/{athlon,i386,i486,i586,i686,noarch}
echo "%_topdir `echo $HOME/rpms`" > $HOME/.rpmmacros
And ' rpm -i <package.src.rpm> ' will then copy the source code tar ball to
/home/<username>/rpms/SOURCES , and the <file>.spec to
/home/<username>/rpms/SPECS.
.....
Last edited by knudfl; 11-08-2009 at 11:53 AM.
|
|
1 members found this post helpful.
|
11-15-2009, 07:00 PM
|
#11
|
Moderator
Registered: May 2001
Posts: 29,415
|
NP about the unpriv. As far as HOWTO's go I used to point to docs like IBM DeveloperWorks (as seen here), but they're probably getting old now and I know Fedora has way more up to date docs and rules. I'd add some sane defaults to ~/.rpmmacros following your example (notice: tmp under rpms/):
Code:
%_topdir $HOME/rpms
%_builddir %{_topdir}/BUILD
%_rpmdir %{_topdir}/RPMS
%_sourcedir %{_topdir}/SOURCES
%_specdir %{_topdir}/SPECS
%_srcrpmdir %{_topdir}/SRPMS
%_tmppath %{_topdir}/tmp
One could add an ~/.rpmrc for tweaking build flags.
|
|
1 members found this post helpful.
|
11-16-2009, 09:19 AM
|
#12
|
LQ Newbie
Registered: Nov 2005
Posts: 5
Original Poster
Rep:
|
Thanks all for you feedback.
I have decided to migrate the systems from this env (Virtuozzo with EL5)
Moving them to ESX hosts. I have already setup my repository for upgrades of PHP, MySQL...
I am going to usr YUM to do upgrades.
|
|
|
11-17-2009, 11:30 AM
|
#13
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
# 11, @ unSpawn : Thank you ..
Seems, this simplified explanation does the job :
Code:
mkdir -p --verbose $HOME/rpms/{BUILD,RPMS,SOURCES,SPECS,SRPMS,tmp} &&
mkdir -p --verbose $HOME/rpms/RPMS/{athlon,i386,i486,i586,i686,noarch}
+ this file ... ' ~.rpmmacros ' :
Code:
%_topdir /home/<username>/rpms
%_tmppath %{_topdir}/tmp
Last edited by knudfl; 01-20-2010 at 07:22 AM.
|
|
|
All times are GMT -5. The time now is 04:38 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|