From: M. F. <mfr...@se...> - 2001-10-01 13:29:47
|
I may have found a soln to my own problem. The Linux Mandrake rpm libgd1-1.8.4-3mdk is similar to rpm pkg gd-1.8.1-4mdk but doesnt have links. So I made the following links cd /usr/lib ln libgd.so.1.8.4 libgd.so.1.8 ln libdb1.so.2 libdb1.so ln -s libz.so.1.1.3 libz.so ln -s libjpeg.so.62.0.0 libjpeg.so ln libpng.so.2.1.0.9 libpng.so ln libgd.so.1 libgd.so I edited out the -lg2c from the LDC_LIBS macro. I can now sucessfully execute make x01c I ran x01c and made a png file and xwindow. So far so good. One more question. What does the g2c library do and do I need it? Thanks. Martin On Mon, 1 Oct 2001, M. Frankford wrote: > I am trying to install plplot 5.0.3-4 > on Linux Mandrake 8.0 and get the following > > [root@]# rpm -i plplot-5.0.3-4.i386.rpm > error: failed dependencies: > libgd.so.1.8 is needed by plplot-5.0.3-4 > > > I then tried > [root@]# rpm -i gd-1.8.1-4mdk.i586.rpm > file /usr/lib/libgd.so.1 from install of gd-1.8.1-4mdk conflicts with file > from package libgd1-1.8.4-3mdk > > I checked > [root@]# ls /usr/lib/libgd.* > /usr/lib/libgd.so.1@ /usr/lib/libgd.so.1.8.4* > > How do I resolve this(these) dependency problem(s)? > > Thanks. > > Martin > > > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general > |