[jadmin] (libtasn1) 1.1 configuration guess
SheridanJ West
sheridanj.west at gmail.com
Mon Oct 1 07:26:55 CDT 2007
To continue I made libtasn1 from the gnutls site from source
jabberd14-1.6.1.1]# asn1Parser -v
asn1Parser (libtasn1) 1.1
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
but cleaning up and making jabberd14 still resulted in
g++ -g -O2 -o .libs/jabberd jabberd.o -Wl,--export-dynamic
../jabberd/base/.libs/libjabberdbase.a -lgnutls-extra -lgnutls
../jabberd/.libs/libjabberd.so -lpopt -lresolv -ldl -lidn -lpth
/usr/lib/libexpat.so -Wl,--rpath -Wl,/usr/local/lib
../jabberd/.libs/libjabberd.so: undefined reference to `asn1_der_decoding'
../jabberd/.libs/libjabberd.so: undefined reference to `asn1_delete_structure'
../jabberd/.libs/libjabberd.so: undefined reference to `asn1_read_value'
../jabberd/.libs/libjabberd.so: undefined reference to `asn1_array2tree'
../jabberd/.libs/libjabberd.so: undefined reference to `asn1_create_element'
../jabberd/.libs/libjabberd.so: undefined reference to `libtasn1_strerror'
collect2: ld returned 1 exit status
make[3]: *** [jabberd] Error 1
It does seem to be this.
More information about the JAdmin
mailing list