03-11-2023, 12:08 PM
Hmm u can try changing
cxx flag to this: CXX to
ccache g++ -m32
and OPT_LDOBJ flag to this
OPT_LDOBJ = -L../ShareLib \
-L/usr/local/lib \
-L/usr/local/apr/lib \
-L/usr/lib/mysql \
-lSharelib \
-l:libmysqlclient.a \
-lboost_thread$(BOOST_LIB_VER) \
-lboost_system$(BOOST_LIB_VER) \
-llog4cxx \
-l:libaprutil-1.a \
-l:libapr-1.a \
-lrt \
-lstdc++ \
-lexpat \
-lz \
-lpthread \
-ljsoncpp
i'm not sure if all that are installed by default, or I installed it, but u can give a try

