Christopher Yue ([EMAIL PROTECTED]):
> I successfully compiled analog 5.1 on Unix Solaris 2.7. Thank you Jeremy > Wadsack. However, now, when I run analog, I got the following error: > # ./analog > ld.so.1: ./analog: fatal: libgd.so.4: open failed: No such file or directory > Killed > I previously installed Tom Boutell's libgd v1.8.4. And it appears that I do > have libgd.so.4 in /usr/local/lib. However, my libgd.so.4 is a link to > libgd.so.4.0.0. Is this a problem? > # ls -l /usr/local/lib/libgd* > -rw-r--r-- 1 root other 422992 Nov 27 17:46 /usr/local/lib/libgd.a > -rwxr-xr-x 1 root other 680 Nov 27 17:46 > /usr/local/lib/libgd.la > lrwxrwxrwx 1 root other 14 Nov 27 17:46 > /usr/local/lib/libgd.so -> libgd.so.4.0.0 > lrwxrwxrwx 1 root other 14 Nov 27 17:46 > /usr/local/lib/libgd.so.4 -> libgd.so.4.0.0 > -rwxr-xr-x 1 root other 408828 Nov 27 17:46 > /usr/local/lib/libgd.so.4.0.0 It appears that ld cannot find the file. You need to make sure the /usr/local/lib is in your /etc/ld.so.conf file and run ldconfig to reload the table. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/analog-help@lists.isite.net/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------