• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

httpd-devel on Centos 5.6

argonius

Basic Pleskian
Hi,

i wanted to install httpd-devel on centos 5.6 with plesk 10.2
yum says:


httpd-devel-2.2.3-45.el5.centos.1.i386 from updates has depsolving problems
--> Missing Dependency: httpd = 2.2.3-45.el5.centos.1 is needed by package httpd-devel-2.2.3-45.el5.centos.1.i386 (updates)
httpd-devel-2.2.17-jason.1.x86_64 from utterramblings has depsolving problems
--> Missing Dependency: httpd = 2.2.17-jason.1 is needed by package httpd-devel-2.2.17-jason.1.x86_64 (utterramblings)
Error: Missing Dependency: httpd = 2.2.17-jason.1 is needed by package httpd-devel-2.2.17-jason.1.x86_64 (utterramblings)
Error: Missing Dependency: httpd = 2.2.3-45.el5.centos.1 is needed by package httpd-devel-2.2.3-45.el5.centos.1.i386 (updates)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest

Is there any possibility to get the httpd-devel-2.2.12 from parallels, 'cause i need apxs2 binary.

thanks,

patrick
 
nice but not admissible

hi Igor,

so if I strictly have to use httpd-2.2.12, then please ship it with httpd-devel. What about, if someone has to
build custom apache modul for his plesk server?
please provide the httpd-devel package!

Thanks,

Patrick
 
Did you try install httpd-devel-2.2.12 from CentOS repository?
 
tried

hi,

yes but httpd-2.2.12 is not from centos repository. centos repo provides a lower version of httpd and httpd-devel.

greetz
patrick
 
thanks, but not working

hi,

rpm -ihv httpd-devel-2.2.12-2.el5.x86_64.rpm
error: Failed dependencies:
apr-devel is needed by httpd-devel-2.2.12-2.el5.x86_64
apr-util-devel is needed by httpd-devel-2.2.12-2.el5.x86_64
httpd = 2.2.12-2.el5 is needed by httpd-devel-2.2.12-2.el5.x86_64
[root@srv7 ~]# rpm -qa httpd


again dependency problems.
maybe your operating stuff will test it and offer the needed packages?
this would be fine.

thanks
patrick
 
bugreport

---------------------------------------------------------------
Plesk, 10.2 , Centos 5.6 , x86_64

Can not install httpd-devel, in fact of dependency problems

ACTUAL RESULT: Dependency Error

EXPECTED RESULT: usable apxs2 binary for building own apache modules.

ANY ADDITIONAL INFORMATION : no
--------------------------------------------------------------
 
Thank you. I have forwarded it to developers. I will update thread with results as soon as I receive it.
 
Use attached packages

# yum install apr-devel apt-util-devel
- is required before httpd-devel installation.
 

Attachments

  • httpd-devel-centos.zip
    272.2 KB · Views: 84
Mysql is not Parallels package but OS vendor's package:
# rpm -qi mysql | grep Vendor
Version : 5.0.77 Vendor: CentOS

Therefore use OS vendor repository for installing mysql-devel.
 
Mysql is not Parallels package but OS vendor's package:


Therefore use OS vendor repository for installing mysql-devel.

Really, what would you call this that was installed as part of 10.2?

Code:
# rpm -qi mysql-server
Name        : mysql-server                 Relocations: (not relocatable)
Version     : 5.1.52                            Vendor: Parallels
Release     : 11053110                      Build Date: Mon 30 May 2011 11:33:47 PM EDT
Install Date: Thu 14 Jul 2011 01:40:05 AM EDT      Build Host: brhas5x64.plesk.ru
Group       : Applications/Databases        Source RPM: mysql-5.1.52-11053110.src.rpm
Size        : 27643933                         License: GPLv2 with exceptions
Signature   : (none)
Packager    : Parallels <[email protected]>
Summary     : The MySQL server and related files.
Description :
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
client/server implementation consisting of a server daemon (mysqld)
and many different client programs and libraries. This package contains
the MySQL server and some accompanying files and directories.

As I said before, the Plesk bundled version of MySQL has no mysql-devel package.
 
Hmm... Not sure where you have found 5.1 version compiled by Parallels. What is OS version?
 
Plesk 10.3 CentOS 5_x64 - http://64.131.90.31/PSA_10.3.0/update-rpm-CentOS-5-x86_64/

mysql-5.0.77-4.el5_6.6.i386.rpm
mysql-5.0.77-4.el5_6.6.x86_64.rpm
mysql-bench-5.0.77-4.el5_6.6.x86_64.rpm
mysql-connector-odbc-3.51.26r1127-1.el5.x86_64.rpm
mysql-devel-5.0.77-4.el5_6.6.i386.rpm
mysql-devel-5.0.77-4.el5_6.6.x86_64.rpm
mysql-server-5.0.77-4.el5_6.6.x86_64.rpm
mysql-test-5.0.77-4.el5_6.6.x86_64.rpm

We haven't devel for 5.1 version. Use default if you need devel or fill form and I will submit request for devel for 5.1 version.
 
Back
Top