Home > centos error > centos error zm requires gnutls/openssl.h

Centos Error Zm Requires Gnutls/openssl.h

available for Linux, especially if you need to capture images and/or video from multiple cameras, both remote and local. It offers a huge set of features that just aren't available in other pieces of free software. Getting it to compile on Centos 6 (64bit), however, is a bit of a chore. There is some information in the ZoneMinder wiki on compiling and installing ZoneMinder on Centos 6, but these instructions are incomplete, and will not work. After helping a coworker get it up and running, and finding little information out there for Centos 6, I decided to turn it into a blog post. The following procedure will allow you to compile and install ZoneMinder 1.25 on Centos 6 64bit with all options enabled. All actions should be done as root. Procedure 1] Install Centos 6 using the 64bit minimal install DVD. I highly recommend using the minimal install, but you can probably use disk 1 of the full install if you want. 2] Run updates: yum -y update 3] Disable SELinux by editing /etc/sysconfig/selinux and changing the SELINUX line to disabled: SELINUX=disabled 4] Reboot 5] Install RPMForge yum repository: rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt rpm -ihv http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm 6] Install needed dependencies: yum install gcc gcc-c++ wget mysql-devel mysql-server php php-mysql php-pear php-pear-DB php-mbstring \ bison bison-devel httpd make ncurses ncurses-devel libtermcap-devel sendmail sendmail-cf caching-nameserver \ sox newt-devel libxml2-devel libtiff-devel php-gd audiofile-devel gtk2-devel libv4l-devel ffmpeg ffmpeg-devel \ zlib zlib-devel openssl openssl-devel gnutls-devel php-process perl-Time-HiRes perl-CPAN pcre-devel libjpeg-devel \ perl-Date-Manip perl-libwww-perl perl-Module-Load perl-Net-SFTP-Foreign perl-Archive-Tar perl-Archive-Zip perl-Expect \ perl-MIME-Lite perl-Device-SerialPort 7] Install Sys::Mmap module if you want mmap enabled. Also install MIME::Entity and X10 camera support, if desired.

or any unnecessary services running. The reason for the very light-weight installation is to make the majority of system resources available to ZoneMinder, not the OS. With this installation, memory is reduced to around 140-160MB, and CPU usage is practically nonexistent. The CentOS base installation is very easy to install and doesn’t take too much time as long as you have some type of broadband connection. There are many ways to install CentOS, but this article covers only two, because they are related. All CLI operations/commands in this How-To are done as root, in the /root directory. The reasoning is that this system would be in a secure environment to begin http://www.mindcryme.com/2012/02/02/installing-zoneminder-on-centos-6/ with. However, if you need to add a user to run these services to better secure the system, then you can, but keep in mind that some items must run as root. Contents 1 Zmrepo - A ZoneMinder repository for RPM based distros 1.1 Who Should Use 1.2 Disclaimer 1.3 Installation 2 CentOS 5.6 & ZoneMinder 1.25.0 2.1 Step One - Get CentOS 2.2 Step Two - Installation Source 2.3 Step Three - Installation Packages https://wiki.zoneminder.com/CentOS 2.4 Step Four - Configuration 2.5 Step Five - Installing ZoneMinder 1.25.0 2.5.1 Install ffmpeg 2.5.2 Enable services 2.5.3 Install Zoneminder 2.5.4 Configure MySQL 2.5.5 Finalize Installation of ZoneMinder 3 CentOS 6 Notes 3.1 Installation of ZoneMinder 3.2 Troubleshooting FFmpeg Errors Building ZoneMinder 3.3 Troubleshooting Blank Page 3.4 Trouble shooting full drive with CentOS 6 3.5 Failed monitors or ZM refusing to start 4 ZoneMinder 1.26.x 4.1 Cmake installation notes 4.2 ./configure compile 5 pt_BR Instructions Zmrepo - A ZoneMinder repository for RPM based distros The ZoneMinder development team would like to introduce you to a new, easier way to install ZoneMinder on CentOS. Zmrepo is meant to be a turn-key solution. There is no compiling, no installing modules from CPAN, and no more complicated repository instructions. This repository brings together a ZoneMinder rpm built by the development team, with all features enabled. It also includes all dependencies that are not found in the default CentOS repositories. A few Perl modules are built by us, but all the rest of the dependencies are mirrored from popular sites such as EPEL and RPMFusion. There is no longer a need to add these additional repositories to your system. Zmrepo takes care of that for you. Who Should Use The development team strictly uses CentOS, but these packages should work on Red Hat Enterprise Linux

