gdome2 installing
Peter Drienovsky <[email protected]>
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Message-ID | <[email protected]> |
Dear team, I'm not sure if this is the best way how to ask but I do not know another. Be know, that before writing this, I've been looking for answer at many forums, but with no success. That is the reason why I'm asking you personaly. My goal is to install gdome2 under Linux where I do not have root access. Firstly I've installed glib-1.2.10 to ~/usr by: (shell:) ./configure --prefix=/home/d/7drienovsky/usr make make test (all ok) make install The problem occurs during installation of gdome2-0.7.1 to ~/usr by: ./configure --prefix=/home/d/7drienovsky/usr Here goes error message: . . . checking for glib-config... /home/d/7drienovsky/usr/bin/glib-config checking for GLIB - version >= 1.2.10... *** 'glib-config --version' returned 1.2.10, but GLIB (1.2.7) *** was found! If glib-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 glib-config was wrong, set the environment variable GLIB_CONFIG *** to point to the correct copy of glib-config, and remove the file config.cache *** before re-running configure no configure: error: Could not find GLIB (see config.log for details). . . . glib1.2.7 is realy instaled in root. Since I'm not root, I've done the following: (shell:) LD_LIBRARY_PATH="/home/d/7drienovsky/usr/lib/" echo $LD_LIBRARY_PATH (output:) /home/d/7drienovsky/usr/lib/ Then I repeated command: (shell:) ./configure --prefix=/home/d/7drienovsky/usr but the output was the same: . . . checking for glib-config... /home/d/7drienovsky/usr/bin/glib-config checking for GLIB - version >= 1.2.10... *** 'glib-config --version' returned 1.2.10, but GLIB (1.2.7) *** was found! If glib-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 glib-config was wrong, set the environment variable GLIB_CONFIG *** to point to the correct copy of glib-config, and remove the file config.cache *** before re-running configure no configure: error: Could not find GLIB (see config.log for details). . . . Please let me know how to correct this. Thank you. -- Peter Drienovsky Comenius University Bratislava Slovak Republic