Hi Jonathan, thanks for the tip regarding the apt config file. Originally, I didn't have the distro version name in the path, but had added it when I switched from lenny to squeeze and the syntax I used worked for that.
To help me diagnose your other problem, could you please let me know which TurnKey appliance you are using? I downloaded TurnKey Core, which is version 11.1 and is based on Debian squeeze/sid (cat /etc/debian_version). Although TurnKey is based on Ubuntu, which is based on Debian, you will still have problems installing the OpenXPKI packages for Debian because of differences in the version numbers of prerequisite packages. I made new packages for Ubuntu today, but have not had a chance to get them running on TurnKey due to problems with aptitude. If you want to give it a try, replace "lenny" with "lucid" in the openxpki.list file. With best regards, Scott On Feb 9, 2011, at 6:08 AM, Jonathan Taylor wrote: > I am trying to setup OpenXPKI on the Debian beta of Turnkey Linux > which is Lenny based. It took a while to get the packages to install, > the sources.list file that is provided at the following page seems to > have a typo or maybe I am crazy. I had to change the following line: > > deb http://build0.cynops.de/dpkg lenny/binary/ > > to: > > deb http://build0.cynops.de/dpkg/lenny binary/ > > Without this change it would do an apt-get update correctly but when > it tried to download packages it would get a 404 because the URL was > incorrect. After the above change I was able to install using > apt-get. Now when I try to browse to the admin page I get the > following error in the Apache log(I cleaned it up a bit, was all on > one line) > > Error during compilation of /var/www/openxpki/syshandler: > Attempt to reload OpenXPKI/DN.pm aborted. > Compilation failed in require at /var/www/openxpki/syshandler line 12. > > Stack: > [/var/www/openxpki/syshandler:12] > [/var/www/openxpki/syshandler:12] > [/usr/share/perl5/HTML/Mason/Interp.pm:811] > [/usr/share/perl5/HTML/Mason/Interp.pm:441] > [/usr/share/perl5/HTML/Mason/Component.pm:328] > [/usr/share/perl5/HTML/Mason/Request.pm:426] > BEGIN failed--compilation aborted at /var/www/openxpki/syshandler line 12. > > Stack: > [/var/www/openxpki/syshandler:12] > [/usr/share/perl5/HTML/Mason/Interp.pm:811] > [/usr/share/perl5/HTML/Mason/Interp.pm:441] > [/usr/share/perl5/HTML/Mason/Component.pm:328] > [/usr/share/perl5/HTML/Mason/Request.pm:426] > > Stack: > [/usr/share/perl5/HTML/Mason/Interp.pm:445] > [/usr/share/perl5/HTML/Mason/Component.pm:328] > [/usr/share/perl5/HTML/Mason/Request.pm:426] > > Any ideas? > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > OpenXPKI-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openxpki-users ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
