LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-27-2005, 01:00 PM   #1
datbenik
Member
 
Registered: Dec 2005
Location: Holland
Posts: 39

Rep: Reputation: 15
Can't install glib, no error.


I'm trying to install gtk. It requires the glib package. I tried to install this (with ./configure && make && make install). Everything seems to be OK.
When I tried to install gtk it sais the glib package is missing. If i do the "whereis glib" command it sais: glib: /usr/lib/glib.

The result after a ./configure && make && make install:
(The last lines)
Code:
make  install-am
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/gmodule'
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/gmodule'
/bin/sh ../mkinstalldirs /usr/local/lib
 /bin/sh ../libtool --mode=install /usr/bin/install -c  libgmodule-2.0.la /usr/local/lib/libgmodule-2.0.la
libtool: install: warning: relinking `libgmodule-2.0.la'
(cd /root/Desktop/Downloads/glib-2.9.0/gmodule; /bin/sh ../libtool  --mode=relink gcc -g -O2 -Wall -o libgmodule-2.0.la -rpath /usr/local/lib -Wl,--export-dynamic -version-info 900:0:900 -export-dynamic gmodule.lo -ldl ../glib/libglib-2.0.la )
gcc -shared  .libs/gmodule.o  -Wl,--rpath -Wl,/usr/local/lib -ldl -L/usr/local/lib -lglib-2.0  -Wl,--export-dynamic -Wl,-soname -Wl,libgmodule-2.0.so.0 -o .libs/libgmodule-2.0.so.0.900.0
/usr/bin/install -c .libs/libgmodule-2.0.so.0.900.0T /usr/local/lib/libgmodule-2.0.so.0.900.0
(cd /usr/local/lib && { ln -s -f libgmodule-2.0.so.0.900.0 libgmodule-2.0.so.0 || { rm -f libgmodule-2.0.so.0 && ln -s libgmodule-2.0.so.0.900.0 libgmodule-2.0.so.0; }; })
(cd /usr/local/lib && { ln -s -f libgmodule-2.0.so.0.900.0 libgmodule-2.0.so || { rm -f libgmodule-2.0.so && ln -s libgmodule-2.0.so.0.900.0 libgmodule-2.0.so; }; })
/usr/bin/install -c .libs/libgmodule-2.0.lai /usr/local/lib/libgmodule-2.0.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/include/glib-2.0
 /usr/bin/install -c -m 644 gmodule.h /usr/local/include/glib-2.0/gmodule.h
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/gmodule'
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/gmodule'
make[2]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/gmodule'
Making install in gthread
make[2]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/gthread'
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/gthread'
/bin/sh ../mkinstalldirs /usr/local/lib
 /bin/sh ../libtool --mode=install /usr/bin/install -c  libgthread-2.0.la /usr/local/lib/libgthread-2.0.la
libtool: install: warning: relinking `libgthread-2.0.la'
(cd /root/Desktop/Downloads/glib-2.9.0/gthread; /bin/sh ../libtool  --mode=relink gcc -g -O2 -Wall -o libgthread-2.0.la -rpath /usr/local/lib -version-info 900:0:900 -export-dynamic gthread-impl.lo -lpthread ../glib/libglib-2.0.la )
gcc -shared  .libs/gthread-impl.o  -Wl,--rpath -Wl,/usr/local/lib -lpthread -L/usr/local/lib -lglib-2.0  -Wl,-soname -Wl,libgthread-2.0.so.0 -o .libs/libgthread-2.0.so.0.900.0
/usr/bin/install -c .libs/libgthread-2.0.so.0.900.0T /usr/local/lib/libgthread-2.0.so.0.900.0
(cd /usr/local/lib && { ln -s -f libgthread-2.0.so.0.900.0 libgthread-2.0.so.0 || { rm -f libgthread-2.0.so.0 && ln -s libgthread-2.0.so.0.900.0 libgthread-2.0.so.0; }; })
(cd /usr/local/lib && { ln -s -f libgthread-2.0.so.0.900.0 libgthread-2.0.so || { rm -f libgthread-2.0.so && ln -s libgthread-2.0.so.0.900.0 libgthread-2.0.so; }; })
/usr/bin/install -c .libs/libgthread-2.0.lai /usr/local/lib/libgthread-2.0.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Niets te doen voor `install-data-am'.
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/gthread'
make[2]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/gthread'
Making install in tests
make[2]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/tests'
Making install in gobject
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/tests/gobject'
make  install-am
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/tests/gobject'
make[5]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/tests/gobject'
make[5]: Niets te doen voor `install-exec-am'.
make[5]: Niets te doen voor `install-data-am'.
make[5]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/tests/gobject'
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/tests/gobject'
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/tests/gobject'
Making install in refcount
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/tests/refcount'
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/tests/refcount'
make[4]: Niets te doen voor `install-exec-am'.
make[4]: Niets te doen voor `install-data-am'.
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/tests/refcount'
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/tests/refcount'
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/tests'
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/tests'
:
make[4]: Niets te doen voor `install-data-am'.
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/tests'
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/tests'
make[2]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/tests'
Making install in build
make[2]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/build'
Making install in win32
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/build/win32'
Making install in dirent
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/build/win32/dirent'
make[5]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/build/win32/dirent'
make[5]: Niets te doen voor `install-exec-am'.
make[5]: Niets te doen voor `install-data-am'.
make[5]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/build/win32/dirent'
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/build/win32/dirent'
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/build/win32'
make[5]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/build/win32'
make[5]: Niets te doen voor `install-exec-am'.
make[5]: Niets te doen voor `install-data-am'.
make[5]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/build/win32'
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/build/win32'
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/build/win32'
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/build'
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/build'
make[4]: Niets te doen voor `install-exec-am'.
make[4]: Niets te doen voor `install-data-am'.
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/build'
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/build'
make[2]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/build'
Making install in po
make[2]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /usr/local/share; \
else \
  /bin/sh ../mkinstalldirs /usr/local/share; \
