<div dir="ltr"><div><div><div><div><div><div><div><div>Hello,<br><br></div>Thank you for the product.<br><br></div>When attempting to install TexLive 2017 under Solaris 11.3 x86_64 I've got the following message:<br><br>prime@desktop-01:~/install-tl-20170606$ ./install-tl --location <a href="ftp://mirror.utexas.edu/pub/ctan/systems/texlive/tlnet/">ftp://mirror.utexas.edu/pub/ctan/systems/texlive/tlnet/</a> -gui=perltk<br>Loading <a href="ftp://mirror.">ftp://mirror.</a>.../systems/texlive/tlnet/tlpkg/texlive.tlpdb<br>Installing TeX Live 2017 from: <a href="ftp://mirror.">ftp://mirror.</a>../systems/texlive/tlnet (verified)<br>Platform: i386-solaris => 'Solaris on Intel x86'<br>Distribution: net  (downloading)<br>Using URL: <a href="ftp://mirror.">ftp://mirror.</a>.../systems/texlive/tlnet<br>Directory for temporary files: /tmp/Oi0PB0CDRg<br><span style="color:rgb(255,0,0)">image file format "png" is not supported at /usr/perl5/vendor_perl/5.12/i86pc-solaris-64int/Tk/Image.pm line 21.<br></span><br></div>After a while I brought the following solution I'd like to share with you.<br></div>Perhaps you may consider it a future fix.<br><br></div>Under the Solaris 11.3 x86_64, Tk::Photo doesn't support PNG or JPG files.<br></div>My solution was to convert the file to a BMP version 3 and adjust the script<br></div><extract-dir>/tlpkg/installer/<a href="http://install-menu-perltk.pl">install-menu-perltk.pl</a><br></div>as follows:<br><br><span style="font-family:"courier new","courier",monospace"><b>$ grep -n -i png <a href="http://install-menu-perltk.pl">install-menu-perltk.pl</a> </b><br><span style="color:rgb(11,83,148)">24:<span style="background-color:rgb(252,229,205)">#</span>require Tk::PNG;<br>206:  my $img = $fl->Photo(-format => '<span style="background-color:rgb(252,229,205)">bmp</span>',<br>207:  -file => "$::installerdir/tlpkg/installer/texlive.<span style="background-color:rgb(252,229,205)">bmp</span>");</span></span><br><div><div><br></div><div>I've converted the texlive.png file in the same directory as follows:<br><b><span style="font-family:"courier new","courier",monospace">$ convert texlive.png bmp3:texlive.bmp</span></b><br><br>By the way, as a pre-requisit, I had to install a Solaris 11.3 package named perl-tk-512:<br></div><div><span style="font-family:"courier new","courier",monospace"><b># pkg install perl-tk-512</b></span></div><div><br>Best regards,<br>Carlos Azevedo.<br><br><b><span style="font-family:"courier new","courier",monospace"></span></b></div></div></div>