--enablerepo=* --disablerepo=smedev --disablerepo=smetest --disablerepo=smeupdates-testing install mysql-devel--- End code ---That got me to the point of --- Code: ---configure: https://forums.contribs.org/index.php?topic=48607.10;wap2 error: zm requires gnutls/openssl.h - use ZM_SSL_LIB option to https://ubuntuforums.org/showthread.php?t=1291814 select openssl instead--- End code ---Also, my --- Code: ---/sbin/e-smith/audittools/repositories--- End code ---outputs --- Code: ---addons: disabledatrpms: disabledbase: enabledcentosplus: disabledcontrib: disableddag: disabledepel: disabledextras: disabledfws: disabledsme7contribs: disabledsmeaddons: enabledsmecontribs: disabledsmedev: disabledsmeextras: enabledsmeos: enabledsmetest: disabledsmeupdates: enabledsmeupdates-testing: disabledupdates: enabled--- End code --- newburns: centos error I think that is all to it. After the above steps, --- Code: ---./configure --with-webdir=/opt/surveillance --with-cgidir=/var/www/cgi-bin --with-webuser=apache --with-webgroup=apache ZM_DB_HOST=localhost ZM_DB_NAME=zoneminder ZM_DB_USER=zoneminder ZM_DB_PASS=xxxxxxxxxxxxxxxxxx --with-extralibs="-L/usr/lib -L/usr/lib/mysql" --with-mysql='/usr/lib/mysql/libmysqlyclient.so.15' CXXFLAGS="-D__STDC_CONSTANT_MACROS" ZM_SSL_LIB=openssl --enable-mmap=no--- End code ---and then do a make and make installAgain, that installs it into my /opt/surveillance which was setup previously centos error zm with SME Site Maker. Be sure to have a db password already generated before starting Site Maker. This is a fresh SME 8 testing machine, and I don't know if something has been broken with all the dependencies that were installed.I am having another issue now.I have a main SME 8 server as a gateway and another SME 8 server for only video surveillance. I set up a hostname called security.mtrosemedia.tk to the Remote IP for the internal server. That works just fine when going directly to the site, but trying to go to security.mtrosemedia.tk/surveillance doesn't work. I would like a way to be able to access the internal server clearly without so much being forwarded. Right now I have ports forwarded to the internal IP port 22 in order to get ssh tunnel. I have the hostname setup to pass th

Get Kubuntu Get Xubuntu Get Lubuntu Get UbuntuStudio Get Mythbuntu Get Edubuntu Get Ubuntu-GNOME Get UbuntuKylin Ubuntu Code of Conduct Ubuntu Wiki Community Wiki Other Support Launchpad Answers Ubuntu IRC Support AskUbuntu Official Documentation User Documentation Social Media Facebook Twitter Useful Links Distrowatch Bugs: Ubuntu PPAs: Ubuntu Web Upd8: Ubuntu OMG! Ubuntu Ubuntu Insights Planet Ubuntu Activity Page Please read before SSO login Advanced Search Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Ubuntu Server 6.0.6.2 LTS Zoneminder 1.24.2 Install Having an Issue With Posting ? Do you want to help us debug the posting issues ? < is the place to report it, thanks ! Results 1 to 6 of 6 Thread: Ubuntu Server 6.0.6.2 LTS Zoneminder 1.24.2 Install Thread Tools Show Printable Version Subscribe to this Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode October 15th, 2009 #1 Diubidone View Profile View Forum Posts Private Message Spilled the Beans Join Date Nov 2008 Beans 17 Ubuntu Server 6.0.6.2 LTS Zoneminder 1.24.2 Install Hello to everyone, I'm beeing asked for a Zoneminder 1.24.2 installation on an UBUNTU server platform 6.0.6.2 (Don't ask why please...another italian style mistery). Anyways I bumped in a problem with gnutls libraries. When do I do .configure on zoneminder 1.24.2 the system gives this problem: configure: error: zm requires gnutls/openssl.h - use ZM_SSL_LIB option to select openssl instead Whereas configure goes really fine on Zoneminder version 1.22.2. On my system at command dpkg -l *gnutls* I get this output: un gnutls-bin un gnutls0 un gnutls0.4 un gnutls3 un libcurl3-gnutls-dev ii libgnutls12 1.2.9-2ubuntu1.7 the GNU TLS library - runtime library un libgnutls5 When I tried to install gnutls3 I got

 

Related content

centos error x11 support required for gui compilation

Centos Error X Support Required For Gui Compilation p PMhey out there i'm an ab absolute newbie with linux and ubuntu so i apologise for my lack of knowlege been trying to install Mplayer didnt relatedl work through synaptic so was trying through terminal using instructions from http www oldskoolphreak com tfiles hack ubuntu txt problem is when i get to configure --enable-gui i get Error X support required for GUI compilation can anyone help me fix this many thanks Peter January th AMyou probably have to instal the x window dev files sudo apt-get install x-window-system-dev or install the