fi
installing am.gmo as /usr/local/share/locale/am/LC_MESSAGES/glib20.mo
installing ar.gmo as /usr/local/share/locale/ar/LC_MESSAGES/glib20.mo
installing az.gmo as /usr/local/share/locale/az/LC_MESSAGES/glib20.mo
installing be.gmo as /usr/local/share/locale/be/LC_MESSAGES/glib20.mo
installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/glib20.mo
installing bn.gmo as /usr/local/share/locale/bn/LC_MESSAGES/glib20.mo
installing bs.gmo as /usr/local/share/locale/bs/LC_MESSAGES/glib20.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/glib20.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/glib20.mo
installing cy.gmo as /usr/local/share/locale/cy/LC_MESSAGES/glib20.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/glib20.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/glib20.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/glib20.mo
installing en_CA.gmo as /usr/local/share/locale/en_CA/LC_MESSAGES/glib20.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/glib20.mo
installing eo.gmo as /usr/local/share/locale/eo/LC_MESSAGES/glib20.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/glib20.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/glib20.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/glib20.mo
installing fa.gmo as /usr/local/share/locale/fa/LC_MESSAGES/glib20.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/glib20.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/glib20.mo
installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/glib20.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/glib20.mo
installing gu.gmo as /usr/local/share/locale/gu/LC_MESSAGES/glib20.mo
installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/glib20.mo
installing hi.gmo as /usr/local/share/locale/hi/LC_MESSAGES/glib20.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/glib20.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/glib20.mo
installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/glib20.mo
installing is.gmo as /usr/local/share/locale/is/LC_MESSAGES/glib20.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/glib20.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/glib20.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/glib20.mo
installing ku.gmo as /usr/local/share/locale/ku/LC_MESSAGES/glib20.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/glib20.mo
installing lv.gmo as /usr/local/share/locale/lv/LC_MESSAGES/glib20.mo
installing mk.gmo as /usr/local/share/locale/mk/LC_MESSAGES/glib20.mo
installing mn.gmo as /usr/local/share/locale/mn/LC_MESSAGES/glib20.mo
installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/glib20.mo
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/glib20.mo
installing ne.gmo as /usr/local/share/locale/ne/LC_MESSAGES/glib20.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/glib20.mo
installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/glib20.mo
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/glib20.mo
installing or.gmo as /usr/local/share/locale/or/LC_MESSAGES/glib20.mo
installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/glib20.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/glib20.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/glib20.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/glib20.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/glib20.mo
installing rw.gmo as /usr/local/share/locale/rw/LC_MESSAGES/glib20.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/glib20.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/glib20.mo
installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/glib20.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/glib20.mo
installing sr@ije.gmo as /usr/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo
installing sr@Latn.gmo as /usr/local/share/locale/sr@Latn/LC_MESSAGES/glib20.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/glib20.mo
installing ta.gmo as /usr/local/share/locale/ta/LC_MESSAGES/glib20.mo
installing te.gmo as /usr/local/share/locale/te/LC_MESSAGES/glib20.mo
installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/glib20.mo
installing tl.gmo as /usr/local/share/locale/tl/LC_MESSAGES/glib20.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/glib20.mo
installing tt.gmo as /usr/local/share/locale/tt/LC_MESSAGES/glib20.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/glib20.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/glib20.mo
installing wa.gmo as /usr/local/share/locale/wa/LC_MESSAGES/glib20.mo
installing xh.gmo as /usr/local/share/locale/xh/LC_MESSAGES/glib20.mo
installing yi.gmo as /usr/local/share/locale/yi/LC_MESSAGES/glib20.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo
if test "glib" = "glib"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /usr/local/share/glib-2.0/gettext/po; \
  fi; \
  /usr/bin/install -c -m 644 ./Makefile.in.in \
                  /usr/local/share/glib-2.0/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[2]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/po'
