I found them, /usr/sbin. Thanks

Christian Magnusson wrote:
> You are installing the new binaries in /opt/owfs/bin/
> But you probably have some old installation in /usr/bin/ or /usr/local/bin/.
> Try "which" to see which binary you have in your path.
>
> # which owhttpd
>
> And also try to specify the full path.
> # /opt/owfs/bin/owhttpd -V
>
> Try find out which libraries are used when loading the application:
> # ldd /opt/owfs/bin/owhttpd
> # ldd /usr/bin/owhttpd
> # ldd /usr/local/bin/owhttpd
>
> Remove the old installation to make sure you only use the latest version.
>
> /Christian
>
>
> -----Original Message-----
> From: William Brown [mailto:[email protected]] 
> Sent: den 3 juli 2009 03:57
> To: [email protected]
> Subject: Re: [Owfs-developers] Install of owfs 2.7p22
>
> Today I tried to compile and link owfs 2.7p22, restart computer.  
> Everthing seemed to be ok, libow and owfs bin programs had today's date, 
> owfs lib links all point to version 22,  but when I did owhttpd -V it 
> shows owfs 2.7p14.  I have 3 versions in owfs lib 14, 21, 22.
>
> owhttpd -V
> owhttpd version:
>     2.7p14
> libow version:
>     2.7p14
>
> Any idea what I did wrong?
>
> 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/wgb/owfs-2.7p22/module/owhttpd'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owhttpd'
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/owhttpd'
> Making install in owserver
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module/owserver'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in src
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/owserver/src'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in include
> make[4]: Entering directory 
> `/home/wgb/owfs-2.7p22/module/owserver/src/include'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory 
> `/home/wgb/owfs-2.7p22/module/owserver/src/include'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory 
> `/home/wgb/owfs-2.7p22/module/owserver/src/include'
> make[4]: Leaving directory 
> `/home/wgb/owfs-2.7p22/module/owserver/src/include'
> Making install in c
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owserver/src/c'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owserver/src/c'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> test -z "/opt/owfs/bin" || mkdir -p -- "/opt/owfs/bin"
>   /bin/bash ../../../../libtool --mode=install /usr/bin/install -c 
> 'owserver' '/opt/owfs/bin/owserver'
> /usr/bin/install -c .libs/owserver /opt/owfs/bin/owserver
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owserver/src/c'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owserver/src/c'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owserver/src'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owserver/src'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owserver/src'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owserver/src'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owserver/src'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/owserver'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owserver'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> 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/wgb/owfs-2.7p22/module/owserver'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owserver'
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/owserver'
> Making install in owfs
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in src
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs/src'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in c
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs/src/c'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs/src/c'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> test -z "/opt/owfs/bin" || mkdir -p -- "/opt/owfs/bin"
>   /bin/bash ../../../../libtool --mode=install /usr/bin/install -c 
> 'owfs' '/opt/owfs/bin/owfs'
> /usr/bin/install -c .libs/owfs /opt/owfs/bin/owfs
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs/src/c'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs/src/c'
> Making install in include
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs/src/include'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs/src/include'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs/src/include'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs/src/include'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs/src'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs/src'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs/src'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs/src'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs/src'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owfs'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> 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/wgb/owfs-2.7p22/module/owfs'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs'
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/owfs'
> Making install in owftpd
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module/owftpd'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in src
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/owftpd/src'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in c
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owftpd/src/c'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owftpd/src/c'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> test -z "/opt/owfs/bin" || mkdir -p -- "/opt/owfs/bin"
>   /bin/bash ../../../../libtool --mode=install /usr/bin/install -c 
> 'owftpd' '/opt/owfs/bin/owftpd'
> /usr/bin/install -c .libs/owftpd /opt/owfs/bin/owftpd
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd/src/c'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd/src/c'
> Making install in include
> make[4]: Entering directory 
> `/home/wgb/owfs-2.7p22/module/owftpd/src/include'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory 
> `/home/wgb/owfs-2.7p22/module/owftpd/src/include'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd/src/include'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd/src/include'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owftpd/src'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owftpd/src'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd/src'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd/src'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd/src'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/owftpd'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owftpd'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> 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/wgb/owfs-2.7p22/module/owftpd'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd'
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/owftpd'
> Making install in owcapi
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module/owcapi'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in src
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/owcapi/src'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in c
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owcapi/src/c'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owcapi/src/c'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> test -z "/opt/owfs/lib" || mkdir -p -- "/opt/owfs/lib"
>  /bin/bash ../../../../libtool --mode=install /usr/bin/install -c  
> 'libowcapi.la' '/opt/owfs/lib/libowcapi.la'
> libtool: install: warning: relinking `libowcapi.la'
> (cd /home/wgb/owfs-2.7p22/module/owcapi/src/c; /bin/bash 
> ../../../../libtool  --tag=CC --mode=relink gcc -I../include 
> -I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall 
> -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align 
> -Wstrict-prototypes -Wredundant-decls -D__EXTENSIONS__ 
> -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 
> -D_ISOC99_SOURCE=1 -pthread -fPIC -DPIC -g -O2 -D_XOPEN_SOURCE=500 
> -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -o libowcapi.la -rpath /opt/owfs/lib 
> -low -version-info 22:0:0 -release 2.7 -L/usr/lib -lusb -Wl,--rpath 
> -Wl,/opt/owfs/lib -shared -shrext .so owcapi.lo -lm -ldl ) 
> gcc -shared  .libs/owcapi.o  -Wl,--rpath -Wl,/opt/owfs/lib 
> -L/home/wgb/owfs-2.7p22/module/owlib/src/c -L/opt/owfs/lib -low 
> -L/usr/lib -lusb -lm -ldl  -pthread -Wl,--rpath -Wl,/opt/owfs/lib 
> -Wl,-soname -Wl,libowcapi-2.7.so.22 -o .libs/libowcapi-2.7.so.22.0.0
> /usr/bin/install -c .libs/libowcapi-2.7.so.22.0.0T 
> /opt/owfs/lib/libowcapi-2.7.so.22.0.0
> (cd /opt/owfs/lib && { ln -s -f libowcapi-2.7.so.22.0.0 
> libowcapi-2.7.so.22 || { rm -f libowcapi-2.7.so.22 && ln -s 
> libowcapi-2.7.so.22.0.0 libowcapi-2.7.so.22; }; })
> (cd /opt/owfs/lib && { ln -s -f libowcapi-2.7.so.22.0.0 libowcapi.so || 
> { rm -f libowcapi.so && ln -s libowcapi-2.7.so.22.0.0 libowcapi.so; }; })
> /usr/bin/install -c .libs/libowcapi.lai /opt/owfs/lib/libowcapi.la
> /usr/bin/install -c .libs/libowcapi.a /opt/owfs/lib/libowcapi.a
> chmod 644 /opt/owfs/lib/libowcapi.a
> ranlib /opt/owfs/lib/libowcapi.a
> PATH="$PATH:/sbin" ldconfig -n /opt/owfs/lib
> ----------------------------------------------------------------------
> Libraries have been installed in:
>    /opt/owfs/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[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi/src/c'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi/src/c'
> Making install in include
> make[4]: Entering directory 
> `/home/wgb/owfs-2.7p22/module/owcapi/src/include'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory 
> `/home/wgb/owfs-2.7p22/module/owcapi/src/include'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> test -z "/opt/owfs/include" || mkdir -p -- "/opt/owfs/include"
>  /usr/bin/install -c -m 644 'owcapi.h' '/opt/owfs/include/owcapi.h'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi/src/include'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi/src/include'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owcapi/src'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/owcapi/src'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi/src'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi/src'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi/src'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/owcapi'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/owcapi'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> 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/wgb/owfs-2.7p22/module/owcapi'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi'
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/owcapi'
> Making install in owtap
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module/owtap'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> /usr/bin/install -c -d /opt/owfs/bin
> /usr/bin/install -c -m 755 owtap.tcl /opt/owfs/bin/owtap
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/owtap'
> Making install in owside
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module/owside'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> /usr/bin/install -c -d /opt/owfs/bin
> /usr/bin/install -c -m 755 owside.tcl /opt/owfs/bin/owside
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/owside'
> Making install in owmon
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module/owmon'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> /usr/bin/install -c -d /opt/owfs/bin
> /usr/bin/install -c -m 755 owmon.tcl /opt/owfs/bin/owmon
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/owmon'
> Making install in swig
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module/swig'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in perl5
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/perl5'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/perl5'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Nothing to be done for `install-exec-am'.
> make -C OW install DESTDIR=""
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/perl5/OW'
> Files found in blib/arch: installing files in blib/lib into architecture 
> dependent library tree
> Writing /usr/local/lib/perl/5.10.0/auto/OW/.packlist
> Appending installation info to /usr/local/lib/perl/5.10.0/perllocal.pod
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/perl5/OW'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/perl5'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/perl5'
> Making install in python
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/python'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> Making install in ow
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/python/ow'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/python/ow'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> make[5]: Nothing to be done for `install-data-am'.
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/python/ow'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/python/ow'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/python'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/python'
> make[6]: Entering directory `/home/wgb/owfs-2.7p22'
> make[6]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[5]: Nothing to be done for `install-exec-am'.
> python setup.py install --install-lib="/usr/lib/python2.5/site-packages"
> running install
> running build
> running build_py
> running build_ext
> running install_lib
> running install_egg_info
> Removing /usr/lib/python2.5/site-packages/ow-2.7p22.egg-info
> Writing /usr/lib/python2.5/site-packages/ow-2.7p22.egg-info
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/python'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/python'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/python'
> Making install in tcl
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/tcl'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/tcl'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> test -z "/usr/local/lib/tcltk/owtcl-0.2" || mkdir -p -- 
> "/usr/local/lib/tcltk/owtcl-0.2"
>  /bin/bash ../../../libtool --mode=install /usr/bin/install -c  'ow.la' 
> '/usr/local/lib/tcltk/owtcl-0.2/ow.la'
> libtool: install: warning: relinking `ow.la'
> (cd /home/wgb/owfs-2.7p22/module/swig/tcl; /bin/bash ../../../libtool  
> --tag=CC --mode=relink gcc -I../../owlib/src/include -I 
> ../../owcapi/src/include -fexceptions -Wall -W -Wundef -Wshadow 
> -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes 
> -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 
> -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -pthread -DHAVE_LIMITS_H=1 
> -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 
> -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 
> -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DPEEK_XCLOSEIM=1 
> -D_LARGEFILE64_SOURCE=1 "-DTCL_WIDE_INT_TYPE=long long" 
> -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 
> -DHAVE_TYPE_OFF64_T=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 
> -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 
> -DHAVE_WAITPID=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 
> -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 
> -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 
> -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 
> -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 -DUSE_TERMIOS=1 
> -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 
> -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 
> -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 
> -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -fPIC 
> -I/usr/include/tcl8.4 "-DTCL_PACKAGE_PATH=\"/usr/local/lib/tcltk 
> /usr/local/share/tcltk /usr/lib/tcltk /usr/share/tcltk /usr/lib\"" 
> -DOWTCL_PACKAGE_PATH="/usr/local/lib/tcltk/owtcl-0.2" -fPIC -DPIC -g -O2 
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -o ow.la -rpath 
> /usr/local/lib/tcltk/owtcl-0.2 -module -release 0.2 -shared -shrext .so 
> ow.lo -L/usr/lib -ltcl8.4 ../../owlib/src/c/libow.la 
> ../../owcapi/src/c/libowcapi.la -ldl -lpthread -lieee -lm -lm -ldl ) 
> gcc -shared  .libs/ow.o  -Wl,--rpath -Wl,/opt/owfs/lib 
> -L/home/wgb/owfs-2.7p22/module/owlib/src/c/.libs -L/usr/lib -ltcl8.4 
> -L/opt/owfs/lib -low -lowcapi -L/home/wgb/owfs-2.7p22/module/owlib/src/c 
> -lpthread -lieee -lm -ldl  -pthread -Wl,-soname -Wl,ow-0.2.so -o 
> .libs/ow-0.2.so
> /usr/bin/install -c .libs/ow-0.2.soT 
> /usr/local/lib/tcltk/owtcl-0.2/ow-0.2.so
> (cd /usr/local/lib/tcltk/owtcl-0.2 && { ln -s -f ow-0.2.so ow.so || { rm 
> -f ow.so && ln -s ow-0.2.so ow.so; }; })
> /usr/bin/install -c .libs/ow.lai /usr/local/lib/tcltk/owtcl-0.2/ow.la
> /usr/bin/install -c .libs/ow.a /usr/local/lib/tcltk/owtcl-0.2/ow.a
> chmod 644 /usr/local/lib/tcltk/owtcl-0.2/ow.a
> ranlib /usr/local/lib/tcltk/owtcl-0.2/ow.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/tcltk/owtcl-0.2
> ----------------------------------------------------------------------
> Libraries have been installed in:
>    /usr/local/lib/tcltk/owtcl-0.2
>
> 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/lib/tcltk/owtcl-0.2" || mkdir -p -- 
> "/usr/local/lib/tcltk/owtcl-0.2"
>  /usr/bin/install -c -m 644 'ow.tcl' '/usr/local/lib/tcltk/owtcl-0.2/ow.tcl'
>  /usr/bin/install -c -m 644 'pkgIndex.tcl' 
> '/usr/local/lib/tcltk/owtcl-0.2/pkgIndex.tcl'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/tcl'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/tcl'
> Making install in php
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/php'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/swig/php'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> test -z "/usr/lib/php5/20060613+lfs" || mkdir -p -- 
> "/usr/lib/php5/20060613+lfs"
>  /bin/bash ../../../libtool --mode=install /usr/bin/install -c  
> 'libowphp.la' '/usr/lib/php5/20060613+lfs/libowphp.la'
> libtool: install: warning: relinking `libowphp.la'
> (cd /home/wgb/owfs-2.7p22/module/swig/php; /bin/bash ../../../libtool  
> --tag=CC --mode=relink gcc -fexceptions -I.. -I../../../src/include 
> -I../../../module/owlib/src/include -D_FILE_OFFSET_BITS=64 
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -pthread 
> -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM 
> -I/usr/include/php5/Zend -I/usr/include/php5/ext 
> -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -g -O2 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 
> -D_ISOC99_SOURCE=1 -o libowphp.la -rpath /usr/lib/php5/20060613+lfs 
> -shared -shrext .so ow_wrap.lo ../../owlib/src/c/libow.la -lm -ldl ) 
> gcc -shared  .libs/ow_wrap.o  -Wl,--rpath -Wl,/opt/owfs/lib 
> -L/opt/owfs/lib -low -L/usr/lib -lm -ldl  -pthread -Wl,-soname 
> -Wl,libowphp.so.0 -o .libs/libowphp.so.0.0.0
> /usr/bin/install -c .libs/libowphp.so.0.0.0T 
> /usr/lib/php5/20060613+lfs/libowphp.so.0.0.0
> (cd /usr/lib/php5/20060613+lfs && { ln -s -f libowphp.so.0.0.0 
> libowphp.so.0 || { rm -f libowphp.so.0 && ln -s libowphp.so.0.0.0 
> libowphp.so.0; }; })
> (cd /usr/lib/php5/20060613+lfs && { ln -s -f libowphp.so.0.0.0 
> libowphp.so || { rm -f libowphp.so && ln -s libowphp.so.0.0.0 
> libowphp.so; }; })
> /usr/bin/install -c .libs/libowphp.lai 
> /usr/lib/php5/20060613+lfs/libowphp.la
> /usr/bin/install -c .libs/libowphp.a /usr/lib/php5/20060613+lfs/libowphp.a
> chmod 644 /usr/lib/php5/20060613+lfs/libowphp.a
> ranlib /usr/lib/php5/20060613+lfs/libowphp.a
> PATH="$PATH:/sbin" ldconfig -n /usr/lib/php5/20060613+lfs
> ----------------------------------------------------------------------
> Libraries have been installed in:
>    /usr/lib/php5/20060613+lfs
>
> 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[4]: Nothing to be done for `install-data-am'.
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/php'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig/php'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module/swig'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22/module/swig'
> make[5]: Entering directory `/home/wgb/owfs-2.7p22'
> make[5]: Leaving directory `/home/wgb/owfs-2.7p22'
> 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/wgb/owfs-2.7p22/module/swig'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig'
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module/swig'
> make[2]: Entering directory `/home/wgb/owfs-2.7p22/module'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22'
> make[3]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[3]: Entering directory `/home/wgb/owfs-2.7p22/module'
> make[4]: Entering directory `/home/wgb/owfs-2.7p22'
> make[4]: Leaving directory `/home/wgb/owfs-2.7p22'
> 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/wgb/owfs-2.7p22/module'
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22/module'
> make[1]: Leaving directory `/home/wgb/owfs-2.7p22/module'
> make[1]: Entering directory `/home/wgb/owfs-2.7p22'
> make[2]: Entering directory `/home/wgb/owfs-2.7p22'
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> make[2]: Leaving directory `/home/wgb/owfs-2.7p22'
> make[1]: Leaving directory `/home/wgb/owfs-2.7p22'
>
>
> ----------------------------------------------------------------------------
> --
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>   


------------------------------------------------------------------------------
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to