LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing Inkscape (https://www.linuxquestions.org/questions/linux-software-2/installing-inkscape-271664/)

mhearn 02-09-2005 12:14 PM

The problem with mixing repos is that "yum upgrade" can do weird and broken things, also "yum install" on other packages. Dag is probably OK as he tries to ensure his packages are compatible but Fedora upstream generally don't care.

For applications it basically doesn't matter that RPM doesn't know about it, as they aren't dependencies of other stuff. For libraries it does, but the Inkscape autopackages won't install any other libraries.

impe 02-10-2005 07:33 AM

I'm having the same problem while installing glibmm-2.4.6
()

I downloaded libsigc++-2.0.6.tar.gz, expanded it in a temp directory, then ./configure, make, make install, without giving any path .
When i try to configure glibmm-2.4.6, I get the report:

---snip--
checking for sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 gmodule-2.0 >= 2.4.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

configure: error: Library requirements (sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 gmodule-2.0 >= 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.
---snip--


what should I have to do?

Thanks.

mhearn 02-10-2005 07:40 AM

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

impe 02-10-2005 09:05 AM

thanks, it seems it works.
now the report is:


---snip---
checking for sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 gmodule-2.0 >= 2.4.0... Package glib-2.0 was not found in the pkg-config search path.Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found

configure: error: Library requirements (sigc++-2.0 >= 2.0.0 glib-2.0 >= 2.4.0 gobject-2.0 >= 2.4.0 gmodule-2.0 >= 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.
---snip---
and i cannot locate glib-2.0....

impe 02-10-2005 10:29 AM

I installed the glib-2.5.6.tar.gz, configured it, made, removed the files as in INSTALL, and then made install.

It seem it has not been installes. I'm still finding glib 2.0.6 in the path.

Thanks.

ZaphyR 02-11-2005 12:39 AM

i solved the install problem by using apt-get for SuSE

Code:

apt-get install inkscape
:D

LionKimbro 02-12-2005 11:37 AM

I got it to work with another repository as well:

Code:

[Extras]
 name=Fedora Extras
 baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/

This should alleviate the "mixing repositories" objection.

I had to turn gpgcheck=0 in /etc/yum.conf to get it to work.

I don't know if it was necessary, but I had also set gpgcheck=0 in /etc/yum.repos.d for everything.

impe 02-15-2005 09:27 AM

Conflict between glib1-devel and glib2 devel
 
I would like to install an application that requires different libraries (under Fedora core3).
Some of those libraries need to be compiled using glib1-devel and other requires glib2-devel.
But the last two development libraries conflict.

Has someone an idea about how to solve that problem.
Thanks.
Davide


All times are GMT -5. The time now is 12:36 AM.