Making install in docs
make[2]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs'
Making install in reference
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference'
Making install in glib
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference/glib'
make[5]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference/glib'
make[5]: Niets te doen voor `install-exec-am'.
installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
  /bin/sh ../../../mkinstalldirs /usr/local/share/gtk-doc/html/glib; \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /usr/bin/install -c -m 644 $i /usr/local/share/gtk-doc/html/glib; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /usr/bin/install -c -m 644 ./html/index.sgml /usr/local/share/gtk-doc/html/glib || :; \
fi
-- Installing ./html/file-name-encodings.png
-- Installing ./html/glib-Arrays.html
-- Installing ./html/glib-Asynchronous-Queues.html
-- Installing ./html/glib-Atomic-Operations.html
-- Installing ./html/glib-Automatic-String-Completion.html
-- Installing ./html/glib-Balanced-Binary-Trees.html
-- Installing ./html/glib-Basic-Types.html
-- Installing ./html/glib-building.html
-- Installing ./html/glib-Byte-Arrays.html
-- Installing ./html/glib-Byte-Order-Macros.html
-- Installing ./html/glib-Caches.html
-- Installing ./html/glib-changes.html
-- Installing ./html/glib-Character-Set-Conversion.html
-- Installing ./html/glib-Commandline-option-parser.html
-- Installing ./html/glib-compiling.html
-- Installing ./html/glib-core.html
-- Installing ./html/glib-cross-compiling.html
-- Installing ./html/glib-Datasets.html
-- Installing ./html/glib-data-types.html
-- Installing ./html/glib-Date-and-Time-Functions.html
-- Installing ./html/glib.devhelp
-- Installing ./html/glib-Double-ended-Queues.html
-- Installing ./html/glib-Doubly-Linked-Lists.html
-- Installing ./html/glib-Dynamic-Loading-of-Modules.html
-- Installing ./html/glib-Error-Reporting.html
-- Installing ./html/glib-File-Utilities.html
-- Installing ./html/glib-fundamentals.html
-- Installing ./html/glib-gettextize.html
-- Installing ./html/glib-Glob-style-pattern-matching.html
-- Installing ./html/glib-Hash-Tables.html
-- Installing ./html/glib-Hook-Functions.html
-- Installing ./html/glib.html
-- Installing ./html/glib-I18N.html
-- Installing ./html/glib-IO-Channels.html
-- Installing ./html/glib-Keyed-Data-Lists.html
-- Installing ./html/glib-Key-value-file-parser.html
-- Installing ./html/glib-Lexical-Scanner.html
-- Installing ./html/glib-Limits-of-Basic-Types.html
-- Installing ./html/glib-Memory-Allocation.html
-- Installing ./html/glib-Memory-Allocators.html
-- Installing ./html/glib-Memory-Chunks.html
-- Installing ./html/glib-Message-Logging.html
-- Installing ./html/glib-Miscellaneous-Macros.html
-- Installing ./html/glib-Miscellaneous-Utility-Functions.html
-- Installing ./html/glib-N-ary-Trees.html
-- Installing ./html/glib-Numerical-Definitions.html
-- Installing ./html/glib-Pointer-Arrays.html
-- Installing ./html/glib-Quarks.html
-- Installing ./html/glib-Random-Numbers.html
-- Installing ./html/glib-Relations-and-Tuples.html
-- Installing ./html/glib-resources.html
-- Installing ./html/glib-running.html
-- Installing ./html/glib-Shell-related-Utilities.html
-- Installing ./html/glib-Simple-XML-Subset-Parser.html
-- Installing ./html/glib-Singly-Linked-Lists.html
-- Installing ./html/glib-Spawning-Processes.html
-- Installing ./html/glib-Standard-Macros.html
-- Installing ./html/glib-String-Chunks.html
-- Installing ./html/glib-Strings.html
-- Installing ./html/glib-String-Utility-Functions.html
-- Installing ./html/glib-The-Main-Event-Loop.html
-- Installing ./html/glib-Thread-Pools.html
-- Installing ./html/glib-Threads.html
-- Installing ./html/glib-Timers.html
-- Installing ./html/glib-Trash-Stacks.html
-- Installing ./html/glib-Type-Conversion-Macros.html
-- Installing ./html/glib-Unicode-Manipulation.html
-- Installing ./html/glib-utilities.html
-- Installing ./html/glib-Version-Information.html
-- Installing ./html/glib-Warnings-and-Assertions.html
-- Installing ./html/glib-Windows-Compatability-Functions.html
-- Installing ./html/home.png
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/ix01.html
-- Installing ./html/ix02.html
-- Installing ./html/ix03.html
-- Installing ./html/ix04.html
-- Installing ./html/ix05.html
-- Installing ./html/ix06.html
-- Installing ./html/ix07.html
-- Installing ./html/left.png
-- Installing ./html/mainloop-states.gif
-- Installing ./html/right.png
-- Installing ./html/style.css
-- Installing ./html/tools.html
-- Installing ./html/up.png
-- Installing ./html/index.sgml
/bin/sh ../../../mkinstalldirs /usr/local/man/man1
 /usr/bin/install -c -m 644 ./glib-gettextize.1 /usr/local/man/man1/glib-gettextize.1
make[5]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference/glib'
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference/glib'
Making install in gobject
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference/gobject'
make[5]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference/gobject'
make[5]: Niets te doen voor `install-exec-am'.
installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
  /bin/sh ../../../mkinstalldirs /usr/local/share/gtk-doc/html/gobject; \
  for i in $installfiles; do \
    echo '-- Installing '$i ; \
    /usr/bin/install -c -m 644 $i /usr/local/share/gtk-doc/html/gobject; \
  done; \
  echo '-- Installing ./html/index.sgml' ; \
  /usr/bin/install -c -m 644 ./html/index.sgml /usr/local/share/gtk-doc/html/gobject || :; \
