> > /usr/bin/ld: warning: libpng.so.6, needed by /usr/local/lib/libcairo.so, not
> > found (try using -rpath or -rpath-link)
> > /libexec/ld-elf.so.1: Shared object "libpng.so.6" not found, required by
> > "libcairo.so.2"
> > Command
> > '['/usr/ports/devel/gobject-introspection/work/gobject-intros
On Sat, Jun 2, 2012 at 11:03 AM, Leslie Jensen wrote:
> Hello
>
>
> I can see that there's a problem with finding libpng.so.6
>
> I have
> /usr/local/lib/libpng15.so
> /usr/local/lib/libpng15.so.15
> /usr/local/lib/libpng.so
>
>
> I could make a soft link to one of the above and call it
> libpng.s
Hello
I can see that there's a problem with finding libpng.so.6
I have
/usr/local/lib/libpng15.so
/usr/local/lib/libpng15.so.15
/usr/local/lib/libpng.so
I could make a soft link to one of the above and call it
libpng.so.6.
Is that a good way to solve this?
Suggestions appreciated