This is a discussion on where glib-2.4.4 is installed..? within the Linux Operating System forums, part of the Unix Operating Systems category; --> My linux distribution is redhat 7.2 But redhat 7.2 is shortage for install x-application comfortablely. i installed glib-2.4.4. but ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| My linux distribution is redhat 7.2 But redhat 7.2 is shortage for install x-application comfortablely. i installed glib-2.4.4. but i don't know where it is. this make installing atk inconvenience. in atk directory ../configure but configure can't find glib where glib-2.4.4. is installed? |
| |||
| On Thu, 22 Jul 2004 12:59:48 +0900, Nice_linux_Guy wrote: >where glib-2.4.4. is installed? Log in as /root Open a console window e.g. xterm if you are in XWindows. Type the command ldconfig Then type the command ldconfig -p | grep -e glib - A list will appear, showing where glib is found. It normally is either /usr/lib or /usr/local/lib Philip Dodd |
| |||
| Philip Dodd <pd@phildoddnospamfreeserve.co.uk> wrote: > On Thu, 22 Jul 2004 12:59:48 +0900, Nice_linux_Guy wrote: > > >where glib-2.4.4. is installed? Where it should be. And I should know, having spent all day porting it to glibc 2.1 so that I can compile and install it on my box. Gibber. But it's not a single thing, so it's pointless asking. It's like asking "where is air installed". It's everywhere. You can list the parts by listing the package contents. The runtime package will consist mostly of a few shared libraries in /usr/lib. The development package will have archive libraries as well (in /usr/lib), hundreds of header files in /usr/include, and a few binaries (in /usr/bin). > Log in as /root > > Open a console window e.g. xterm if you are in XWindows. > > Type the command ldconfig This will indeed find shared libraries, which he may or may not be talking about. > > Then type the command ldconfig -p | grep -e glib - > > A list will appear, showing where glib is found. > > It normally is either /usr/lib or /usr/local/lib Depending on where HE installed it, and HE ought to know. Peter |
| |||
| Nice_linux_Guy wrote: > My linux distribution is redhat 7.2 > i installed glib-2.4.4. but i don't know where it is. > this make installing atk inconvenience. > in atk directory > > ./configure > > but configure can't find glib You must install the "glib-devel" package to _compile_ programs that use glib. The "glib" package contains just the runtime files. > where glib-2.4.4. is installed? rpm -ql glib -- Markku Kolkka markku.kolkka@iki.fi |