I could be able to build debs, to install it. And loading went through some steps but breaked at a error: openxpki.system.FATAL:6740 Eval error during initialization task 'authentication': requested value is not a scalar $VAR1 = { 'argument' => 'cn', 'default' => 'User', 'handler' => \'connector:auth.connector.role' }; 2019/06/21 00:40:08 openxpki.system.ERROR:6740 I18N_OPENXPKI_SERVER_INIT_TASK_INIT_FAILURE; __EVAL_ERROR__ => requested value is not a scalar $VAR1 = { 'argument' => 'cn', 'default' => 'User', 'handler' => \'connector:auth.connector.role' }; , __task__ => authentication 2019/06/21 00:40:08 openxpki.system.FATAL:6740 Exception during server initialization: I18N_OPENXPKI_SERVER_INIT_TASK_INIT_FAILURE; __EVAL_ERROR__ => requested value is not a scalar $VAR1 = { 'argument' => 'cn', 'default' => 'User', 'handler' => \'connector:auth.connector.role' }; , __task__ => authentication (I18N_OPENXPKI_SERVER_INIT_TASK_INIT_FAILURE; __EVAL_ERROR__ => requested value is not a scalar $VAR1 = { 'argument' => 'cn', 'default' => 'User', 'handler' => \'connector:auth.connector.role' }; , __task__ => authentication
Trace begun at /usr/lib/perl5/OpenXPKI/Server/Init.pm line 127 OpenXPKI::Server::Init::init('HASH(0x7bac830)') called at /usr/lib/perl5/OpenXPKI/Server.pm line 68 eval {...} at /usr/lib/perl5/OpenXPKI/Server.pm line 54 OpenXPKI::Server::__init_server('OpenXPKI::Server=HASH(0x41ac240)') called at /usr/lib/perl5/OpenXPKI/Server.pm line 114 OpenXPKI::Server::start('OpenXPKI::Server=HASH(0x41ac240)') called at /usr/lib/perl5/OpenXPKI/Control.pm line 239 eval {...} at /usr/lib/perl5/OpenXPKI/Control.pm line 234 OpenXPKI::Control::start('HASH(0x215ecb8)') called at /usr/bin/openxpkictl line 122 ) May you tell what is necessary more ? If I am successfull at launching OpenXPki, I will post Ubuntu building instructions. Arty. чт, 20 июн. 2019 г. в 20:12, CpServiceSPb . <cpservice...@gmail.com>: > Also I changed lines: > PERL := /usr/bin/perl > #CPANM := $(PERL) $(dir $(PERL))/cpanm > CPANM := /root/.cpan > SHARE =/usr/share > > #export PERL5LIB = > $(DESTDIR)$(SITEARCH):$(DESTDIR)$(SITELIB):$(DESTDIR)/lib/perl5 > export PERL5LIB = /usr/lib/perl5 > > and launched make. > > There were errors: > Subroutine main: > - for each module - getcwd redefined at /usr/share/perl/5.18/Exporter.pm > line 66. at ../../../tools/vergen line 18 for all modules; > - finally - signfile openxpki-cgi-session-driver_2.5.2-1b160a4.dsc > gpg: skipped "OpenXPKI Foundation <deb...@openxpki.org>": private key is > not founded > gpg: [stdin]: clearsign failed: private key is not founded > > > > Why didn' t you develop at C languiage and chose Perl ? > > Arty. > > чт, 20 июн. 2019 г. в 19:47, CpServiceSPb . <cpservice...@gmail.com>: > >> By the way Perl I have installed as perl (executable file) at /usr/bin >> folder. >> >> >> Arty. >> >> чт, 20 июн. 2019 г. в 19:45, CpServiceSPb . <cpservice...@gmail.com>: >> >>> It's a pity ! >>> I don' t have plan to move to Jessie. >>> I want to stay with Ubuntu 14.04 another year or two. >>> And plan to resume of further developing of Auto enrollment proxy what I >>> have Linux native of. >>> What Windows 7 certificate mmc can connect successfully to ! >>> May you tell me wat are there packaging problems ? >>> >>> >>> I have read README file at v20/openxpki/package/debian and made the >>> following steps: >>> 1. installed all dependencies from build-deps.lst and debian-deps.lst; >>> 2. as I am not a fimiliar with Perl, I run just in case > sudo perl >>> -MCPAN -e 'install Bundle::CPAN' < under root and packages were written to >>> ~/.cpan/build (under root profile folder) ; >>> 3. checked of Module-Build versions = there are 2 versions: >>> >>> Module-Build-0.4218-h9WKxb >>> >>> Module-Build-0.4229-AvPq2P >>> 4. MakeMaker version if I inderstood correctly are >>> >>> ExtUtils-MakeMaker-7.36-uvSJje >>> >>> ExtUtils-MakeMaker-7.36-uvSJje.yml >>> >>> ExtUtils-MakeMaker-CPANfile-0.07-9ZjYTK >>> >>> ExtUtils-MakeMaker-CPANfile-0.07-9ZjYTK.yml >>> 5. I got to the step - "The Makefile adds local path "lib" for those >>> packages, please put MM there before building." - at the time I don't t >>> know exactly what it means - that is what and where is necessary to change. >>> >>> So, what I did uncorrectly ? >>> What should I have to correct within already made ? >>> What should I have to do else ? >>> >>> >>> With wishes of many good things, >>> Arty ... >>> >>> чт, 20 июн. 2019 г. в 10:05, Oliver Welter <m...@oliwel.de>: >>> >>>> Hi, >>>> >>>> the current code does not build on Ubuntu due to packaging problems, so >>>> you either need to fix the build stuff in packages/debian or use Debian >>>> Jessie. >>>> >>>> You might also try to run our docker container if you want to stick to >>>> Ubuntu. >>>> >>>> Oliver >>>> >>>> Am 19.06.19 um 21:35 schrieb CpServiceSPb .: >>>> > I have Ubuntu 14.04 LTS x64 server with Apache2, MySql, Php. >>>> > I want to build the lates OpenXPki from the sources. >>>> > But I didn' t find any clear instruction to do so. >>>> > I download it from git: >>>> > git clone https://github.com/openxpki/openxpki.git >>>> > and dont' t know what exa tly do more. >>>> > >>>> > May some to tell how it is to get working ? >>>> > >>>> > I would like to test the latest version of my 3 tier configuration, >>>> that is: >>>> > Root CA -> Intermediate CA 1 - > Server 1/Client 1 chain >>>> > Root CA -> Intermediate CA 2 - > Server 2/Client 2 chain >>>> > Root CA -> Intermediate CA 3 - > Server 3/Client 3 chain >>>> > >>>> > of courcse there is 1 Root CA for 3 Intermediate CAs. >>>> > And test my auto enrollment proxy for Windows clients nativelly on >>>> > Linux, in developing now. >>>> > >>>> > >>>> > _______________________________________________ >>>> > OpenXPKI-users mailing list >>>> > OpenXPKI-users@lists.sourceforge.net >>>> > https://lists.sourceforge.net/lists/listinfo/openxpki-users >>>> > >>>> >>>> >>>> -- >>>> Protect your environment - close windows and adopt a penguin! >>>> >>>> _______________________________________________ >>>> OpenXPKI-users mailing list >>>> OpenXPKI-users@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/openxpki-users >>>> >>>
_______________________________________________ OpenXPKI-users mailing list OpenXPKI-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openxpki-users