Claus7
September 6th, 2008, 10:08 PM
Hello,
Reading psychocats web site about installing a new program in ubuntu, it sais that the best way to do so, is to use synaptic. It also refers to compiling a program from source, yet more or less suggests that it's better to receive some help while doing this task.
I compiled glib2.16.3 with the :
./configure
make
make install
process, yet when I try to install the pygobject-2.14.2 library I get this :
checking for GLIB - version >= 2.8.0...
*** 'pkg-config --modversion glib-2.0' returned 2.16.3, but GLIB (2.10.3)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error: maybe you want the pygobject-2-4 branch?
Searching the net and ubuntu forums I get no specific process of avoiding this error. Either someone can resolve this by going to synaptic or just setting the /usr/local/lib in /etc/ld.so.conf and running ldconfig.
The problem in Dapper is that such kind of file doesn't exist and that I cannot use synaptic to install any of the aforementioned libraries.
What I do care about, is to learn how such a library can be updated (upgraded-install the new version and unistall the old one-just install the new version in another folder-install the new version exactly as I have done and somehow inform the system about the new version!) without any problem.
I think that the unistallment of the previous version is not the best one, as in synaptic a lot of programs depend on that. Is there any way of solving this issue without having to upgrade to another version of ubuntu or damaging my system?
Thank you,
Regards!
Reading psychocats web site about installing a new program in ubuntu, it sais that the best way to do so, is to use synaptic. It also refers to compiling a program from source, yet more or less suggests that it's better to receive some help while doing this task.
I compiled glib2.16.3 with the :
./configure
make
make install
process, yet when I try to install the pygobject-2.14.2 library I get this :
checking for GLIB - version >= 2.8.0...
*** 'pkg-config --modversion glib-2.0' returned 2.16.3, but GLIB (2.10.3)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error: maybe you want the pygobject-2-4 branch?
Searching the net and ubuntu forums I get no specific process of avoiding this error. Either someone can resolve this by going to synaptic or just setting the /usr/local/lib in /etc/ld.so.conf and running ldconfig.
The problem in Dapper is that such kind of file doesn't exist and that I cannot use synaptic to install any of the aforementioned libraries.
What I do care about, is to learn how such a library can be updated (upgraded-install the new version and unistall the old one-just install the new version in another folder-install the new version exactly as I have done and somehow inform the system about the new version!) without any problem.
I think that the unistallment of the previous version is not the best one, as in synaptic a lot of programs depend on that. Is there any way of solving this issue without having to upgrade to another version of ubuntu or damaging my system?
Thank you,
Regards!