> On Dec 7, 2016, at 11:28 AM, Alexander Kanavin 
> <alexander.kana...@linux.intel.com> wrote:
> 
> On 12/07/2016 06:22 PM, Alexander Kanavin wrote:
> 
>> checking whether to build with Perl ExtUtils::Embed library... no
>> ++ executing failure action
>> ++ searching location: /usr/lib64
>> configure: error: Unknown location specification /usr/lib64
>> 
>> I'm on Debian Testing, which does not have /usr/lib64 - I could dig to
>> see where that comes from, but thought you'd be interested in this/can
>> quickly suggest a fix.
> 
> Right, didn't notice this in devtool.conf. Nevermind.
> 
>        --libdir=/usr/lib64 \
> 

Good.

Your next stopping point is going to be Berkeley DB as a pre-requisite.

Either install db-6.2.23 (which needs the one line patch posted last week), or
edit configure.ac to change
        DBXY=62
and every occurrence of "-6,2” in macros like this
  RPM_CHECK_LIB(
    [Berkeley-DB], [db],
    [db-6.2], [db_create], [db.h],
    [yes,external], [db3],

hth
    
73 de Jeff

Reply via email to