On 11/10/05, Stuart Herbert <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Thu, 2005-11-10 at 11:58 -0800, kristina clair wrote:
> > I checked to make sure there wasn't another install of sablotron on
> > the machine, but there is not.
> >
> > Does anyone have any advice?
>
> Check config.log. This is normally caused by a problem with one of the
> libraries that Sablotron is linked against (normally libwww).
Thanks for the tip. config.log says:
configure:94212: gcc -o conftest -g -O2 -I/usr/include
-Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib
-Wl,-rpath,/usr/lib/mysql -L/usr/lib/mysql conftest.c -lcrypt
-lmysqlclient -lmcrypt -lltdl -lcurl -lz -lresolv -lm -ldl -lnsl
-lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl
-lz -lcurl -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto
-lresolv -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv
-lidn -lssl -lcrypto -lz -lcrypt 1>&5
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
configure: failed program was:
#line 94194 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <sablot.h>
int main (){
double version;
version = atof(SAB_VERSION);
if (version >= 0.96) {
exit(0);
}
exit(255);
}
>
> If you're running Gentoo Linux, use revdep-rebuild to automatically fix
> the problem.
I am running Fedora Core 3 - the sablotron install is from the rpm
from the dag repository.
Kristina