I am running as root. I got fuse-2.8.5 from Sourceforge, I think, not an rpm. I just untarred it and copied libfuse.a from fuse-2.8.5/lib/.libs to /usr/lib. I did not build fuse.
Thanks very much for your help. Peter On Sun, Jul 31, 2011 at 6:46 PM, Gregg Levine <[email protected]>wrote: > On Sun, Jul 31, 2011 at 9:14 PM, Peter Hollenbeck <[email protected]> > wrote: > > I moved libfuse.a to /usr/lib > > > > ls -l /usr/lib/libfuse.a > > -rw-r--r-- 1 root root 586726 Jul 31 18:04 /usr/lib/libfuse.a > > > > Then ran configure but libfuse.a is still not found. > > > > ./configure -q > > /bin/rm: cannot remove `conftest*': No such file or directory > > /bin/rm: cannot remove `conftest*': No such file or directory > > /usr/include/php > > /usr/local/include/php > > /usr/include/php5 > > /usr/local/include/php5 > > /usr/include/php4 > > /usr/local/include/php4 > > /usr/local/apache/php > > 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 > > > > Peter > > > > > > On Sun, Jul 31, 2011 at 5:14 PM, Gregg Levine <[email protected]> > > wrote: > >> > >> 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." > > > ------------------------------------------------------------------------------ > > Hello! > Where did you get Fuse from? I run Slackware here, and typically build > from source so I know where everything is. If you're using an RPM > source other then those made by the people behind the Fuse project, > you'll need to install the devel tools as well. > > Next up are you working with a root account or on a user one. If its a > user one, run the sudo command next. > > The big issues with how some distributions install things and so forth. > ----- > 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 >
------------------------------------------------------------------------------ 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
