> I'm doing an install on a solaris machine and I'm
> getting theis error on the build.
>
> ld: fatal: file libhttrack.so.1: cannot open file:
No
> such file or directory
> ld: fatal: File processing errors. No output written
to
> libhttrack.so
The libhttrack.so library should be built
by 'configure' - but it seems that on some systems
(including Solaris) it does not work.
Use this instead:
./configure --static
make
or (specifying full paths)
./configure --static --prefix=/usr --etcdir=/etc --
bindir=/usr/bin --make
|