thaks heitor
yum install openssl-devel work It worked perfect
now I make my validations on the installation.I hope you do not have to
re-install bacula.
thanks for you help.
2016-02-03 11:48 GMT-05:00 Heitor Faria <hei...@bacula.com.br>:
> Hello Hector: you must install the openssl devel package before configure.
>
> Regards,
> ===========================================================================
>
> Heitor Medrado de Faria - LPIC-III | ITIL-F | Bacula Systems Certified
> Administrator II
> Do you need Bacula training? <http://bacula.us/video-classes>
> http://bacula.us/video-classes/
> +55 61 8268-4220
> Site: <http://bacula.us>http://bacula.us FB: heitor.faria
> ===========================================================================
>
>
> Enviado por TypeApp <http://www.typeapp.com/r>
>
> Em 3 de fev de 2016, pelo 14:43, Hector Javier Agudelo Corredor <
> hej...@gmail.com> escrito:
>>
>> hi
>>
>> lready had installed the version openssl
>>
>> OpenSSL> versión
>> de OpenSSL 1.0.1e-fips 11 de febrero 2013
>>
>> again run ./configure --with-mysql --with-openssl but the summary leaves
>> me again:
>>
>> TCP Wrappers support: no
>> TLS support: no
>>
>> It validates when openssl tells me no....
>>
>> checking varargs.h presence... no
>> checking for varargs.h... no
>> checking for socket... yes
>> using libc's socket
>> checking for OpenSSL... no
>> checking for library containing dlopen... (cached) -ldl
>> checking for PostgreSQL support... no
>> checking for MySQL support... yes
>>
>> I change the following parameter in the file configure, before support
>> tls and crypto had no, i change for yes. but neither changes to the file
>> set change status check
>>
>> support_smartalloc=yes
>> support_readline=yes
>> support_lzo=yes
>> support_conio=yes
>> support_bat=no
>> support_tls=yes
>> support_crypto=yes
>> support_static_tools=no
>> support_static_fd=no
>> support_static_sd=no
>> support_static_dir=no
>> support_static_cons=no
>> build_client_only=no
>> build_dird=yes
>> build_stored=yes
>> db_backends=""
>> batch_insert_db_backends=""
>> support_lockmgr=no
>>
>> what i can do?
>>
>> 2016-02-03 11:27 GMT-05:00 Michael Munger <mich...@highpoweredhelp.com>:
>>
>>> Just out of curiosity, have you done:
>>>
>>>
>>>
>>> yum-builddep bacula?
>>>
>>>
>>>
>>>
>>>
>>> Michael Munger, dCAP, MCPS, MCNPS, MBSS
>>> High Powered Help, Inc.
>>> Microsoft Certified Professional
>>> Microsoft Certified Small Business Specialist
>>> Digium Certified Asterisk Professional
>>> mich...@highpoweredhelp.com
>>>
>>>
>>>
>>> *From:* Hector Javier Agudelo Corredor [mailto:hej...@gmail.com]
>>> *Sent:* Wednesday, February 3, 2016 9:56 AM
>>> *To:* Ana Emília M. Arruda <emiliaarr...@gmail.com>
>>> *Cc:* Bacula-users@lists.sourceforge.net; Foro Bacula <
>>> bacula-users...@lists.sourceforge.net>
>>> *Subject:* Re: [Bacula-users] TLS required but not configured in Bacula.
>>>
>>>
>>>
>>> hi Ana
>>>
>>>
>>>
>>> I did the steps you provided me however in the summary does not show me
>>> the active support TLS. is nomal?
>>>
>>>
>>>
>>> Configuration on Sat Jan 30 14:47:32 COT 2016:
>>>
>>>
>>>
>>> Host: x86_64-unknown-linux-gnu -- redhat
>>>
>>> Bacula version: Bacula 7.2.0 (14 August 2015)
>>>
>>> Source code location: .
>>>
>>> Install binaries: /sbin
>>>
>>> Install libraries: /usr/lib64
>>>
>>> Install config files: /etc/bacula
>>>
>>> Scripts directory: /etc/bacula
>>>
>>> Archive directory: /tmp
>>>
>>> Working directory: /opt/bacula/working
>>>
>>> PID directory: /var/run
>>>
>>> Subsys directory: /var/lock/subsys
>>>
>>> Man directory: ${datarootdir}/man
>>>
>>> Data directory: /usr/share
>>>
>>> Plugin directory: /usr/lib64
>>>
>>> C Compiler: gcc 4.4.7
>>>
>>> C++ Compiler: /usr/bin/g++ 4.4.7
>>>
>>> Compiler flags: -g -O2 -Wall -fno-strict-aliasing
>>> -fno-exceptions -fno-rtti
>>>
>>> Linker flags:
>>>
>>> Libraries: -lpthread -ldl -ldl
>>>
>>> Statically Linked Tools: no
>>>
>>> Statically Linked FD: no
>>>
>>> Statically Linked SD: no
>>>
>>> Statically Linked DIR: no
>>>
>>> Statically Linked CONS: no
>>>
>>> Database backends: MySQL
>>>
>>> Database port:
>>>
>>> Database name: bacula
>>>
>>> Database user: bacula
>>>
>>>
>>>
>>> Job Output Email: root@localhost
>>>
>>> Traceback Email: root@localhost
>>>
>>> SMTP Host Address: localhost
>>>
>>>
>>>
>>> Director Port: 9101
>>>
>>> File daemon Port: 9102
>>>
>>> Storage daemon Port: 9103
>>>
>>>
>>>
>>> Director User:
>>>
>>> Director Group:
>>>
>>> Storage Daemon User:
>>>
>>> Storage DaemonGroup:
>>>
>>> File Daemon User:
>>>
>>> File Daemon Group:
>>>
>>>
>>>
>>> Large file support: yes
>>>
>>> Bacula conio support: no
>>>
>>> readline support: no
>>>
>>> TCP Wrappers support: no
>>>
>>> TLS support: no
>>>
>>> Encryption support: no
>>>
>>> ZLIB support: yes
>>>
>>> LZO support: no
>>>
>>> enable-smartalloc: yes
>>>
>>> enable-lockmgr: no
>>>
>>> bat support: no
>>>
>>> client-only: no
>>>
>>> build-dird: yes
>>>
>>> build-stored: yes
>>>
>>> Plugin support: yes
>>>
>>> AFS support: no
>>>
>>> ACL support: no
>>>
>>> XATTR support: yes
>>>
>>> systemd support: no
>>>
>>> Batch insert enabled: MySQL
>>>
>>>
>>>
>>> 2016-02-02 16:57 GMT-05:00 Ana Emília M. Arruda <emiliaarr...@gmail.com
>>> >:
>>>
>>> Hello Hector,
>>>
>>>
>>>
>>> You can run ./configure --with-openssl (and all your previously options)
>>> for enabling SSL support (then make and make install). This will not modify
>>> or delete your conf files and catalog database.
>>>
>>>
>>>
>>> Best regards,
>>>
>>> Ana
>>>
>>>
>>>
>>> On Tue, Feb 2, 2016 at 10:19 PM, Hector Javier Agudelo Corredor <
>>> hej...@gmail.com> wrote:
>>>
>>> hi.
>>>
>>>
>>>
>>> bacula already had installed 7.2, 9.3.9 and MySQL 7.0 webacula. But when
>>> I was setting my certificates for TLS I went the following error;
>>>
>>>
>>>
>>> [root @ bacula74mysql bacula-7.2.0] # sudo bacula-dir -tc
>>> /etc/bacula/bacula-dir.conf
>>>
>>> 29-Jan 20:47 bacula-dir JobId 0: Fatal error: TLS required but not
>>> configured in Bacula.
>>>
>>>
>>>
>>> I want to know if i can do without having to install bacula . or touch
>>> again compile ./configure --with-mysql --with-openssl
>>>
>>>
>>>
>>> I appreciate your help.
>>>
>>>
>>>
>>> --
>>>
>>> HECTOR
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>>> Monitor end-to-end web transactions and take corrective actions now
>>> Troubleshoot faster and improve end-user experience. Signup Now!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
>>> _______________________________________________
>>> Bacula-users mailing list
>>> Bacula-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> HECTOR
>>>
>>
>>
>>
>> --
>> HECTOR
>>
>> ------------------------------
>>
>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> Monitor end-to-end web transactions and take corrective actions now
>> Troubleshoot faster and improve end-user experience. Signup Now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
>>
>> ------------------------------
>>
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>>
--
HECTOR
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users