Hello Daniel,

Great work. Thanks for the link to the Makefile.

About the lack of php extensions please note that some of extensions
can be not provided as shared modules but they can be compiled inside
PHP core (module for Apache and interpreter) so maybe no additional
work is needed. It depends on package maintainers how they prepare it.
You can check these integrated extensions in original Solaris packages
by:

php -m

or in full php info:

php -i

If you will have problem with identifying extensions, you can past
them here and I will check them. Baculum is also able to check them.

Best regards.
Marcin

On 12 October 2016 at 15:09, Daniel Heitepriem
<daniel.heitepr...@pribas.com> wrote:
> Hi Marcin,
>
> I modified the Makefile so it works on standard Solaris 11
> http://pastebin.com/9YybsrxK (Please note that this link will expire in 7
> days). Therefore I only adjusted some copy-commands, replaced "install",
> "find" and "sed" with their corresponding GNU programs which are installed
> by default in Solaris 11.3
>
> The main problems so far are the missing php-extensions which can only be
> solved by recompiling php manually. That's the next step I'll be doing
>
> Best regards,
> Daniel
>
> Am 11.10.16 um 17:56 schrieb Marcin Haba:
>
> Hello Daniel,
>
> OK. Don't worry if you miss some Baculum dependencies because Baculum
> will inform you on web interface if something is required and not
> installed.
>
> I am curious this Baculum on Solaris. Please let know here how this
> installation is going.
>
> Good luck.
>
> Best regards.
> Marcin Haba (gani)
>
> On 11 October 2016 at 16:54, Daniel Heitepriem
> <daniel.heitepr...@pribas.com> wrote:
>
> Hello Marcin,
>
> thank you very much for your answer. I will try how far I get as standard
> Solaris 11.3 only has PHP 5.3.29 and also a lot extensions (like php-mysqlnd
> or php-bcmath) are missing in the official repositories
>
> Regards,
> Daniel
>
> Am 11.10.16 um 12:43 schrieb Marcin Haba:
>
> Hello Daniel,
>
> I have never used Baculum on Solaris nevertheless three things
> required to run Baculum are: web server, PHP and Bacula. If you have
> these three in your environment you should be able to run Baculum.
>
> The Makefile doesn't matter here. It only prepares/separates runtime
> files, nothing more. All this work can be done manually.
>
> Please note that minimal PHP version for Baculum is PHP 5.3.4
>
> As web server I tested Apache, Lighttpd, Nginx. Baculum can work at
> all these web servers.
>
> Here are required PHP extensions:
>
> - php-bcmath
> - php-common
> - php-mbstring
> - php-pdo
> - php-mysqlnd or php-pgsql or php-sqlite3
> - php-xml
> - php-json
> - php-curl
> - php-cgi (optional, for running as CGI)
>
> I don't know how to do packages for Solaris but if somebody is willing
> to prepare them I can help in whole Baculum matter with it.
>
> Thanks in advance for answer.
>
> Best regards.
> Marcin
>
> On 11 October 2016 at 10:25, Daniel Heitepriem
> <daniel.heitepr...@pribas.com> wrote:
>
> Hi guys,
>
> is it possible to get baculum running on Solaris 11? As far as I have
> seen
> it's mandatory to run 'make' which is (when analysing the Makefile) only
> possible for Debian or RPM-based Distros.
>
> Thanks and regards,
> Daniel Heitepriem
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
>
>
>
> --
> Mit freundlichen Gruessen / Best regards
> Daniel Heitepriem
>
> pribas GmbH
>
> Valterweg 24-25
> 65817 Eppstein-Bremthal
> Germany
>
> Phone  +49 (0) 6198 57146400
> Fax       +49 (0) 6198 57146433
> eMail   daniel.heitepr...@pribas.com
>
> Corporate Headquarters: Huenfelden-Dauborn Managing Director: Arnulf Pribas
> Registration: Amtsgericht Limburg a. d. Lahn 7HRB874 Tax ID: DE113840457
> ________________________________________________________________________
> This e-mail is confidential. Information in this e-mail is intended for the
> exclusive use of the individual or entity named above and may constitute
> information that is privileged or confidential or otherwise protected from
> disclosure. The information in this e-mail may be read, published, copied
> and/or forwarded only by the individual or entity named above.
> Dissemination, distribution, forwarding or copying of this e-mail by anyone
> other than the intended recipient is prohibited. If you have received this
> e-mail in error, please notify us immediately by telephone or e-mail and
> completely delete or destroy any and all disseminated, distributed,
> forwarded electronic or other copies of the original message and any
> attachments.
>



-- 
"Greater love hath no man than this, that a man lay down his life for
his friends." Jesus Christ

"Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie
za przyjaciół swoich." Jezus Chrystus

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to