Seems that patch with a little tweaks in configure scripts can be applied to 
2.2 branch  

 https://github.com/sphinxsearch/sphinx/pull/10 
https://github.com/sphinxsearch/sphinx/pull/10

 

 configure part works i only have small bug with make 
 

 make  all-am
 make[2]: Entering directory '/home/mariuz/work/sphinx/src'
 g++  -fno-rtti -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG   -o indexer 
indexer.o libsphinx.a  -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz 
-lm -ldl    -lodbc -lexpat -ldl -lm -lz  -L/usr/local/lib -lrt  -lpthread
 libsphinx.a(sphinx.o): In function `CSphSource_FBSQL::SqlError()':
 ....
 /home/mariuz/work/sphinx/src/sphinx.cpp:28777: undefined reference to 
`isc_dsql_free_statement'
 collect2: error: ld returned 1 exit status
 


 


 

Reply via email to