Making all in include
make all-am
Making all in readline-4.3
Making all in lib
Making all in doc
Making all in src
/usr/local/bin/bash ../libtool --silent --tag=CXX --mode=link g++ -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -expat -o lftp -export-dynamic -L/usr/lib -R/usr/lib lftp.o complete.o lftp_rl.o getdate.o liblftp-jobs.la liblftp-tasks.la liblftp-pty.la liblftp-network.la proto-ftp.la proto-http.la proto-file.la proto-fish.la proto-sftp.la cmd-mirror.la cmd-sleep.la -lreadline ../lib/liblib.a -lssl -lcrypto -L/usr/local/lib -lintl -R/usr/local/lib -L/usr/local/lib -liconv -R/usr/local/lib -lutil -lcurses
/usr/bin/ld: warning: cannot find entry symbol xpat; defaulting to 0000000008068018
./.libs/proto-http.a(HttpDirXML.o)(.text+0x53e): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_ParserCreateNS'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x58c): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_SetUserData'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x59f): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_SetElementHandler'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x5ac): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_SetCharacterDataHandler'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x5ba): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_Parse'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x5d4): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_ParserFree'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x5f3): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_GetErrorCode'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x5fb): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_ErrorString'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x607): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_GetCurrentLineNumber'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x626): In function `HttpListInfo::ParseProps(char const*, int, char const*)':
: undefined reference to `XML_ParserFree'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x677): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_Parse'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x778): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_ParserCreateNS'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x7d0): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_SetUserData'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x7e5): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_SetElementHandler'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x7f4): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_SetCharacterDataHandler'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x80b): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_Parse'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x824): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_GetErrorCode'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x82c): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_ErrorString'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x83d): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_GetCurrentLineNumber'
./.libs/proto-http.a(HttpDirXML.o)(.text+0x8ae): In function `HttpDirList::ParsePropsFormat(char const*, int, bool)':
: undefined reference to `XML_ParserFree'
*** Error code 1
Stop in /usr/home/ryan/src/tmp/lftp-3.1.1/src. *** Error code 1
Stop in /usr/home/ryan/src/tmp/lftp-3.1.1.
Note: Expat is installed in /usr/local/lib. How would I fix this problem?
Thanks in advance.
