- Jun 29, 2002
- 922
- 0
- 76
First, I did ./configure somephpversion, and it told me that libxml2 is not 2.5.0 or greater.
So I downloaded and gunzipped libxml, tarred it, did ./configure and it said:
checking for libxml-2.0 >= 2.6.1 glibmm-2.4 >= 2.4.0... Requested 'libxml-2.0 >= 2.6.1' but version of libXML is 2.4.23
configure: error: Library requirements (libxml-2.0 >= 2.6.1 glibmm-2.4 >= 2.4.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
So then, I downloaded, gunzipped, tarred it, did ./configure and it said:
checking for pkg-config... /usr/bin/pkg-config
checking for sigc++-2.0 >= 1.9.14 glib-2.0 >= 2.2.0 gobject-2.0 >= 2.2.0 gmodule-2.0 >= 2.2.0... Package sigc++-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sigc++-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sigc++-2.0' found
Am I going to have to keep doing this for every package it shows as missing? Or is there a better way to do this? All I wanted to do was install php5
So I downloaded and gunzipped libxml, tarred it, did ./configure and it said:
checking for libxml-2.0 >= 2.6.1 glibmm-2.4 >= 2.4.0... Requested 'libxml-2.0 >= 2.6.1' but version of libXML is 2.4.23
configure: error: Library requirements (libxml-2.0 >= 2.6.1 glibmm-2.4 >= 2.4.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
So then, I downloaded, gunzipped, tarred it, did ./configure and it said:
checking for pkg-config... /usr/bin/pkg-config
checking for sigc++-2.0 >= 1.9.14 glib-2.0 >= 2.2.0 gobject-2.0 >= 2.2.0 gmodule-2.0 >= 2.2.0... Package sigc++-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sigc++-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sigc++-2.0' found
Am I going to have to keep doing this for every package it shows as missing? Or is there a better way to do this? All I wanted to do was install php5