centos error while loading shared libraries libc.so.6

Centos Error While Loading Shared Libraries Libc so p during installation Issues related to software problems Post Reply Print view Search relatedl Advanced search posts bull Page of pennstate Posts Joined Libc so error during installation Quote Postby pennstate raquo I am a first-time user of centOS and have not used Linux for a few years so I hope someone may be able to help me troubleshoot the following error Please enter installation directory opt netcool rm error while loading shared libraries libc so cannot open shared object file No such file or directorycat error while loading shared libraries libc

centos error 11 unrecognized device string

Centos Error Unrecognized Device String p Member Registered - - Posts GRUB Error Unrecognized relatedl Device String This just popped out of nowhere i tried reinstalling GRUB with a livecd but that didn't work This is on a fresh install from last night This morning just rebooted and BAM The Windows option still works though rolleyes Heres my menu lst Arch Linuxtitle Arch Linuxroot hd kernel boot vmlinuz root dev disk by-uuid a d -bf b- dfe-a d- c b c roinitrd boot kernel img Arch Linuxtitle Arch Linux Fallbackroot hd kernel boot vmlinuz root dev disk by-uuid a d

centos error problem with internal logger update logfile = /var/log/clamav/freshclam.log

Centos Error Problem With Internal Logger Update Logfile var log clamav freshclam log p Get Kubuntu Get Xubuntu Get Lubuntu Get UbuntuStudio Get Mythbuntu Get Edubuntu Get Ubuntu-GNOME Get UbuntuKylin Ubuntu Code of Conduct Ubuntu Wiki Community Wiki Other Support relatedl Launchpad Answers Ubuntu IRC Support AskUbuntu Official Documentation User Documentation Social Media Facebook Twitter Useful Links Distrowatch Bugs Ubuntu PPAs Ubuntu Web Upd Ubuntu OMG Ubuntu Ubuntu Insights Planet Ubuntu Activity Page Please read before SSO login Advanced Search Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help SOLVED freshclam not updating due to permission issue Having

centos error inserting coretemp no such device

Centos Error Inserting Coretemp No Such Device p LM Sensors on Cent OS How To Get And Install The Coretemp Module purehate March Insights Comments relatedl Tweet If you have been following my progress over the last few days you will know that after a complete rebuild of the tools server and a change of the operating system I have been working hard to get all our temp monitoring back online The server previously ran Gentoo Linux which although is still my favorite distro is just not suited for a production server environment So we decided to go with Cent

centos error missing dependency /usr/bin/rebuild-security-providers

Centos Error Missing Dependency usr bin rebuild-security-providers p errors General support questions including new installations Post Reply Print view Search Advanced search posts Next oldwierdal Posts relatedl Joined Location Yuma Arizona resolving update errors Quote Postby oldwierdal raquo Sometimes we humans seem to have great difficulty believing what the machines we invented are telling us For example our dandy yum update program in CentOS told me there were conflicts with OpenOffice and with java- -gcj-compat I recall early on in my adventures with Linux and Fedora Core and later with CentOS suffering from brain-freeze when I would get error messages

centos error cannot create sourcedir /usr/src/redhat/sources

Centos Error Cannot Create Sourcedir usr src redhat sources table id toc tbody tr td div id toctitle Contents div ul li a href Cpio Md Sum Mismatch a li ul td tr tbody table p HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Distributions Red Hat rpm error cannot create sourcedir User Name relatedl Remember Me Password Red Hat This forum is for the discussion p h id Cpio Md Sum Mismatch p of Red Hat Linux Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are rpm-build currently

centos error while loading shared libraries libssl.so.4

Centos Error While Loading Shared Libraries Libssl so p it isn't installed -- Issues related to software problems Post Reply Print view Search Advanced relatedl search posts bull Page of jbruyet Posts Joined SSL is installed but it isn't installed -- Quote Postby jbruyet raquo Hey all I'm working on getting my Nagios server working but I've hit a wall -- there is isn't an ssl install Here's what I'm seeing I couldn't get NRPE to work so I ran it locally and this error popped up check nrpe error while loading shared libraries libssl so cannot open shared object

centos error while loading shared libraries libuno_sal so 3

Centos Error While Loading Shared Libraries Libuno sal So p not found Issues related to software problems Post Reply Print view Search Advanced search posts bull Page relatedl of Jhingman Posts Joined libXm so libc so not found Quote Postby Jhingman raquo the issue I'm having is the libraries in the subject libXm so and libc so aren't found by the system when trying to run a particular program We have it set up so that certain apps are installed to a server and when a user wants to use a particular app they call a shell script which in

