Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Installation on RPI

Installation on RPI 5 years 4 months ago #9894

Hi
I'm are not able to install on my RPI, installation says missing libdb5.3++ and libmysql++3

Any idea how to solve this?

My pi is like below:
cat /etc/debian_version
9.4

cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="www.raspbian.org/"
SUPPORT_URL="www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="www.raspbian.org/RaspbianBugs"

uname -a
Linux raspberrypi 4.14.71-v7+ #1145 SMP Fri Sep 21 15:38:35 BST 2018 armv7l GNU/Linux

cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

processor : 2
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

processor : 3
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4

Hardware : BCM2835
Revision : a02082
Serial : 00000000bf4f3dc0
The administrator has disabled public write access.

Installation on RPI 5 years 4 months ago #9899

  • barnes
  • barnes's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 92
  • Karma: 0
It looks like you are missing some libraries.

I had a similar problem but for a different platform.

Try apt-get install libdb5.3-dev. apt-get install libmysql++-dev.
If I remember correctly this installed the needed libraries.

When you get the error something is missing, usually you have to install them.

The difficult part is when it does not tell you what to install.


Here are the installed libs for the debian amd64. Most of the optional libs were needed for my build.


1. Preparations

Install the following packages

Mandatory:

make
flex
gcc
g++
libgtk2.0-dev
cpp
libasound2-dev
libdb5.1-dev
libdb5.1++-dev
doxygen

Optional:
openjdk-6-jdk Web interface and java API
libmysql++-dev History database with mysql
libsqlite3-dev History database with sqlite
libhdf5-openmpi-dev History database with hdf5
libusb-1.0.0-dev USB I/O cards (Velleman)
librsvg2-dev SVG image support in Ge
libgstreamer0.10-dev Network video camera
libgstreamer-plugins-base0.10-dev Network video camera
antlr
libantlr-dev
openPOWERLINK-V1.08.2 Ethernet Powerlink zip-file. Build from sources.
libpcap-dev Ethernet Powerlink

There has to be a valid display when building proview.

This file is on the web site here, but this part has been updated by me for my install.


Hope this helps
The administrator has disabled public write access.

Installation on RPI 5 years 4 months ago #9900

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3170
  • Thank you received: 497
  • Karma: 133
Hi Rolf,

Proview V5.5 is built on a debian 8 based version of raspbian, and the problem is that libmysql++3 is renamed to libmysql++3v5 in recent releases. So either you have to find an older raspbian release or wait for ProviewR V5.6.1 that soon will be released.

/Claes
The administrator has disabled public write access.
The following user(s) said Thank You: Rolfnilsson400

Installation on RPI 5 years 4 months ago #9908

Any guess when 6.1 will be released?
The administrator has disabled public write access.

Installation on RPI 5 years 4 months ago #9909

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3170
  • Thank you received: 497
  • Karma: 133
Hopefully this week.

/Claes
The administrator has disabled public write access.
The following user(s) said Thank You: Rolfnilsson400

Installation on RPI 4 years 8 months ago #10327

Hi Claes
Proview is working now if I use an old version of Raspian ( from 2018) if I try with the current version get I only problem and installation is failing. Missing libmysql++3v5.
Is there an easy way to make a new compilation for the recent raspbian version
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 9.181 seconds