Note that there are some explanatory texts on larger screens.

plurals
  1. POProblems in installing perl GD module
    text
    copied!<p>I am using <code>perl Module Manager</code>installer on <code>RHEL 6</code> and <code>perl version is 5.10.1</code></p> <p>At first when I tried to install the <code>GD</code> module, it showed me I have some dependencies missing. After installing those dependencies I am getting the following error.</p> <pre><code>Can't load '/usr/local/lib64/perl5/auto/GD/GD.so' for module GD: libgd.so.3: cannot open shared object file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm line 200. at -e line 1 Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. ================================================================ Module GD Installation Failed..!! ================================================================= </code></pre> <p>Output of <code>ldd /usr/local/lib64/perl5/auto/GD/GD.so</code> command is following :</p> <pre><code>linux-vdso.so.1 =&gt; (0x00007fff3ffff000) libjpeg.so.62 =&gt; /usr/lib64/libjpeg.so.62 (0x00007f43ba4f5000) libz.so.1 =&gt; /lib64/libz.so.1 (0x00007f43ba2e0000) libm.so.6 =&gt; /lib64/libm.so.6 (0x00007f43ba05b000) libpng12.so.0 =&gt; /usr/lib64/libpng12.so.0 (0x00007f43b9e35000) libfreetype.so.6 =&gt; /usr/lib64/libfreetype.so.6 (0x00007f43b9b99000) libfontconfig.so.1 =&gt; /usr/lib64/libfontconfig.so.1 (0x00007f43b9962000) libgd.so.3 =&gt; not found libc.so.6 =&gt; /lib64/libc.so.6 (0x00007f43b95e3000) libexpat.so.1 =&gt; /lib64/libexpat.so.1 (0x00007f43b93ba000) /lib64/ld-linux-x86-64.so.2 (0x0000003c27400000) </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload