Re: [boinc_dev] Linux build issues

2017-11-16 Thread Laurence Field

Hi Kathryn

On 16/11/17 23:09, Steffen Möller wrote:

Dependencies for Debian should also apply for Rapbian. You find them here:

https://anonscm.debian.org/cgit/pkg-boinc/boinc.git/tree/debian/control

which includes a dependency to ||

|libnotify-dev Enjoy! |

||

Yes and as all the hard work has already been done,  I would recommend 
building on that. For example I think you can install the build 
dependencies with following command.


sudo apt-get build-dep boinc-client

Building from the deb-src will also add a few patches.

Cheers,

Laurence
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Re: [boinc_dev] Linux build issues

2017-11-16 Thread Steffen Möller

On 16.11.17 22:53, Kathryn Marks wrote:
> Installing the ssl lib worked.  Thanks.
>
>
> BTW:  Just doing this for the pure fun of it (yes I'm strange)
>
>
> That said, I'm stuck again.
>
> checking for LIBNOTIFY... no
> configure: error: Package requirements (libnotify) were not met:
>
> No package 'libnotify' found
Dependencies for Debian should also apply for Rapbian. You find them here:

https://anonscm.debian.org/cgit/pkg-boinc/boinc.git/tree/debian/control

which includes a dependency to ||

|libnotify-dev Enjoy! |

||

>> Why are you trying to build from source? It should already be available
>> for Raspian.
>>
>> Cheers,
>>
>> Laurence
>>
>>
>> On 16/11/17 20:28, Kathryn Marks wrote:
>>
>>> Hi all
>>>
>>> I'm having a difficult time building the client on Raspian.  The OS is
>>> fully updated everyday.
>>>
>>> I've solved previous errors, but I'm stuck on this.
>>>
>>>
>>> Package openssl was not found in the pkg-config search path.
>>> Perhaps you should add the directory containing `openssl.pc'
>>> to the PKG_CONFIG_PATH environment variable
>>> No package 'openssl' found
>>> checking for openssl... no
>>> configure: error:
>>> --
>>>Cannot find openssl libraries.
>>>
>>>Please install openssl or specify installation directory with
>>>--with-ssl=(dir).
>>> --
>>>
>>>
>>> I've tried to install SSL through the package manager (I'm, not fluent in
>>> apt-get).  I found a old post on the boinc message boards that someone
>>> solved the problem by installing libculibcurl4-openssl-devrl4-openssl-dev
>>> but that didn't help me.
>>>
>>> My linux fu is weak right now, so I'm not sure how to find ssl (I did do
>>> find ssl but that didn't help).  I also don't remember much about
>>> environmental variables.
>>>
>>> Any guidance would be appreciated.
>>>
>>>
>> ___
>> boinc_dev mailing list
>> boinc_dev@ssl.berkeley.edu
>> https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
>> To unsubscribe, visit the above URL and
>> (near bottom of page) enter your email address.
>>
>
>
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.


Re: [boinc_dev] Linux build issues

2017-11-16 Thread Kathryn Marks
Installing the ssl lib worked.  Thanks.


BTW:  Just doing this for the pure fun of it (yes I'm strange)


That said, I'm stuck again.

checking for LIBNOTIFY... no
configure: error: Package requirements (libnotify) were not met:

No package 'libnotify' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBNOTIFY_CFLAGS
and LIBNOTIFY_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I searched the package manager and I thought I had the right thing, but it
won't let me install in.  I searched on libnotify and found

A library that sends desktop notifications to a notification daemon, as
defined in the Desktop Notifications spec. These notifications can be used
to inform the user about an event or display some form of information
without getting in the user's way.
This package contains development files for the notify-sharp library built
against Gtk# 3.0, and should be used for compilation.

But I can't install it.  Since BOINC has already been built for raspian,
there has to be a way around this.  Like I said, my Linux fu is weak.

On Thu, Nov 16, 2017 at 3:16 PM, Laurence Field 
wrote:

> Hi Kathryn,
>
> Why are you trying to build from source? It should already be available
> for Raspian.
>
> Cheers,
>
> Laurence
>
>
> On 16/11/17 20:28, Kathryn Marks wrote:
>
>> Hi all
>>
>> I'm having a difficult time building the client on Raspian.  The OS is
>> fully updated everyday.
>>
>> I've solved previous errors, but I'm stuck on this.
>>
>>
>> Package openssl was not found in the pkg-config search path.
>> Perhaps you should add the directory containing `openssl.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'openssl' found
>> checking for openssl... no
>> configure: error:
>> --
>>Cannot find openssl libraries.
>>
>>Please install openssl or specify installation directory with
>>--with-ssl=(dir).
>> --
>>
>>
>> I've tried to install SSL through the package manager (I'm, not fluent in
>> apt-get).  I found a old post on the boinc message boards that someone
>> solved the problem by installing libculibcurl4-openssl-devrl4-openssl-dev
>> but that didn't help me.
>>
>> My linux fu is weak right now, so I'm not sure how to find ssl (I did do
>> find ssl but that didn't help).  I also don't remember much about
>> environmental variables.
>>
>> Any guidance would be appreciated.
>>
>>
> ___
> boinc_dev mailing list
> boinc_dev@ssl.berkeley.edu
> https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
> To unsubscribe, visit the above URL and
> (near bottom of page) enter your email address.
>



-- 
~Kathryn
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.


Re: [boinc_dev] Linux build issues

2017-11-16 Thread Laurence Field

Hi Kathryn,

Why are you trying to build from source? It should already be available 
for Raspian.


Cheers,

Laurence


On 16/11/17 20:28, Kathryn Marks wrote:

Hi all

I'm having a difficult time building the client on Raspian.  The OS is
fully updated everyday.

I've solved previous errors, but I'm stuck on this.


Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
checking for openssl... no
configure: error:
--
   Cannot find openssl libraries.

   Please install openssl or specify installation directory with
   --with-ssl=(dir).
--


I've tried to install SSL through the package manager (I'm, not fluent in
apt-get).  I found a old post on the boinc message boards that someone
solved the problem by installing libculibcurl4-openssl-devrl4-openssl-dev
but that didn't help me.

My linux fu is weak right now, so I'm not sure how to find ssl (I did do
find ssl but that didn't help).  I also don't remember much about
environmental variables.

Any guidance would be appreciated.



___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.


Re: [boinc_dev] Linux build issues

2017-11-16 Thread Juha Sointusalo
On 16 November 2017 at 21:28, Kathryn Marks  wrote:

> I've tried to install SSL through the package manager (I'm, not fluent in
> apt-get).  I found a old post on the boinc message boards that someone
> solved the problem by installing libculibcurl4-openssl-devrl4-openssl-dev
> but that didn't help me.
>

Did you try installing libssl-dev package?

-Juha
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.