I am trying to follow the steps from https://pkg-register.oracle.com/register/product_info/6/ to install Solaris Studio 12.3 on a virtualbox installation of Solaris 11_2-42.
At this step:
> Use the following commands to set up your publisher configuration for the Oracle Solaris Studio repository:
$ sudo pkg set-publisher \ -k ~/Desktop/pkg.oracle.com.key.pem \ -c ~/Desktop/pkg.oracle.com.certificate.pem \ -G "*" -g https://pkg.oracle.com/solarisstudio/release solarisstudio
I get the following error:
root@computer:~# pkg set-publisher -k /export/home/raphael/Desktop/pkg.oracle.com.key.pem -c /export/home/raphael/Desktop/pkg.oracle.com.certificate.pem -G "*" -g https://pkg.oracle.com/solarisstudio/release solarisstudio
Traceback (most recent call last):
File "/usr/bin/pkg", line 46, in <module>
import calendar
File "/usr/lib/python2.6/calendar.py", line 10, in <module>
import locale as _locale
File "/usr/lib/python2.6/locale.py", line 202, in <module>
import re, operator
ImportError: ld.so.1: isapython2.6: fatal: relocation error: file /usr/lib/python2.6/lib-dynload/operator.so: symbol _PyUnicodeUCS2_AsDefaultEncodedString: referenced symbol not found
Any input is greatly appreciated!