On Sun, Jul 31, 2011 at 7:44 PM, Peter Hollenbeck <[email protected]> wrote: > I am running openSUSE 11.1 > I downloaded owfs-2.8p12 > > ./configure returns these errors: > > ./configure > config.lst > /bin/rm: cannot remove `conftest*': No such file or directory > /bin/rm: cannot remove `conftest*': No such file or directory > configure: WARNING: Cannot find php binary. Install php or php5 package > configure: WARNING: OWPHP is disabled because php binary is not found > configure: WARNING: Cannot find python include-file. Install python-devel > package. > configure: WARNING: OWPYTHON is disabled because python include-file is not > found > configure: WARNING: Can't find Tcl configuration definitions > configure: WARNING: OWTCL is disabled because tclConfig.sh is not found > configure: WARNING: LD_EXTRALIBS= OSLIBS= > configure: WARNING: > Can't find libfuse.a - add the search path with --with-fuselib > configure: WARNING: Running ldconfig or adding "/usr/local/lib" to > /etc/ld.so.conf might also solve the problem, otherwise re-install fuse. > configure: WARNING: OWFS is disabled because libfuse.a is not found. > /bin/rm: cannot remove `libtoolT': No such file or directory > > For the moment I am not concerned about php or Python, but do need OWFS. > > ls -l /usr/local/lib/*fuse* > -rw-r--r-- 1 root root 586726 Jul 28 09:33 /usr/local/lib/libfuse.a > > So libfuse.a seems to be in the correct location. > (To get it I had to download fuse-2.8.5 and copy libfuse.a to > /usr/local/lib.) > > Suggestions would be greatly appreciated. > Peter > > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > _______________________________________________ > Owfs-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers > >
Hello! Technically that library belongs in /usr/lib. As for the configure problems, run it with this handle "#configure --help | less". (Without quotes. The # is your prompt.) Was the library in /usr/lib before? It should be kept there. ----- Gregg C Levine [email protected] "This signature fought the Time Wars, time and again." ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
