cannot stat `.libs/libnm-glib.so.2.2.0T': No such file or directory



Your software is next to impossible to install; it is a dependency nightmare.  I've spent countless hours just to get it to configure and then trying to get it to make.  The library this software is asking is installed in shared library application/x-sharedlib whereever that is and a link to it resides in usr/lib.  Don't know what to do I tried everything.  Even tried the command /usr/bin/install -c .lib/libnm-glib.so.2.2.0 /usr/local/lib/libnm-glib.so.2.2.0 in a terminal window received the same message.  Your software cannot be installed in Ubuntu by the users you profess that need it.  It can't resolve any networking problems if the user can't install it.  Do you have a real installer that goes and get the software it needs?

Making install in marshallers
make[1]: Entering directory `/home/lfloyd1/NetworkManager-0.8/marshallers'
make  install-am
make[2]: Entering directory `/home/lfloyd1/NetworkManager-0.8/marshallers'
make[3]: Entering directory `/home/lfloyd1/NetworkManager-0.8/marshallers'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/marshallers'
make[2]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/marshallers'
make[1]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/marshallers'
Making install in libnm-util
make[1]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-util'
Making install in .
make[2]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-util'
make[3]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-util'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libnm-util.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libnm-util.so.1.1.0 /usr/local/lib/libnm-util.so.1.1.0
libtool: install: (cd /usr/local/lib && { ln -s -f libnm-util.so.1.1.0 libnm-util.so.1 || { rm -f libnm-util.so.1 && ln -s libnm-util.so.1.1.0 libnm-util.so.1; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libnm-util.so.1.1.0 libnm-util.so || { rm -f libnm-util.so && ln -s libnm-util.so.1.1.0 libnm-util.so; }; })
libtool: install: /usr/bin/install -c .libs/libnm-util.lai /usr/local/lib/libnm-util.la
libtool: install: /usr/bin/install -c .libs/libnm-util.a /usr/local/lib/libnm-util.a
libtool: install: chmod 644 /usr/local/lib/libnm-util.a
libtool: install: ranlib /usr/local/lib/libnm-util.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/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.
----------------------------------------------------------------------
test -z "/usr/local/include/NetworkManager" || /bin/mkdir -p "/usr/local/include/NetworkManager"
 /usr/bin/install -c -m 644 nm-connection.h nm-setting.h nm-setting-8021x.h nm-setting-bluetooth.h nm-setting-connection.h nm-setting-ip4-config.h nm-setting-ip6-config.h nm-setting-ppp.h nm-setting-pppoe.h nm-setting-serial.h nm-setting-gsm.h nm-setting-cdma.h nm-setting-olpc-mesh.h nm-setting-wired.h nm-setting-wireless.h nm-setting-wireless-security.h nm-setting-vpn.h nm-utils.h '/usr/local/include/NetworkManager'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 libnm-util.pc '/usr/local/lib/pkgconfig'
make[3]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-util'
make[2]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-util'
Making install in tests
make[2]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests'
Making install in certs
make[3]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests/certs'
make[4]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests/certs'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests/certs'
make[3]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests/certs'
make[3]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests'
make[4]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests'
make[3]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests'
make[2]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-util/tests'
make[1]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-util'
Making install in libnm-glib
make[1]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-glib'
make  install-am
make[2]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-glib'
make[3]: Entering directory `/home/lfloyd1/NetworkManager-0.8/libnm-glib'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libnm-glib.la libnm-glib-vpn.la '/usr/local/lib'
libtool: install: warning: relinking `libnm-glib.la'
libtool: install: (cd /root/Desktop/NetworkManager-0.8/libnm-glib; /bin/bash /root/Desktop/NetworkManager-0.8/libtool  --tag CC --mode=relink gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wl,--version-script=./libnm-glib.ver -version-info 4:0:2 -o libnm-glib.la -rpath /usr/local/lib libnm_glib_la-libnm_glib.lo libnm_glib_la-nm-object.lo libnm_glib_la-nm-client.lo libnm_glib_la-nm-dbus-utils.lo libnm_glib_la-nm-device.lo libnm_glib_la-nm-device-ethernet.lo libnm_glib_la-nm-device-wifi.lo libnm_glib_la-nm-device-bt.lo libnm_glib_la-nm-access-point.lo libnm_glib_la-nm-ip4-config.lo libnm_glib_la-nm-gsm-device.lo libnm_glib_la-nm-cdma-device.lo libnm_glib_la-nm-serial-device.lo libnm_glib_la-nm-vpn-connection.lo libnm_glib_la-nm-types.lo libnm_glib_la-nm-object-cache.lo libnm_glib_la-nm-active-connection.lo libnm_glib_la-nm-dhcp4-config.lo libnm_glib_la-nm-ip6-config.lo libnm_glib_la-nm-remote-connection.lo libnm_glib_la-nm-settings-interface.lo libnm_glib_la-nm-settings-system-interface.lo libnm_glib_la-nm-remote-settings.lo libnm_glib_la-nm-remote-settings-system.lo libnm_glib_la-nm-settings-connection-interface.lo libnm_glib_la-nm-exported-connection.lo libnm_glib_la-nm-settings-service.lo ../libnm-util/libnm-util.la ../marshallers/libmarshallers.la -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -L//lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -lgudev-1.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 )
libtool: relink: gcc -shared  .libs/libnm_glib_la-libnm_glib.o .libs/libnm_glib_la-nm-object.o .libs/libnm_glib_la-nm-client.o .libs/libnm_glib_la-nm-dbus-utils.o .libs/libnm_glib_la-nm-device.o .libs/libnm_glib_la-nm-device-ethernet.o .libs/libnm_glib_la-nm-device-wifi.o .libs/libnm_glib_la-nm-device-bt.o .libs/libnm_glib_la-nm-access-point.o .libs/libnm_glib_la-nm-ip4-config.o .libs/libnm_glib_la-nm-gsm-device.o .libs/libnm_glib_la-nm-cdma-device.o .libs/libnm_glib_la-nm-serial-device.o .libs/libnm_glib_la-nm-vpn-connection.o .libs/libnm_glib_la-nm-types.o .libs/libnm_glib_la-nm-object-cache.o .libs/libnm_glib_la-nm-active-connection.o .libs/libnm_glib_la-nm-dhcp4-config.o .libs/libnm_glib_la-nm-ip6-config.o .libs/libnm_glib_la-nm-remote-connection.o .libs/libnm_glib_la-nm-settings-interface.o .libs/libnm_glib_la-nm-settings-system-interface.o .libs/libnm_glib_la-nm-remote-settings.o .libs/libnm_glib_la-nm-remote-settings-system.o .libs/libnm_glib_la-nm-settings-connection-interface.o .libs/libnm_glib_la-nm-exported-connection.o .libs/libnm_glib_la-nm-settings-service.o  -Wl,--whole-archive ../marshallers/.libs/libmarshallers.a -Wl,--no-whole-archive  -L/usr/local/lib -lnm-util -L//lib -L/usr/lib -luuid -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -ldbus-glib-1 -ldbus-1 -lgudev-1.0 -ludev -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  -pthread -pthread -pthread -Wl,--version-script=./libnm-glib.ver -pthread -pthread -pthread   -pthread -Wl,-soname -Wl,libnm-glib.so.2 -o .libs/libnm-glib.so.2.2.0
libtool: install: /usr/bin/install -c .libs/libnm-glib.so.2.2.0T /usr/local/lib/libnm-glib.so.2.2.0
/usr/bin/install: cannot stat `.libs/libnm-glib.so.2.2.0T': No such file or directory
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-glib'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-glib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/lfloyd1/NetworkManager-0.8/libnm-glib'
make: *** [install-recursive] Error 1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]