glib-2.2.3 설치 질문입니다.
그놈 2.2에서 2.4로 올리고 있습니다.
atk-1.4.0 을 설치하기 위해서
root@lovejin atk-1.4.0]# ./configure
를 했는데
.
.
.
.
checking for GLIB - version >= 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.2.3, but GLIB (2.3.2)
*** 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:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.
이란 에러가 나면서 configure작업이 중지되었습니다.
에러 메세지를 보니까 glib버전이 낮다는 거여서
glib-2.2.3 을 받아서
[root@lovejin glib-2.2.3]# ./configure
[root@lovejin glib-2.2.3]# make install
로 설치를 했습니다.
==========================================================
Making install in .
make[1]: 들어감 `/home/data/gnome/glib-2.2.3' 디렉토리
make[2]: 들어감 `/home/data/gnome/glib-2.2.3' 디렉토리
/bin/sh ./mkinstalldirs /usr/local/bin
/usr/bin/install -c glib-gettextize /usr/local/bin/glib-gettextize
/bin/sh ./mkinstalldirs /usr/local/lib/glib-2.0/include
file=/usr/local/lib/glib-2.0/include/glibconfig.h; \
if test -r $file && cmp -s glibconfig.h $file; then :; \
else /usr/bin/install -c -m 644 glibconfig.h $file; fi
/bin/sh ./mkinstalldirs /usr/local/lib/pkgconfig
/usr/bin/install -c -m 644 ./glib-2.0.pc /usr/local/lib/pkgconfig/glib-2.0.pc
/usr/bin/install -c -m 644 ./gobject-2.0.pc /usr/local/lib/pkgconfig/gobject-2.0.pc
/usr/bin/install -c -m 644 ./gmodule-2.0.pc /usr/local/lib/pkgconfig/gmodule-2.0.pc
/usr/bin/install -c -m 644 ./gthread-2.0.pc /usr/local/lib/pkgconfig/gthread-2.0.pc
make[2]: 나감 `/home/data/gnome/glib-2.2.3' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3' 디렉토리
Making install in m4macros
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/m4macros' 디렉토리
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/m4macros' 디렉토리
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/aclocal
/usr/bin/install -c -m 644 ./glib-2.0.m4 /usr/local/share/aclocal/glib-2.0.m4
/usr/bin/install -c -m 644 ./glib-gettext.m4 /usr/local/share/aclocal/glib-gettext.m4
make[2]: 나감 `/home/data/gnome/glib-2.2.3/m4macros' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3/m4macros' 디렉토리
Making install in glib
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/glib' 디렉토리
Making install in libcharset
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/glib/libcharset' 디렉토리
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/glib/libcharset' 디렉토리
/bin/sh ../../mkinstalldirs /usr/local/lib
if test -f /usr/local/lib/charset.alias; then \
sed -f ref-add.sed /usr/local/lib/charset.alias > /usr/local/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ; \
rm -f /usr/local/lib/charset.tmp ; \
else \
if test yes = no; then \
sed -f ref-add.sed charset.alias > /usr/local/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ; \
rm -f /usr/local/lib/charset.tmp ; \
fi ; \
fi
make[3]: Nothing to be done for `install-data-am'.
make[3]: 나감 `/home/data/gnome/glib-2.2.3/glib/libcharset' 디렉토리
make[2]: 나감 `/home/data/gnome/glib-2.2.3/glib/libcharset' 디렉토리
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/glib' 디렉토리
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/glib' 디렉토리
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libglib-2.0.la /usr/local/lib/libglib-2.0.la
/usr/bin/install -c .libs/libglib-2.0.so.0.200.3 /usr/local/lib/libglib-2.0.so.0.200.3
(cd /usr/local/lib && rm -f libglib-2.0.so.0 && ln -s libglib-2.0.so.0.200.3 libglib-2.0.so.0)
(cd /usr/local/lib && rm -f libglib-2.0.so && ln -s libglib-2.0.so.0.200.3 libglib-2.0.so)
/usr/bin/install -c .libs/libglib-2.0.lai /usr/local/lib/libglib-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/bin
/bin/sh ../mkinstalldirs /usr/local/include/glib-2.0
/usr/bin/install -c -m 644 glib-object.h /usr/local/include/glib-2.0/glib-object.h
/usr/bin/install -c -m 644 glib.h /usr/local/include/glib-2.0/glib.h
/bin/sh ../mkinstalldirs /usr/local/include/glib-2.0/glib
/usr/bin/install -c -m 644 galloca.h /usr/local/include/glib-2.0/glib/galloca.h
/usr/bin/install -c -m 644 garray.h /usr/local/include/glib-2.0/glib/garray.h
/usr/bin/install -c -m 644 gasyncqueue.h /usr/local/include/glib-2.0/glib/gasyncqueue.h
/usr/bin/install -c -m 644 gbacktrace.h /usr/local/include/glib-2.0/glib/gbacktrace.h
/usr/bin/install -c -m 644 gcache.h /usr/local/include/glib-2.0/glib/gcache.h
/usr/bin/install -c -m 644 gcompletion.h /usr/local/include/glib-2.0/glib/ /usr/bin/install -c -m 644 gconvert.h /usr/local/include/glib-2.0/glib/gconvert.h
/usr/bin/install -c -m 644 gdataset.h /usr/local/include/glib-2.0/glib/gdataset.h
/usr/bin/install -c -m 644 gdate.h /usr/local/include/glib-2.0/glib/gdate.h
/usr/bin/install -c -m 644 gdir.h /usr/local/include/glib-2.0/glib/gdir.h
/usr/bin/install -c -m 644 gerror.h /usr/local/include/glib-2.0/glib/gerror.h
/usr/bin/install -c -m 644 gfileutils.h /usr/local/include/glib-2.0/glib/gfileutils.h
/usr/bin/install -c -m 644 ghash.h /usr/local/include/glib-2.0/glib/ghash.h
/usr/bin/install -c -m 644 ghook.h /usr/local/include/glib-2.0/glib/ghook.h
/usr/bin/install -c -m 644 giochannel.h /usr/local/include/glib-2.0/glib/giochannel.h
/usr/bin/install -c -m 644 glist.h /usr/local/include/glib-2.0/glib/glist.h
/usr/bin/install -c -m 644 gmacros.h /usr/local/include/glib-2.0/glib/gmacros.h
/usr/bin/install -c -m 644 gmain.h /usr/local/include/glib-2.0/glib/gmain.h
/usr/bin/install -c -m 644 gmarkup.h /usr/local/include/glib-2.0/glib/gmarkup.h
/usr/bin/install -c -m 644 gmem.h /usr/local/include/glib-2.0/glib/gmem.h
/usr/bin/install -c -m 644 gmessages.h /usr/local/include/glib-2.0/glib/gmessages.h
/usr/bin/install -c -m 644 gnode.h /usr/local/include/glib-2.0/glib/gnode.h
/usr/bin/install -c -m 644 gpattern.h /usr/local/include/glib-2.0/glib/gpattern.h
/usr/bin/install -c -m 644 gprimes.h /usr/local/include/glib-2.0/glib/gprimes.h
/usr/bin/install -c -m 644 gqsort.h /usr/local/include/glib-2.0/glib/gqsort.h
/usr/bin/install -c -m 644 gquark.h /usr/local/include/glib-2.0/glib/gquark.h
/usr/bin/install -c -m 644 gqueue.h /usr/local/include/glib-2.0/glib/gqueue.h
/usr/bin/install -c -m 644 grand.h /usr/local/include/glib-2.0/glib/grand.h
/usr/bin/install -c -m 644 grel.h /usr/local/include/glib-2.0/glib/grel.h
/usr/bin/install -c -m 644 gscanner.h /usr/local/include/glib-2.0/glib/gscanner.h
/usr/bin/install -c -m 644 gshell.h /usr/local/include/glib-2.0/glib/gshell.h
/usr/bin/install -c -m 644 gslist.h /usr/local/include/glib-2.0/glib/gslist.h
/usr/bin/install -c -m 644 gspawn.h /usr/local/include/glib-2.0/glib/gspawn.h
/usr/bin/install -c -m 644 gstrfuncs.h /usr/local/include/glib-2.0/glib/gstrfuncs.h
/usr/bin/install -c -m 644 gstring.h /usr/local/include/glib-2.0/glib/gstring.h
/usr/bin/install -c -m 644 gthread.h /usr/local/include/glib-2.0/glib/gthread.h
/usr/bin/install -c -m 644 gthreadpool.h /usr/local/include/glib-2.0/glib/gthreadpool.h
/usr/bin/install -c -m 644 gtimer.h /usr/local/include/glib-2.0/glib/gtimer.h
/usr/bin/install -c -m 644 gtree.h /usr/local/include/glib-2.0/glib/gtree.h
/usr/bin/install -c -m 644 gtypes.h /usr/local/include/glib-2.0/glib/gtypes.h
/usr/bin/install -c -m 644 gunicode.h /usr/local/include/glib-2.0/glib/gunicode.h
/usr/bin/install -c -m 644 gutils.h /usr/local/include/glib-2.0/glib/gutils.h
/usr/bin/install -c -m 644 gwin32.h /usr/local/include/glib-2.0/glib/gwin32.h
/usr/bin/install -c -m 644 gprintf.h /usr/local/include/glib-2.0/glib/gprintf.h
make[3]: 나감 `/home/data/gnome/glib-2.2.3/glib' 디렉토리
make[2]: 나감 `/home/data/gnome/glib-2.2.3/glib' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3/glib' 디렉토리
Making install in gobject
gcompletion.h
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/gobject' 디렉토리
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/gobject' 디렉토리
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libgobject-2.0.la /usr/local/lib/libgobject-2.0.la
(cd /home/data/gnome/glib-2.2.3/gobject; /bin/sh ../libtool --mode=relink gcc -g -O2 -Wall -o libgobject-2.0.la -rpath /usr/local/lib -version-info 200:3:200 -export-dynamic gboxed.lo gclosure.lo genums.lo gobject.lo gparam.lo gparamspecs.lo gsignal.lo gsourceclosure.lo gtype.lo gtypemodule.lo gtypeplugin.lo gvalue.lo gvaluearray.lo gvaluetransform.lo gvaluetypes.lo ../glib/libglib-2.0.la )
gcc -shared .libs/gboxed.o .libs/gclosure.o .libs/genums.o .libs/gobject.o .libs/gparam.o .libs/gparamspecs.o .libs/gsignal.o .libs/gsourceclosure.o .libs/gtype.o .libs/gtypemodule.o .libs/gtypeplugin.o .libs/gvalue.o .libs/gvaluearray.o .libs/gvaluetransform.o .libs/gvaluetypes.o -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lglib-2.0 -Wl,-soname -Wl,libgobject-2.0.so.0 -o .libs/libgobject-2.0.so.0.200.3
/usr/bin/install -c .libs/libgobject-2.0.so.0.200.3T /usr/local/lib/libgobject-2.0.so.0.200.3
(cd /usr/local/lib && rm -f libgobject-2.0.so.0 && ln -s libgobject-2.0.so.0.200.3 libgobject-2.0.so.0)
(cd /usr/local/lib && rm -f libgobject-2.0.so && ln -s libgobject-2.0.so.0.200.3 libgobject-2.0.so)
/usr/bin/install -c .libs/libgobject-2.0.lai /usr/local/lib/libgobject-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/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c gobject-query /usr/local/bin/gobject-query
/usr/bin/install -c .libs/gobject-query /usr/local/bin/gobject-query
/bin/sh ../libtool --mode=install /usr/bin/install -c glib-genmarshal /usr/local/bin/glib-genmarshal
/usr/bin/install -c .libs/glib-genmarshal /usr/local/bin/glib-genmarshal
/bin/sh ../mkinstalldirs /usr/local/bin
/usr/bin/install -c glib-mkenums /usr/local/bin/glib-mkenums
make install-man1
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/gobject' 디렉토리
/bin/sh ../mkinstalldirs /usr/local/man/man1
/usr/bin/install -c -m 644 ./glib-genmarshal.1 /usr/local/man/man1/glib-genmarshal.1
/usr/bin/install -c -m 644 ./glib-mkenums.1 /usr/local/man/man1/glib-mkenums.1
make[3]: 나감 `/home/data/gnome/glib-2.2.3/gobject' 디렉토리
/bin/sh ../mkinstalldirs /usr/local/include/glib-2.0/gobject
/usr/bin/install -c -m 644 gboxed.h /usr/local/include/glib-2.0/gobject/gboxed.h
/usr/bin/install -c -m 644 gclosure.h /usr/local/include/glib-2.0/gobject/gclosure.h
/usr/bin/install -c -m 644 genums.h /usr/local/include/glib-2.0/gobject/genums.h
/usr/bin/install -c -m 644 gobject.h /usr/local/include/glib-2.0/gobject/gobject.h
/usr/bin/install -c -m 644 gparam.h /usr/local/include/glib-2.0/gobject/gparam.h
/usr/bin/install -c -m 644 gparamspecs.h /usr/local/include/glib-2.0/gobject/gparamspecs.h
/usr/bin/install -c -m 644 gsignal.h /usr/local/include/glib-2.0/gobject/gsignal.h
/usr/bin/install -c -m 644 gsourceclosure.h /usr/local/include/glib-2.0/gobject/gsourceclosure.h
/usr/bin/install -c -m 644 gtype.h /usr/local/include/glib-2.0/gobject/gtype.h
/usr/bin/install -c -m 644 gtypemodule.h /usr/local/include/glib-2.0/gobject/gtypemodule.h
/usr/bin/install -c -m 644 gtypeplugin.h /usr/local/include/glib-2.0/gobject/gtypeplugin.h
/usr/bin/install -c -m 644 gvalue.h /usr/local/include/glib-2.0/gobject/gvalue.h
/usr/bin/install -c -m 644 gvaluearray.h /usr/local/include/glib-2.0/gobject/gvaluearray.h
/usr/bin/install -c -m 644 gvaluecollector.h /usr/local/include/glib-2.0/gobject/gvaluecollector.h
/usr/bin/install -c -m 644 gvaluetypes.h /usr/local/include/glib-2.0/gobject/gvaluetypes.h
/usr/bin/install -c -m 644 gobjectnotifyqueue.c /usr/local/include/glib-2.0/gobject/gobjectnotifyqueue.c
/usr/bin/install -c -m 644 gmarshal.h /usr/local/include/glib-2.0/gobject/gmarshal.h
make[2]: 나감 `/home/data/gnome/glib-2.2.3/gobject' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3/gobject' 디렉토리
Making install in gmodule
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/gmodule' 디렉토리
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../glib -I../gmodule -DG_LOG_DOMAIN=\"GModule\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -g -O2 -Wall -c gmodule.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../glib -I../gmodule -DG_LOG_DOMAIN=\"GModule\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -pthread -g -O2 -Wall -c gmodule.c -fPIC -DPIC -o .libs/gmodule.o
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -o libgmodule-2.0.la -rpath /usr/local/lib -Wl,--export-dynamic -version-info 200:3:200 -export-dynamic gmodule.lo -ldl ../glib/libglib-2.0.la
rm -fr .libs/libgmodule-2.0.la .libs/libgmodule-2.0.lai .libs/libgmodule-2.0.so .libs/libgmodule-2.0.so.0 .libs/libgmodule-2.0.so.0.200.3 .libs/libgmodule-2.0.so.0.200.3T
gcc -shared .libs/gmodule.o -Wl,--rpath -Wl,/root/data/gnome/glib-2.2.3/glib/.libs -Wl,--rpath -Wl,/usr/local/lib -ldl ../glib/.libs/libglib-2.0.so -Wl,--export-dynamic -Wl,-soname -Wl,libgmodule-2.0.so.0 -o .libs/libgmodule-2.0.so.0.200.3
(cd .libs && rm -f libgmodule-2.0.so.0 && ln -s libgmodule-2.0.so.0.200.3 libgmodule-2.0.so.0)
(cd .libs && rm -f libgmodule-2.0.so && ln -s libgmodule-2.0.so.0.200.3 libgmodule-2.0.so)
creating libgmodule-2.0.la
(cd .libs && rm -f libgmodule-2.0.la && ln -s ../libgmodule-2.0.la libgmodule-2.0.la)
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/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
(cd /root/data/gnome/glib-2.2.3/gmodule; /bin/sh ../libtool --mode=relink gcc -g -O2 -Wall -o libgmodule-2.0.la -rpath /usr/local/lib -Wl,--export-dynamic -version-info 200:3:200 -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.200.3
/usr/bin/install -c .libs/libgmodule-2.0.so.0.200.3T /usr/local/lib/libgmodule-2.0.so.0.200.3
(cd /usr/local/lib && rm -f libgmodule-2.0.so.0 && ln -s libgmodule-2.0.so.0.200.3 libgmodule-2.0.so.0)
(cd /usr/local/lib && rm -f libgmodule-2.0.so && ln -s libgmodule-2.0.so.0.200.3 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[2]: 나감 `/home/data/gnome/glib-2.2.3/gmodule' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3/gmodule' 디렉토리
Making install in gthread
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/gthread' 디렉토리
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/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
(cd /home/data/gnome/glib-2.2.3/gthread; /bin/sh ../libtool --mode=relink gcc -g -O2 -Wall -o libgthread-2.0.la -rpath /usr/local/lib -version-info 200:3:200 -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.200.3
/usr/bin/install -c .libs/libgthread-2.0.so.0.200.3T /usr/local/lib/libgthread-2.0.so.0.200.3
(cd /usr/local/lib && rm -f libgthread-2.0.so.0 && ln -s libgthread-2.0.so.0.200.3 libgthread-2.0.so.0)
(cd /usr/local/lib && rm -f libgthread-2.0.so && ln -s libgthread-2.0.so.0.200.3 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[2]: Nothing to be done for `install-data-am'.
make[2]: 나감 `/home/data/gnome/glib-2.2.3/gthread' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3/gthread' 디렉토리
Making install in tests
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/tests' 디렉토리
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/tests' 디렉토리
:
make[2]: Nothing to be done for `install-data-am'.
make[2]: 나감 `/home/data/gnome/glib-2.2.3/tests' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3/tests' 디렉토리
Making install in build
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/build' 디렉토리
Making install in win32
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/build/win32' 디렉토리
Making install in dirent
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/build/win32/dirent' 디렉토리
make[4]: 들어감 `/home/data/gnome/glib-2.2.3/build/win32/dirent' 디렉토리
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: 나감 `/home/data/gnome/glib-2.2.3/build/win32/dirent' 디렉토리
make[3]: 나감 `/home/data/gnome/glib-2.2.3/build/win32/dirent' 디렉토리
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/build/win32' 디렉토리
make[4]: 들어감 `/home/data/gnome/glib-2.2.3/build/win32' 디렉토리
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: 나감 `/home/data/gnome/glib-2.2.3/build/win32' 디렉토리
make[3]: 나감 `/home/data/gnome/glib-2.2.3/build/win32' 디렉토리
make[2]: 나감 `/home/data/gnome/glib-2.2.3/build/win32' 디렉토리
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/build' 디렉토리
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/build' 디렉토리
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: 나감 `/home/data/gnome/glib-2.2.3/build' 디렉토리
make[2]: 나감 `/home/data/gnome/glib-2.2.3/build' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3/build' 디렉토리
Making install in po
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/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 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 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 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 gl.gmo as /usr/local/share/locale/gl/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 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 li.gmo as /usr/local/share/locale/li/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 ml.gmo as /usr/local/share/locale/ml/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 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 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 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@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 tr.gmo as /usr/local/share/locale/tr/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 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[1]: 나감 `/home/data/gnome/glib-2.2.3/po' 디렉토리
Making install in docs
make[1]: 들어감 `/home/data/gnome/glib-2.2.3/docs' 디렉토리
Making install in reference
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/docs/reference' 디렉토리
Making install in glib
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/docs/reference/glib' 디렉토리
make[4]: 들어감 `/home/data/gnome/glib-2.2.3/docs/reference/glib' 디렉토리
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../../../mkinstalldirs /usr/local/share/gtk-doc/html/glib
(installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
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/glib-Arrays.html
-- Installing ./html/glib-Asynchronous-Queues.html
-- Installing ./html/glib-Automatic-String-Completion.html
-- Installing ./html/glib-Balanced-Binary-Trees.html
-- Installing ./html/glib-Basic-Types.html
-- Installing ./html/glib-Byte-Arrays.html
-- Installing ./html/glib-Byte-Order-Macros.html
-- Installing ./html/glib-Caches.html
-- Installing ./html/glib-Character-Set-Conversion.html
-- Installing ./html/glib-Datasets.html
-- Installing ./html/glib-Date-and-Time-Functions.html
-- 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-Glob-style-pattern-matching.html
-- Installing ./html/glib-Hash-Tables.html
-- Installing ./html/glib-Hook-Functions.html
-- Installing ./html/glib-IO-Channels.html
-- Installing ./html/glib-Keyed-Data-Lists.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-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-String-Utility-Functions.html
-- Installing ./html/glib-Strings.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-Warnings-and-Assertions.html
-- Installing ./html/glib-Windows-Compatability-Functions.html
-- Installing ./html/glib-building.html
-- Installing ./html/glib-changes.html
-- Installing ./html/glib-compiling.html
-- Installing ./html/glib-core.html
-- Installing ./html/glib-data-types.html
-- Installing ./html/glib-fundamentals.html
-- Installing ./html/glib-resources.html
-- Installing ./html/glib-running.html
-- Installing ./html/glib-utilities.html
-- Installing ./html/glib.devhelp
-- Installing ./html/glib.html
-- Installing ./html/home.png
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/ix01.html
-- Installing ./html/left.png
-- Installing ./html/mainloop-states.gif
-- Installing ./html/right.png
-- Installing ./html/up.png
-- Installing ./html/index.sgml
make[4]: 나감 `/home/data/gnome/glib-2.2.3/docs/reference/glib' 디렉토리
make[3]: 나감 `/home/data/gnome/glib-2.2.3/docs/reference/glib' 디렉토리
Making install in gobject
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/docs/reference/gobject' 디렉토리
make[4]: 들어감 `/home/data/gnome/glib-2.2.3/docs/reference/gobject' 디렉토리
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../../../mkinstalldirs /usr/local/share/gtk-doc/html/gobject
(installfiles=`echo ./html/*`; \
if test "$installfiles" = './html/*'; \
then echo '-- Nothing to install' ; \
else \
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/gobject-Boxed-Types.html
-- Installing ./html/gobject-Closures.html
-- Installing ./html/gobject-Enumeration-and-Flag-Types.html
-- Installing ./html/gobject-GParamSpec.html
-- Installing ./html/gobject-GType.html
-- Installing ./html/gobject-GTypeModule.html
-- Installing ./html/gobject-GTypePlugin.html
-- Installing ./html/gobject-Generic-values.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-Value-arrays.html
-- Installing ./html/gobject-Varargs-Value-Collection.html
-- Installing ./html/gobject.devhelp
-- Installing ./html/home.png
-- Installing ./html/index.html
-- Installing ./html/index.sgml
-- Installing ./html/ix01.html
-- Installing ./html/left.png
-- Installing ./html/pr01.html
-- Installing ./html/right.png
-- Installing ./html/rn01.html
-- Installing ./html/up.png
-- Installing ./html/index.sgml
make[4]: 나감 `/home/data/gnome/glib-2.2.3/docs/reference/gobject' 디렉토리
make[3]: 나감 `/home/data/gnome/glib-2.2.3/docs/reference/gobject' 디렉토리
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/docs/reference' 디렉토리
make[4]: 들어감 `/home/data/gnome/glib-2.2.3/docs/reference' 디렉토리
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: 나감 `/home/data/gnome/glib-2.2.3/docs/reference' 디렉토리
make[3]: 나감 `/home/data/gnome/glib-2.2.3/docs/reference' 디렉토리
make[2]: 나감 `/home/data/gnome/glib-2.2.3/docs/reference' 디렉토리
make[2]: 들어감 `/home/data/gnome/glib-2.2.3/docs' 디렉토리
make[3]: 들어감 `/home/data/gnome/glib-2.2.3/docs' 디렉토리
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: 나감 `/home/data/gnome/glib-2.2.3/docs' 디렉토리
make[2]: 나감 `/home/data/gnome/glib-2.2.3/docs' 디렉토리
make[1]: 나감 `/home/data/gnome/glib-2.2.3/docs' 디렉토리
==============================================
대략 이런 메세지를 내면서 설치가 완료되었습니다.(설치가 제대로 된 것으로 판단됨)
일단 glib가 제대로 설치되었다고 판단하고 다시 atk-1.4.0 를 설치하기 위해서 처음과 동일한 작업을 수행했는데 이번에도 glib버전이 너무 낮다고 나옵니다. (처음 에러 메세지와 동일)
그래서
[root@lovejin /]# find -name glib 를 하니까
./usr/share/doc/gtk-doc/html/glib
./usr/include/glib-2.0/glib
./usr/local/include/glib-2.0/glib
./usr/local/share/gtk-doc/html/glib
이렇게 나옵니다.
분명 glib make install과정에서 에러가 발생하지않은 것으로 보였는데
제대로 설치가 안되건가요?(glib-2.2.3이란 문장은 안 보이네요. )
어떻게 하면 될까요?
댓글 달기