<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
<meta name="GENERATOR" content="MSHTML 8.00.7601.17537">
<style id="owaTempEditStyle"></style><style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div style="FONT-FAMILY: Tahoma; DIRECTION: ltr; COLOR: #000000; FONT-SIZE: 13px">
<div>Muhammad</div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div><font size="2" face="tahoma">It looks like you have two different installation directories: /home/Hasan<a></a>/supplibs<a></a> and /root/supplibs<a></a>.</font></div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div><font size="2" face="tahoma">My suggestion is to use the --prefix option when you configure; then, when you do a 'make install' the binaries will go into the directory designated by the prefix. No hand copying is required.</font></div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div><font size="2" face="tahoma">As the&nbsp;Hasan<a></a> user (not root) do the following</font></div>
<div><font size="2" face="tahoma">./configure --prefix=/home/Hasan<a></a>/supplibs<a></a></font></div>
<div><font size="2" face="tahoma">make</font></div>
<div><font size="2" face="tahoma">make install</font></div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div><font size="2" face="tahoma">for the other packages they will require&nbsp;LIBS<a></a> to be set to the find your libraries; and, for grads it will require the&nbsp;SUPPLIBS<a></a> to be set to the directory where the&nbsp;supplibs<a></a> are located.</font></div>
<div><font size="2" face="tahoma"></font>&nbsp;</div>
<div><font size="2" face="tahoma">John Huddleston</font></div>
<div><font size="2" face="tahoma">Cooperative Institute for Research in the Atmosphere</font></div>
<div dir="ltr"><font color="#000000" size="2" face="Tahoma"></font>&nbsp;</div>
<div style="DIRECTION: ltr" id="divRpF402752">
<hr tabindex="-1">
<font color="#000000" size="2" face="Tahoma"><b>From:</b> gradsusr-bounces@gradsusr.org [gradsusr-bounces@gradsusr.org] On Behalf Of muhammad hasan ali baig [mhasanbaig@gmail.com]<br>
<b>Sent:</b> Tuesday, March 08, 2011 1:35 AM<br>
<b>To:</b> gradsusr@gradsusr.org; arlindo.dasilva@gmail.com<br>
<b>Subject:</b> [gradsusr] problem while installing the libpng after zlib<br>
</font><br>
</div>
<div></div>
<div>Hi dear fellows,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am using the GrADS version 2.0.a9 and I wish to install supplemental libraries from
<a href="http://iges.org/grads/gadoc/supplibs.html" target="_blank">http://iges.org/grads/gadoc/supplibs.html</a>. I followed each and every step as mentioned there.
<br>
My laptop system supports i686 i686 i386 GNU/Linux. I want to convert my data into GRIB2 format by using GrADS. For this purpose, i want to use g2clib 1.1.8. Before installing it, it is necessary to install some other libs like zlib and libpng. I successfully
 installed the zlib but when i tried to install libpng following eror message occurred:
<br>
<br>
<style type="text/css">@page  {margin: 0.79in; }
P {
        MARGIN-BOTTOM: 0.08in
}
</style>
<p style="MARGIN-BOTTOM: 0in"><font size="1">checking for zlibVersion in -lz... no</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">configure: error: zlib not installed
</font><br>
</p>
<p style="MARGIN-BOTTOM: 0in">While i had already installed zlib as shown from the following messages:
<br>
</p>
<p style="MARGIN-BOTTOM: 0in"><style type="text/css">@page  {margin: 0.79in; }
P {
        MARGIN-BOTTOM: 0.08in
}
</style></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# make </font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o example.o example.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o adler32.o adler32.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o compress.o compress.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o crc32.o crc32.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o gzio.o gzio.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o uncompr.o uncompr.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o deflate.o deflate.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o trees.o trees.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o zutil.o zutil.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o inflate.o inflate.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o infback.o infback.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o inftrees.o inftrees.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o inffast.o inffast.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -o example example.o -L. libz.a
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -c -o minigzip.o minigzip.c
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">gcc -O3 -DUSE_MMAP -o minigzip minigzip.o -L. libz.a
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# su </font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# make install </font>
</p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">cp zlib.h zconf.h /root/supplibs/src/zlib/include
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">chmod 644 /root/supplibs/src/zlib/include/zlib.h /root/supplibs/src/zlib/include/zconf.h
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">cp libz.a /root/supplibs/src/zlib/lib
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">cd /root/supplibs/src/zlib/lib; chmod 755 libz.a
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">cd /root/supplibs/src/zlib/lib; if test -f libz.so.1.2.3; then \
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">rm -f libz.so libz.so.1; \ </font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">ln -s libz.so.1.2.3 libz.so; \ </font>
</p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">ln -s libz.so.1.2.3 libz.so.1; \ </font>
</p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">(ldconfig || true) &gt;/dev/null 2&gt;&amp;1; \
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">fi </font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">cp zlib.3 /root/supplibs/src/zlib/share/man/man3
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">chmod 644 /root/supplibs/src/zlib/share/man/man3/zlib.3
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# cp ./lib/libz.a $HOME/supplibs/lib
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# mkdir $HOME/supplibs/include/zlib
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">mkdir: cannot create directory `/root/supplibs/include/zlib': No such file or directory
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# pwd </font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">/home/Hasan/supplibs/src/zlib </font>
</p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# mkdir /home/Hasan/supplibs/include/zlib
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">mkdir: cannot create directory `/home/Hasan/supplibs/include/zlib': File exists
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# cp ./include/zlib.h $HOME/supplibs/include/zlib
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">cp: cannot create regular file `/root/supplibs/include/zlib': No such file or directory
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">[root@localhost zlib]# cp ./include/zlib.h /home/Hasan/supplibs/include/zlib
</font></p>
<p style="MARGIN-BOTTOM: 0in"><font size="1">cp: overwrite `/home/Hasan/supplibs/include/zlib/zlib.h'? y
</font></p>
<p></p>
<br>
Could you guide me how to resolve this problem?<br>
<br>
Regards,<br>
<br>
==================================================================<br>
<b>Muhammad Hasan Ali Baig,<br>
</b>
<p style="TEXT-ALIGN: left; MARGIN: 0in 0in 0pt"><font size="3"><b><font face="Times New Roman">Key Laboratory of Meteorological Disaster of Ministry of Education</font><span style="FONT-FAMILY: SimSun" lang="ZH-CN">,</span><font face="Times New Roman">Nanjing</font><span style="FONT-SIZE: 14.5pt"></span></b></font></p>
<p style="TEXT-ALIGN: left; MARGIN: 0in 0in 0pt"><font face="Times New Roman"><font size="3"><b>University of Information Science &amp; Technology<span>, Nanjing 210044, P. R. China</span></b></font></font></p>
<b>Mobile: &#43;8615251705047<br>
==================================================================<br>
</b><br>
</div>
</div>
</body>
</html>