fi
-- Installing ./html/ch01.html
-- Installing ./html/ch01s02.html
-- Installing ./html/ch02.html
-- Installing ./html/ch06s03.html
-- Installing ./html/ch07s02.html
-- Installing ./html/ch07s03.html
-- Installing ./html/chapter-gobject.html
-- Installing ./html/chapter-signal.html
-- Installing ./html/glib-genmarshal.html
-- Installing ./html/glib-mkenums.html
-- Installing ./html/glue.png
-- Installing ./html/gobject-Boxed-Types.html
-- Installing ./html/gobject-Closures.html
-- Installing ./html/gobject.devhelp
-- Installing ./html/gobject-Enumeration-and-Flag-Types.html
-- Installing ./html/gobject-Generic-values.html
-- Installing ./html/gobject-GParamSpec.html
-- Installing ./html/gobject-memory.html
-- Installing ./html/gobject-properties.html
-- Installing ./html/gobject-query.html
-- Installing ./html/gobject-Signals.html
-- Installing ./html/gobject-Standard-Parameter-and-Value-Types.html
-- Installing ./html/gobject-The-Base-Object-Type.html
-- Installing ./html/gobject-Type-Information.html
-- Installing ./html/gobject-Value-arrays.html
-- Installing ./html/gobject-Varargs-Value-Collection.html
-- Installing ./html/gtype-conventions.html
-- Installing ./html/gtype-instantiable-classed.html
-- Installing ./html/GTypeModule.html
-- Installing ./html/gtype-non-instantiable-classed.html
-- Installing ./html/gtype-non-instantiable.html
-- Installing ./html/GTypePlugin.html
-- Installing ./html/home.png
-- Installing ./html/howto-gobject-chainup.html
-- Installing ./html/howto-gobject-code.html
-- Installing ./html/howto-gobject-construction.html
-- Installing ./html/howto-gobject-destruction.html
-- Installing ./html/howto-gobject.html
-- Installing ./html/howto-gobject-methods.html
-- Installing ./html/howto-interface.html
-- Installing ./html/howto-interface-implement.html
-- Installing ./html/howto-interface-properties.html
-- Installing ./html/howto-signals.html
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/ix01.html
-- Installing ./html/ix02.html
-- Installing ./html/ix03.html
-- Installing ./html/ix04.html
-- Installing ./html/ix05.html
-- Installing ./html/ix06.html
-- Installing ./html/ix07.html
-- Installing ./html/left.png
-- Installing ./html/pr01.html
-- Installing ./html/pt01.html
-- Installing ./html/pt02.html
-- Installing ./html/pt03.html
-- Installing ./html/right.png
-- Installing ./html/rn01.html
-- Installing ./html/rn02.html
-- Installing ./html/signal.html
-- Installing ./html/style.css
-- Installing ./html/tools-ginspector.html
-- Installing ./html/tools-gob.html
-- Installing ./html/tools-gtkdoc.html
-- Installing ./html/tools-refdb.html
-- Installing ./html/up.png
-- Installing ./html/index.sgml
/bin/sh ../../../mkinstalldirs /usr/local/man/man1
 /usr/bin/install -c -m 644 ./glib-mkenums.1 /usr/local/man/man1/glib-mkenums.1
 /usr/bin/install -c -m 644 ./glib-genmarshal.1 /usr/local/man/man1/glib-genmarshal.1
 /usr/bin/install -c -m 644 ./gobject-query.1 /usr/local/man/man1/gobject-query.1
