You can configure and make from any directory. Just use a subdirectory (for
clean up later) under your home directory on the pi to copy over the files
to. It will place the compiled binaries where they need to go through the
process.

On Mon, Jul 25, 2016 at 4:07 PM, Mick Sulley <m...@sulley.info> wrote:

> I am sure my problems here are due to my lack of understanding of the
> whole build process.
>
> This is a clean install of a RasPi, so no sudo config has occurred.  My
> normal method of install was -
>
> download the file from SourceForge to my desktop.
>
> Copy it to the RasPi and move it to /usr/local/src/
>
> sudo tar zxpf owfs-version
>
> cd owfs-version
>
> sudo ./configure
>
> sudo make
>
> sudo make install
>
> My user on the Pi is 'control'.
>
> I have added control to the staff group, which is the group for all the
> /usr/local/ directories and can now configure and make, however I still
> get an error with make install as I do not have permission for the /opt/
> directory, which has owner and group = root.
>
> Is there a way around this or do I still have to sudo make install?
>
>
> On 25/07/16 19:17, Jan Kandziora wrote:
> > Am 25.07.2016 um 19:28 schrieb Mick Sulley:
> >> Hi Jan,
> >>
> >> Thank you for your help yesterday, my system is up and running again!
> >>
> >> I am just building a test system to try out owshell and also installing
> >> without sudo.
> >>
> >> With  owfs-3.1p1 when I try ./configure I get
> >> ./configure: line 2256: config.log: Permission denied
> >> ./configure: line 2266: config.log: Permission denied
> >>
> > That's because you ran the ./configure as root once. These files had
> > been created by ./configure as root, so only root can write them on a
> retry.
> >
> >
> >> Which I think is why I started to install with sudo.  I have looked at
> >> those lines in configure but can't see anything obvious, do I need to
> >> change permissions somewhere?
> >>
> > $ sudo chown -R mick:users .
> >
> > Kind regards
> >
> >       Jan
> >
> >
> ------------------------------------------------------------------------------
> > What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> > patterns at an interface-level. Reveals which users, apps, and protocols
> are
> > consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> > J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning
> > reports.http://sdm.link/zohodev2dev
> > _______________________________________________
> > Owfs-developers mailing list
> > Owfs-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning
> reports.http://sdm.link/zohodev2dev
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to