Date: Thu, 24 Feb 2000 21:38:13 -0500 From: Keith Pitcher <kpitcher@locallink.net> To: freebsd-questions@freebsd.org Subject: GD port oddity Message-ID: <20000224213813.34356@locallink.net>
next in thread | raw e-mail | index | archive | help
I just installed 3.4-release (From the ISO) on two machines. I then installed (or tried) the ports GD and p5-GD on both machines. On one machine everything went fine, on the other p5-GD would fail saying it could not find the shared lib gd.0 I reinstalled gd on this problematic machine, to no avail. What I did notice by comparing the output of the installs between machines is that on the working GD machine I get : /bin/mkdir -p /usr/local/include/gd install -c -m 644 libgd.a /usr/local/lib/libgd.a install -c -m 755 libgd.so.0 /usr/local/lib/libgd.so.0 ln -sf libgd.so.0 /usr/local/lib/libgd.so ... On the non working GD machine it does not do the libgd.so.0 or the symlink. Any ideas as to this behavior? Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000224213813.34356>