centos error downloading treeinfo file

Centos Error Downloading Treeinfo File p Version Target VersionFixed in VersionSummary Install fails when Updates repository is added to install DescriptionWhen running an install with an updates repository included the install fails usually during the MAKEDEV package installation relatedl The install UI reports A fatal error has occurred when reading the installation media Installation cannot continue Exit Installer Steps To ReproduceAdditional InformationThis occurs when doing an NFS install of Centos where the Updates repository is either on NFS or HTTP If I remove the updates repository from the install it works as expected If I add in the EPEL repository

centos error problem with internal logger updatelogfile = /var/log/clamav/freshclam.log

Centos Error Problem With Internal Logger Updatelogfile var log clamav freshclam log p raquo Print Pages Author Topic SOLVED CLAMAV update problem Read times Members and relatedl Guests are viewing this topic brinsleyparagao Newbie Posts SOLVED CLAMAV update problem on August AM I make a new server and install clamav and extras but in restart service i see this error log Stopping Clam AntiVirus Daemon OK Starting Clam AntiVirus Daemon LibClamAV Warning LibClamAV Warning The virus database is older than days LibClamAV Warning Please update it as soon as possible LibClamAV Warning OK So i try make a update on

centos error 25 disk read error

Centos Error Disk Read Error p Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Newbie After installation I get Error Disk read error relatedl Press any key to continue User Name Remember Me Password Linux - Newbie This Linux forum is for members that are new to Linux Just starting out and have a question If it is not in the man pages or the how-to's this is the place Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our

centos error mdadm exited with status 127

Centos Error Mdadm Exited With Status p installation exits with mdadm error then grub freezes at loading stage General support questions Post Reply Print relatedl view Search Advanced search posts Next vvvvv Posts Joined SOLVED CentOS installation exits with mdadm error then grub freezes at loading stage Quote Postby vvvvv raquo Hi I made a clean reinstall from CentOS to CentOS I'm installing from external usb dvd drive My current partitioning sda - sda - GB md RAID - sda - GB md RAID sdb - sdb - GB md RAID - sdb - GB md RAID RAID devices -

centos error while loading shared libraries libgio-2.0.so.0

Centos Error While Loading Shared Libraries Libgio- so p General support questions including new installations Post Reply Print view Search Advanced search posts Next relatedl vinturi Posts Joined libglib- so problem Quote Postby vinturi raquo After I restart my PC following message is being displayed and GUI is not coming up How to get rid of this problem usr bin rhgb-client error while loading shared libraries libglib- so Cannot open shared object file No such file or directory --Thanks in advance Top pschaff Retired Moderator Posts Joined Location Tidewater Virginia North America Contact Contact pschaff Website Re libglib- so problem

centos error while loading shared libraries libmysqlclient.so.15

Centos Error While Loading Shared Libraries Libmysqlclient so p a DA server recently relatedl updated mysql to version you'll still need your old libmysqlclient so files from mysql This would be the error you're seeing root server directadmin service directadmin restart Stopping DirectAdmin FAILED Starting DirectAdmin usr local directadmin directadmin error while loading shared libraries libmysqlclient so cannot open shared object file No such file or directory FAILED To resolve the issue simply grab the old libmysqlclient so file from our server Example for CentOS - -bit run wget -O usr lib libmysqlclient so http files directadmin com services es

centos error while loading shared libraries libperl.so

Centos Error While Loading Shared Libraries Libperl so p libperl so General support relatedl questions including new installations Post Reply Print view Search Advanced search posts bull Page of dlindh Posts Joined Spamassassin error libperl so Quote Postby dlindh raquo Hi Just noticed that my spamassassin stopped scanning mail for me root msca ld so conf d service spamassassin startStarting spamd usr bin perl error while loading shared libraries libperl so cannot open shared object file No such file or directory FAILED Just running perl looks fine root msca ld so conf d perl -vThis is perl v built for

centos error while loading shared libraries libssl.so.0.9.8

Centos Error While Loading Shared Libraries Libssl so p it isn't installed -- Issues related to relatedl software problems Post Reply Print view Search Advanced search posts bull Page of jbruyet Posts Joined SSL is installed but it isn't installed -- Quote Postby jbruyet raquo Hey all I'm working on getting my Nagios server working but I've hit a wall -- there is isn't an ssl install Here's what I'm seeing I couldn't get NRPE to work so I ran it locally and this error popped up check nrpe error while loading shared libraries libssl so cannot open shared object