make[5]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference/gobject'
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference/gobject'
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference'
make[5]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference'
make[5]: Niets te doen voor `install-exec-am'.
make[5]: Niets te doen voor `install-data-am'.
make[5]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference'
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference'
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs/reference'
make[3]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs'
make[4]: Entering directory `/root/Desktop/Downloads/glib-2.9.0/docs'
make[4]: Niets te doen voor `install-exec-am'.
make[4]: Niets te doen voor `install-data-am'.
make[4]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs'
make[3]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs'
make[2]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0/docs'
make[1]: Leaving directory `/root/Desktop/Downloads/glib-2.9.0'
debian:~/Desktop/Downloads/glib-2.9.0# whereis glib
glib: /usr/lib/glib
debian:~/Desktop/Downloads/glib-2.9.0#
 
Old 12-27-2005, 01:31 PM   #2
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
yep now you got two glib2 one in /usr/ and one in /usr/local and are headed for a royal mess.
generally the default for configure is /usr/local so developers don't overwrite their system files while they are developing libs and junk.
You can leave the new one in /usr/local but using it will be tricky cause it is named the same as the original and will involve some fancy compiling/linking path manipulation tricks to use.
When you want to install something as system use --prefix=/usr
bear in mind if you overwrite your current glib it is possible that all programs linked against the old one might be broken.
also the old lib will still be there but the links to it will be gone (you can go back and play with the links afterwards) but the original config information will be overwritten.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install ethereal, I get the error: 'pkg-config --modversion glib-2.0' retur abefroman Linux - Security 5 07-09-2007 11:09 AM
glib error niteshadw Linux - Distributions 12 01-21-2006 11:31 PM
xmms install (needs glib>1.22), just installed glib 2.4.8 and still get error message eskiled Linux - Software 2 12-19-2005 09:12 PM
Trying to install bmp mp3 player, getting glib error dangerousdave Linux - Newbie 1 02-12-2005 08:46 PM
can't install gtk 2.4.4: "Requested 'glib-2.0 >= 2.4.0' but version of GLib is 2.2.3 webazoid Linux - Software 0 07-15-2004 06:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration