Re: [AMB] AMB Digest, Vol 16, Issue 7
by Rees, Kevron
"lib/x86_64-linux-gnu/automotive-message-broker/examplesourceplugin.so"
that looks like NOT a valid path... as if CMAKE_INSTALL_PREFIX is set to
"". can you rerun cmake with "cmake -DCMAKE_INSTALL_PREFIX=/usr .." ?
On Sat, Apr 2, 2016 at 2:07 AM, milad hasanvand <hasanvand.milad(a)gmail.com>
wrote:
> Dear all,
> thank you for your kind support.
> i got the error messages again:
> *****here is the error code :
> ERROR error opening plugin:
> lib/x86_64-linux-gnu/automotive-message-broker/examplesourceplugin.so in
> /home/milad/Documents/automotive-message-broker-master/ambd/pluginloader.h
> - loadPlugin:64
> lib/x86_64-linux-gnu/automotive-message-broker/examplesourceplugin.so:
> cannot open shared object file: No such file or directory
> 22310.939 | ERROR error opening plugin:
> usr/lib/x86_64-linux-gnu/automotive-message-broker/examplesinkplugin.so in
> /home/milad/Documents/automotive-message-broker-master/ambd/pluginloader.h
> - loadPlugin:64
> usr/lib/x86_64-linux-gnu/automotive-message-broker/examplesinkplugin.so:
> cannot open shared object file: No such file or directory
> 22310.939 | ERROR error opening plugin:
> lib/x86_64-linux-gnu/automotive-message-broker/examplesinkplugin.so in
> /home/milad/Documents/automotive-message-broker-master/ambd/pluginloader.h
> - loadPlugin:64
> lib/x86_64-linux-gnu/automotive-message-broker/examplesinkplugin.so: cannot
> open shared object file: No such file or directory
> 22310.939 | ERROR error opening plugin:
> usr/lib/x86_64-linux-gnu/automotive-message-broker/dbussinkplugin.so in
> /home/milad/Documents/automotive-message-broker-master/ambd/pluginloader.h
> - loadPlugin:64
> usr/lib/x86_64-linux-gnu/automotive-message-broker/dbussinkplugin.so:
> cannot open shared object file: No such file or directory
> 22310.939 | ERROR error opening plugin:
> usr/lib/x86_64-linux-gnu/automotive-message-broker/examplesourceplugin.so
> in
> /home/milad/Documents/automotive-message-broker-master/ambd/pluginloader.h
> - loadPlugin:64
> usr/lib/x86_64-linux-gnu/automotive-message-broker/examplesourceplugin.so:
> cannot open shared object file: No such file or directory
> 22310.939 | ERROR error opening plugin:
> lib/x86_64-linux-gnu/automotive-message-broker/dbussinkplugin.so in
> /home/milad/Documents/automotive-message-broker-master/ambd/pluginloader.h
> - loadPlugin:64
> lib/x86_64-linux-gnu/automotive-message-broker/dbussinkplugin.so: cannot
> open shared object file: No such file or directory
> ****
> when i checked he file in /etc/ambd/plugins.d/
> it has these paths:
> for example the path for dbus plugin is:
> path" : "lib/x86_64-linux-gnu/automotive-message-broker/dbussinkplugin.so",
> but when i checked this address, i didn't find anything related to ambd.
> actually there is no folder named "automotive-message-broker" in the "
> lib/x86_64-linux-gnu/" directory.
>
>
>
>
>
> Regards;
>
> *Milad Hasanvand*
>
> *Connected Car System Designer @ AIRIC-SAIPA*
>
>
> -------------------------------------------------------------------------------------------
>
> <http://airic-ir.com/>
>
> Automotive Industries Research & Innovation Center (AIRIC)
> SAIPA Group
>
> 15th Km Karadj Makhsoos Rd., Tehran, Iran.
> P.O. Box 13445/967
> hasanvand.milad(a)airic-ir.com
> Mobile: +98 938 510 0152
>
>
> On Tue, Mar 15, 2016 at 6:34 PM, Rees, Kevron <kevron.m.rees(a)intel.com>
> wrote:
>
>> Yes. "ambd" is the call you are looking for. But before that, be sure
>> to run:
>>
>> make
>> sudo make install
>>
>> After you run the cmake command.
>>
>> Hope that helps,
>> Kevron
>>
>> On Tue, Mar 15, 2016 at 2:27 AM, Olivier Delbeke <
>> Olivier.Delbeke(a)awtce.be> wrote:
>>
>>> Hi Milad,
>>>
>>> >> No command 'amdb' found
>>> Maybe you should try running the AM*B* *D*aemon instead of the AM*D* *B*aemon
>>> => ambd instead of amdb.
>>>
>>> Best regards,
>>>
>>>
>>> *Olivier Delbeke **Senior Software Engineer*
>>> Olivier.Delbeke(a)awtce.be / T. +32 2 389 25 53
>>> ------------------------------
>>> *AWTC Europe S.A. *- Avenue de l’Industrie, 19 - 1420
>>> Braine-l’Alleud - Belgium - www.aweurope.eu - www.aisin-aw.co.jp
>>> VAT : BE 0474.474.114 - RPM Nivelles
>>>
>>>
>>>
>>> [image: Inactive hide details for milad hasanvand ---03/15/2016 07:49:21
>>> AM---milad hasanvand <hasanvand.milad(a)gmail.com>]milad hasanvand
>>> ---03/15/2016 07:49:21 AM---milad hasanvand <hasanvand.milad(a)gmail.com>
>>>
>>>
>>> *milad hasanvand <hasanvand.milad(a)gmail.com
>>> <hasanvand.milad(a)gmail.com>>*
>>> Sent by: "AMB" <amb-bounces(a)lists.01.org>
>>>
>>> 03/15/2016 07:49 AM
>>>
>>>
>>> To
>>>
>>>
>>> amb(a)lists.01.org
>>>
>>>
>>> cc
>>>
>>>
>>> Subject
>>>
>>>
>>> Re: [AMB] AMB Digest, Vol 16, Issue 7
>>>
>>>
>>> hi
>>> dear kevron thanks for your message.
>>> i already downloaded and installed the automotive message broker on my
>>> ubuntu 15.10 pc.
>>> i followed your instruction on the above mentioned page. i ran the cmake
>>> with these commands
>>> cmake -DCMAKE_INSTALL_PREFIX=/usr
>>> -DLIB_INSTALL_DIR=/usr/lib/i386-linux-gnu
>>> -DINCLUDE_INSTALL_DIR=/usr/include ..
>>> but after that when i typr amdb in terminal i get this error:
>>> milad@milad-All-Series:~$ amdb
>>> No command 'amdb' found, did you mean:
>>> Command 'adb' from package 'android-tools-adb' (universe)
>>> Command 'amd' from package 'am-utils' (universe)
>>> amdb: command not found
>>>
>>> what should i do to start amdb.?
>>> thanks for your help
>>>
>>>
>>>
>>> Regards;
>>> *Milad Hasanvand*
>>> *Connected Car System Designer @ AIRIC-SAIPA*
>>>
>>> -------------------------------------------------------------------------------------------
>>> <http://airic-ir.com/>
>>> Automotive Industries Research & Innovation Center (AIRIC)
>>> SAIPA Group
>>> 15th Km Karadj Makhsoos Rd., Tehran, Iran.
>>> P.O. Box 13445/967
>>> *hasanvand.milad(a)airic-ir.com* <hasanvand.milad(a)airic-ir.com>
>>> Mobile: +98 938 510 0152
>>>
>>>
>>> On Mon, Mar 14, 2016 at 10:30 PM, <*amb-request(a)lists.01.org*
>>> <amb-request(a)lists.01.org>> wrote:
>>>
>>> Send AMB mailing list submissions to
>>> *amb(a)lists.01.org* <amb(a)lists.01.org>
>>>
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>> *https://lists.01.org/mailman/listinfo/amb*
>>> <https://lists.01.org/mailman/listinfo/amb>
>>> or, via email, send a message with subject or body 'help' to
>>> *amb-request(a)lists.01.org* <amb-request(a)lists.01.org>
>>>
>>> You can reach the person managing the list at
>>> *amb-owner(a)lists.01.org* <amb-owner(a)lists.01.org>
>>>
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of AMB digest..."
>>>
>>>
>>> Today's Topics:
>>>
>>> 1. Re: question about installing amb in ubuntu (Kevron Rees)
>>>
>>>
>>>
>>> ----------------------------------------------------------------------
>>>
>>> Message: 1
>>> Date: Mon, 14 Mar 2016 15:50:36 +0000
>>> From: Kevron Rees <*tripzero.kev(a)gmail.com* <tripzero.kev(a)gmail.com>>
>>> To: milad hasanvand <*hasanvand.milad(a)gmail.com*
>>> <hasanvand.milad(a)gmail.com>>, *amb(a)lists.01.org* <amb(a)lists.01.org>
>>> Subject: Re: [AMB] question about installing amb in ubuntu
>>> Message-ID:
>>> <CAAOZRYUwOw=qRR3F=EAheoFf0tpgR=
>>> *G2_YQd32NHCeCb_C-W0Q(a)mail.gmail.com*
>>> <G2_YQd32NHCeCb_C-W0Q(a)mail.gmail.com>>
>>> Content-Type: text/plain; charset="utf-8"
>>>
>>> what part are you stuck on?
>>>
>>> On Sat, Mar 12, 2016 at 5:55 AM milad hasanvand <
>>> *hasanvand.milad(a)gmail.com* <hasanvand.milad(a)gmail.com>>
>>> wrote:
>>>
>>> > hi.
>>> >
>>> > is there anyone who have installed the automotive message broker
>>> on ubuntu?
>>> > i completely followed what kevron mentioned in :
>>> > *https://www.mail-archive.com/ivi@lists.tizen.org/msg01989.html*
>>> <https://www.mail-archive.com/ivi@lists.tizen.org/msg01989.html>
>>> > i don't know what to do then!!!!
>>> > please help me!
>>> > _______________________________________________
>>> > AMB mailing list
>>> > *AMB(a)lists.01.org* <AMB(a)lists.01.org>
>>> > *https://lists.01.org/mailman/listinfo/amb*
>>> <https://lists.01.org/mailman/listinfo/amb>
>>> >
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL: <
>>> *http://lists.01.org/pipermail/amb/attachments/20160314/9cfb3a43/attachment-0001.html*
>>> <http://lists.01.org/pipermail/amb/attachments/20160314/9cfb3a43/attachmen...>
>>> >
>>>
>>> ------------------------------
>>>
>>> Subject: Digest Footer
>>>
>>> _______________________________________________
>>> AMB mailing list
>>> *AMB(a)lists.01.org* <AMB(a)lists.01.org>
>>> *https://lists.01.org/mailman/listinfo/amb*
>>> <https://lists.01.org/mailman/listinfo/amb>
>>>
>>>
>>> ------------------------------
>>>
>>> End of AMB Digest, Vol 16, Issue 7
>>> **********************************
>>>
>>> _______________________________________________
>>> AMB mailing list
>>> AMB(a)lists.01.org
>>> https://lists.01.org/mailman/listinfo/amb
>>>
>>> This mail, and any attachments thereto, is intended only for use by the
>>> addressee(s) named herein and may contain legally privileged and/or
>>> confidential information. If you are not the intended recipient, please
>>> note that any review, dissemination, disclosure, alteration, printing,
>>> copying or transmission of this mail and/or any file transmitted with it,
>>> is strictly prohibited and may be unlawful. If you have received this mail
>>> by mistake, please immediately notify the sender as well as our mail
>>> administrator at postmaster(a)aweurope.be, and permanently destroy the
>>> original as well as any copy thereof.
>>>
>>>
>>> _______________________________________________
>>> AMB mailing list
>>> AMB(a)lists.01.org
>>> https://lists.01.org/mailman/listinfo/amb
>>>
>>>
>>
>
4 years, 10 months