Hello Marcin,

these are the extensions which are available in PHP 5.3.29 on Solaris:

[PHP Modules]
apc
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
idn
imap
json
ldap
libxml
mbstring
mcrypt
memcache
mysql
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
shmop
SimpleXML
snmp
soap
sockets
SPL
SQLite
sqlite3
standard
suhosin
sysvmsg
sysvsem
sysvshm
tcpwrap
tidy
tokenizer
xdebug
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

[Zend Modules]
Xdebug

But something is still missing. When browsing to the URL with baculum 
and starting the wizard it seems that the variables are not interpreted 
(see below) which makes the wizard unusable

https://abload.de/img/bildschirmfoto-121016ojjtl.png

Best regards,
Daniel

Am 12.10.16 um 15:58 schrieb Marcin Haba:
> 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
>>

------------------------------------------------------------------------------
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