Displaying 4 results from an estimated 4 matches for "chiave".
Did you mean:
chave
2016 Feb 18
2
Substitute pdftk with other command
...om there before
> doing the full build circus (requires installed libgcj).
For this solution it's necessary to break some dependency:
# rpm -ivh??./libgcj-4.4.7-16.el6.x86_64.rpm ./pdftk-2.02-1.el6.x86_64.rpm?
avvertimento: ./libgcj-4.4.7-16.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, ID chiave c105b9de: NOKEY
errore: Dipendenze fallite:
????????libgmp.so.3()(64bit) necessario a libgcj-4.4.7-16.el6.x86_64
# rpm -qf /usr/lib64/libgmp.so.10
gmp-6.0.0-12.el7_1.x86_64
I have adding --nodeps and it's able to install it.
If there are not other solution, I will use this method
Thanks
--...
2016 Feb 18
0
Substitute pdftk with other command
...gt; doing the full build circus (requires installed libgcj).
> For this solution it's necessary to break some dependency:
>
> # rpm -ivh ./libgcj-4.4.7-16.el6.x86_64.rpm ./pdftk-2.02-1.el6.x86_64.rpm
> avvertimento: ./libgcj-4.4.7-16.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, ID chiave c105b9de: NOKEY
> errore: Dipendenze fallite:
> libgmp.so.3()(64bit) necessario a libgcj-4.4.7-16.el6.x86_64
>
> # rpm -qf /usr/lib64/libgmp.so.10
> gmp-6.0.0-12.el7_1.x86_64
>
> I have adding --nodeps and it's able to install it.
>
> If there are not other s...
2011 May 16
2
Wine 1.3.19 and dotnet 1, 2 and 3
...p\set-winver.reg
Executing w_do_call dotnet11
Executing load_dotnet11
Executing w_do_call fontfix
Executing load_fontfix
Executing mkdir -p /home/lorenzo/.cache/winetricks/dotnet11
DELETE - HKLM\Software\Microsoft\.NETFramework\policy\v2.0 (null) 0 0 1
Errore: il sistema non ? riuscito a trovare la chiave di registro o il valore specificati
DELETE - HKLM\Software\Microsoft\.NETFramework InstallRoot 0 0 1
Errore: il sistema non ? riuscito a trovare la chiave di registro o il valore specificati
Executing w_do_call corefonts
corefonts already installed, skipping
Executing wine /home/lorenzo/.cache/wine...
2016 Feb 18
2
Substitute pdftk with other command
Hi, I must migrate a Centos5 server on Centos7
On server Centos5 there is a shell procedure witch add to PDF a
timestamp like this example:
http://i.stack.imgur.com/OBsqX.png
with this command:
$ pdftk input.pdf stamp overlay.pdf output stamped.pdf
Into Centos7 pdftk it is no longer allowed
Someone knows some other command to replace it or other ways to do
this?
Or how I can install pdftk on