-
I just noticed the -fPIC issues too.
So this comes when building a shared library and linking in code that wasn't built with -fPIC. Note that this ALSO includes building a shared library that links against a static .a file, which in your example is /usr/local/lib/libz.a.
It's fine to build a static libz.a, but given that it'll be linked into a dynamic library you should recompile libz...
2009-11-09 17:41:37 UTC in Staden Package
-
Under Debian (and so probably Ubuntu) the curl package is split into libcurl3 and libcurl3-dev (actually libcurl3-openssl-dev on this system it looks - an old Debian etch one).
The curl-config program is supplied by the dev package and it tells the configure script what libraries and include paths to add during compilation. So try searching for the -dev package in synaptic.
It's likely...
2009-11-09 17:36:56 UTC in Staden Package
-
jkbonfield committed revision 1914 to the Staden Package SVN repository, changing 4 files.
2009-11-09 17:24:17 UTC in Staden Package
-
jkbonfield committed revision 1913 to the Staden Package SVN repository, changing 2 files.
2009-11-09 17:02:40 UTC in Staden Package
-
jkbonfield committed revision 1912 to the Staden Package SVN repository, changing 1 files.
2009-11-09 17:02:03 UTC in Staden Package
-
jkbonfield committed revision 1911 to the Staden Package SVN repository, changing 2 files.
2009-11-09 16:47:23 UTC in Staden Package
-
jkbonfield committed revision 1910 to the Staden Package SVN repository, changing 1 files.
2009-11-09 16:31:26 UTC in Staden Package
-
jkbonfield committed revision 1909 to the Staden Package SVN repository, changing 1 files.
2009-11-09 15:41:40 UTC in Staden Package
-
jkbonfield committed revision 1908 to the Staden Package SVN repository, changing 1 files.
2009-11-09 15:39:10 UTC in Staden Package
-
That sounds like an LD\_LIBRARY\_PATH issue. In some (hopefully all?) of the older binary distributions I released before tgindex was actually just a shell-script which set up the environment before running tgindex.bin. Hopefully the make and make install in the new beta source release also does the same thing.
What should be happening is that "LD\_LIBRARY\_PATH" gets set to include the...
2009-11-05 11:02:20 UTC in Staden Package